[JBoss jBPM] - bpel].[deploymentServlet]] Servlet.service() for servlet dep
by mamidalasrinivas
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/jbpm-bpel].[deploymentServlet]] Servlet.service() for servlet deploymentServlet threw exception
javax.servlet.ServletException: could not build web module for: BpelProcessDefinition(HelloWorld)
at org.jbpm.bpel.web.DeploymentServlet.deployWebModule(DeploymentServlet.java:208)
at org.jbpm.bpel.web.DeploymentServlet.doPost(DeploymentServlet.java:99)
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:179)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:595)
2009-04-07 17:09:07,926 INFO [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Trying to reconnect to JMS provider for CommandListenerBean
2009-04-07 17:09:07,926 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Initializing
2009-04-07 17:09:07,926 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Looking up provider adapter: java:/DefaultJMSProvider
2009-04-07 17:09:07,926 DEBUG [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Provider adapter: org.jboss.jms.jndi.JNDIProviderAdapter@1cfd7c
2009-04-07 17:09:07,926 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Creating DLQHandler
2009-04-07 17:09:07,926 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Initialization failed DLQHandler
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224027#4224027
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224027
15 years, 9 months
[JBossMQ] - Re: Improvement suggestions: Messaging in a clustered enviro
by FrankTheTank
"adrian(a)jboss.org" wrote : "FrankTheTank" wrote : anonymous wrote :
| | | * Use hajndi-jms-ds.xml to create a pool of connections (this is what is used in the "all" config anyway) bound at connection factory java:/JmsXA.
| | |
| | Might you have an example for this?
| |
|
| Its in docs/examples/jca in the jboss download.
Great, thanks.
I have already tried out JBossMessaging for 4.2.3 and after following the guide it seems to run ok.
Two issues had popped up but I was able to resolve them.
1) each node needs a unique id.
2) I had already configured the datasources for clustering (no longer using hypersonic) and I still had to replace my *-persistence-service.xml with the one from the examples folder because of DB configuration issues.
Just a heads up for anyone that might think of doing a similar migration.
Thanks for the help!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224020#4224020
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224020
15 years, 9 months
[JBoss jBPM] - javax.naming.NameNotFoundException: XAConnectionFactory not
by mamidalasrinivas
When i deploye BEPL process i am geting below error2009-04-07 17:09:37,976 ERROR [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Reconnect failed: JMS provider failure detected for CommandListenerBean
javax.naming.NameNotFoundException: XAConnectionFactory not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
at org.jnp.server.NamingServer.lookup(NamingServer.java:296)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:625)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:182)
at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:260)
at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:188)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStartDelivery(JMSContainerInvoker.java:510)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl$ExceptionListenerRunnable.run(JMSContainerInvoker.java:1428)
at java.lang.Thread.run(Thread.java:595)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224009#4224009
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224009
15 years, 9 months