[jBPM] - Issue with Deploying jBPM-BPEL example processes: deployment throws errors on the jBoss server
by Vishnu Kammari
Vishnu Kammari [http://community.jboss.org/people/kvishnu13] created the discussion
"Issue with Deploying jBPM-BPEL example processes: deployment throws errors on the jBoss server"
To view the discussion, visit: http://community.jboss.org/message/598028#598028
--------------------------------------------------------------
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 the command:
> >> 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 following errors:
> 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 mapping generation 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)
> at org.jbpm.bpel.web.DeploymentServlet.deployWebModule(DeploymentServlet.java:223)
> at org.jbpm.bpel.web.DeploymentServlet.deployProcessDefinition(DeploymentServlet.java:199)
> at org.jbpm.bpel.web.DeploymentServlet.doPost(DeploymentServlet.java:111)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
> at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
> at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
> at java.lang.Thread.run(Thread.java:680)
>
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/598028#598028]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 8 months
[JBoss Web Services] - JBoss 5.1 @WebContext custom auth-method failure
by Sridhar Alapati
Sridhar Alapati [http://community.jboss.org/people/sridhar18] created the discussion
"JBoss 5.1 @WebContext custom auth-method failure"
To view the discussion, visit: http://community.jboss.org/message/597666#597666
--------------------------------------------------------------
*Issue:* Web Services application failing to deploy. I'm using a custom auth-method and jboss 5.1 AS doesn't like it. I'm trying to migrate from JBoss 4.2.3.GA to JBoss 5.1.0.GA. The custom auth-method stuff works fine on 4.2.3.GA.
*Related JIRA:* https://issues.jboss.org/browse/JBWS-2762 https://issues.jboss.org/browse/JBWS-2762 - (Relax restriction on @WebContext(authMethod). Does this mean I can't use JBoss 5.1 in it's current state?
I'd appreciate if there are any workaround suggestions. Thanks
*Stack Trace:*
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.IllegalArgumentException: Illegal auth method value: MY-AUTH-METHOD
at org.jboss.wsf.spi.annotation.AuthMethod.valueOf(AuthMethod.java:75)
at org.jboss.wsf.framework.deployment.ContextRootDeploymentAspect.validateSecuritySettings(ContextRootDeploymentAspect.java:116)
at org.jboss.wsf.framework.deployment.ContextRootDeploymentAspect.getExplicitContextRoot(ContextRootDeploymentAspect.java:76)
at org.jboss.wsf.framework.deployment.BackwardCompatibleContextRootDeploymentAspect.getExplicitContextRoot(BackwardCompatibleContextRootDeploymentAspect.java:45)
at org.jboss.wsf.framework.deployment.ContextRootDeploymentAspect.create(ContextRootDeploymentAspect.java:48)
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/597666#597666]
Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 8 months