From: craig1980 <nu...@jb...> - 2004-12-18 14:55:56
|
Hi all; i have a MDB that is listening on a remote topic. Well... by using a WinXP pc with JBoss 3.2.5 and a linux Red-Hat Advanced Server with JBoss 3.2.5 all works... now i must migrate from Windows to another linux pc where there is JBoss 3.2.6... well i have configured everything and i have setted the jms-ds.xml file; i have this error: 15:50:18,866 ERROR [DLQHandler] Initialization failed DLQHandler | javax.jms.JMSException: Error creating the dlq connection: null | at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:171) | at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:237) | at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:164) | at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:542) | at org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:764) | at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onException(JMSContainerInvoker.java:1267) | at org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java:776) | 15:50:18,866 INFO [JMSContainerInvoker] Reconnected to JMS provider | 15:50:18,882 WARN [JMSContainerInvoker] JMS provider failure detected: | javax.jms.JMSException: Error creating the dlq connection: null | at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:171) | at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:237) | at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:164) | at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:542) | at org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:764) | at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onException(JMSContainerInvoker.java:1267) | at org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java:776) | 15:50:18,882 INFO [JMSContainerInvoker] Trying to reconnect to JMS provider Might this error be due to the two different version of JBoss? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859139#3859139 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859139 |