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 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836575#3836575

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836575



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to