1 Reply Latest reply on Apr 18, 2011 1:47 PM by kvishnu13

    Issue with Deploying jBPM-BPEL example processes: deployment throws errors on the jBoss server

    kvishnu13

       

      Hey guys,

       

      I deployed jBPM-BPEL 1.1.1 on jBoss AS 4.2.3. I followed the directions in the jBPM-BPEL documentation and created a schema using ant create.schema. Everything ran smoothly till that point. But when I try to deploy the Hello jBPM-BPEL example into the jBoss server using ant deploy.process in the Hello directory, the server is throwing errors.

       

      Does anyone know what the errors might mean, and how I could fix them? Do the errors have anything to do with wstools?

       

      VERSION DETAILS

      OS: Mac OS X

      jBPM-BPEL 1.1.1

      jBoss AS 4.2.3

       

      DETAILS

      When I run ant deploy.process, this is the output of thecommand:

       

      >> ant deploy.process

      Buildfile: /Users/vishnu/Documents/BPEL/jbpm-bpel-1.1.1/examples/hello/build.xml

       

       

      package.process:

       

       

      deploy.process:

      [deployprocess] deploying process: hello.zip

      [deployprocess] operation failed: Internal Server Error

       

       

      BUILD SUCCESSFUL

      Total time: 2 seconds

       

       

      The terminal in which the server is running throws the followingerrors:

       

       

      17:01:33,288 ERROR [WscompileTool] error: modeler error:failed to parse document at"/var/folders/Cn/Cnbv-7YWHU0gnLBnUrxxoE+++TI/-Tmp-/hello2414886834268474673.war/wsdl/hello-service.wsdl":java.io.FileNotFoundException:/var/folders/Cn/Cnbv-7YWHU0gnLBnUrxxoE  TI/-Tmp-/hello2414886834268474673.war/wsdl/hello-service.wsdl

      17:01:33,290 ERROR [ProblemHandler] java mappinggeneration failed

      17:01:33,291 INFO  [WebModuleBuilder] packaged web module:hello.war

      17:01:33,293 ERROR [[deploymentServlet]]Servlet.service() for servlet deploymentServlet threw exception

      org.jbpm.bpel.BpelException: could not build web module for:BpelProcessDefinition(HelloWorld)

                atorg.jbpm.bpel.web.DeploymentServlet.deployWebModule(DeploymentServlet.java:223)

                atorg.jbpm.bpel.web.DeploymentServlet.deployProcessDefinition(DeploymentServlet.java:199)

                atorg.jbpm.bpel.web.DeploymentServlet.doPost(DeploymentServlet.java:111)

                atjavax.servlet.http.HttpServlet.service(HttpServlet.java:710)

                atjavax.servlet.http.HttpServlet.service(HttpServlet.java:803)

                atorg.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

                atorg.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

                atorg.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

                atorg.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

                atorg.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

                atorg.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)

                atorg.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)

                atorg.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)

                atorg.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)

                atorg.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

                atorg.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

                atorg.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)

                atorg.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

                atorg.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)

                atorg.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)

                atorg.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)

                atorg.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)

                atjava.lang.Thread.run(Thread.java:680)