3 Replies Latest reply on Sep 21, 2009 2:06 AM by schllitti

    error at bpel hello world deployment

    abdoly

      im trying to deploy bpel hello world example.
      i run the ant task using ant deploy.process, here is the result

      Buildfile: build.xml
      package.process:
      [mkdir] Created dir: C:\jbpm-bpel-1.1.1\examples\hello\target
      [zip] Building zip: C:\jbpm-bpel-1.1.1\examples\hello\target\hello.zip
      deploy.process:
      [deployprocess] deploying process: hello.zip
      [deployprocess] operation failed: Internal Server Error
      BUILD SUCCESSFUL
      Total time: 1 second

      -the resulting hello.zip file contains 3 files (hello.wsdl,hello.bpelex,hello.bpel).
      - i tried to deploy the resulting process archive(hello.zip) through jbpm-bpel web console, the following exception

      org.jbpm.bpel.BpelException: could not build web module for: BpelProcessDefinition(HelloWorld)
      org.jbpm.bpel.web.DeploymentServlet.deployWebModule(DeploymentServlet.java:223)
      org.jbpm.bpel.web.DeploymentServlet.deployProcessDefinition(DeploymentServlet.java:199)
      org.jbpm.bpel.web.DeploymentServlet.doPost(DeploymentServlet.java:111)
      javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
      javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
      org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

      any one could help ?