My apologies, I submitted the original post from another computer earlier today and didn't have a corresponding stack trace readily available. This reply includes an actual stack trace for the exception.
I don't have TRACE level logging to provide because I have not been able to reproduce the problem in the lab and the customer is overly concerned about the volume of logging that would be produced as a result. As you can see from the timestamps in the following log output, this problem has existed for at least several months. Once again, we have no problems initially after startup, but after the application runs for a while, the result is the "XAConnectionFactory not bound" exception (perhaps due to heavy load). Thanks! 2004-01-12 16:43:11,921 INFO [org.jboss.ejb.plugins.jms.DLQHandler] Creating | 2004-01-12 16:43:11,921 ERROR [org.jboss.ejb.plugins.jms.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:553) | at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onException(JMSContainerInvoker.java:1053) | at org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java:565) | 2004-01-12 16:43:11,921 INFO [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Reconnected to JMS provider | 2004-01-12 16:43:11,921 WARN [org.jboss.ejb.plugins.jms.JMSContainerInvoker] JMS provider failure detected: | 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:553) | at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onException(JMSContainerInvoker.java:1053) | at org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java:565) | 2004-01-12 16:43:11,921 INFO [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Trying to reconnect to JMS provider View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838729#3838729 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838729 ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
