Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JMSException when starting JBoss server...

843830May 27 2004 — edited Oct 31 2007
Hello everybody,

I have a problem with Messagedrivenbeans: I included MDB in my application
that is running on a JBoss Server. It is working fine on my local server,
and also on some of my collegues machines it is working fine. But on some
of my collegues machines the following exceptions are thrown when they
start up the JBoss server on their machines:

09:48:08,734 INFO [StatelessSessionContainer] Starting
09:48:08,796 INFO [StatelessSessionInstancePool] Starting
09:48:08,796 INFO [StatelessSessionInstancePool] Started
09:48:08,796 INFO [StatelessSessionContainer] Started
09:48:08,796 INFO [MessageDrivenContainer] Starting
09:48:08,812 INFO [JMSContainerInvoker] Starting
09:48:08,812 INFO [DLQHandler] Creating
09:48:08,812 ERROR [DLQHandler] Initialization failed
javax.jms.JMSException: Error creating the dlq connection: XAConnectionFactory not bound
at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:152)
at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:158)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:394)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:579)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at org.jboss.ejb.MessageDrivenContainer.startService(MessageDrivenContainer.java:220)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
at $Proxy11.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:392)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy28.start(Unknown Source)



Can anybody tell me, what could be the cause for the exception? I compared my
JBoss configuration files (jboss-service.xml, jbossmq-service.xml,
jbossmq-destinations-service.xml, jms-ds.xml, jbossmq-service.xml) with
theirs, and i have found no differences.


Thank you in advance,
best regards,
Felix
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 28 2007
Added on May 27 2004
2 comments
716 views