7 Replies Latest reply on Mar 12, 2007 5:49 PM by genman

    Using JVM IL and DLQHandler Initialization Failure

    bloodasp

      Hi,

      1. After hours of reading through documents here and otherwise, I'd like to get some advice. How do I make use of the JVM IL for my message producer and my message driven beans?

      2. I've followed the instructions here on how to migrate the message persistence from hsql to another database (MySQL) and have successfully done so, but there is an error when I deploy my MDB. I've searched the site and googled but I have not found any sufficient solution. Cant anyone please help?

      Thanks in advance.

      Here's the error

      2005-08-19 21:07:40,578 TRACE [org.jboss.ejb.plugins.jms.DLQHandler] Constructing
      2005-08-19 21:07:40,578 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Creating DLQHandler
      2005-08-19 21:07:40,578 ERROR [org.jboss.ejb.plugins.jms.DLQHandler] Initialization failed DLQHandler
      javax.naming.NameNotFoundException: XAConnectionFactory not bound
      at org.jnp.server.NamingServer.getBinding(NamingServer.java:491)
      at org.jnp.server.NamingServer.getBinding(NamingServer.java:499)
      at org.jnp.server.NamingServer.getObject(NamingServer.java:505)
      at org.jnp.server.NamingServer.lookup(NamingServer.java:278)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:610)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
      at javax.naming.InitialContext.lookup(InitialContext.java:347)
      at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:151)
      at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:238)
      at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:165)
      at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:597)
      at org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:922)
      at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.run(JMSContainerInvoker.java:1492)
      at java.lang.Thread.run(Thread.java:534)
      2005-08-19 21:07:40,578 WARN [org.jboss.ejb.plugins.jms.JMSContainerInvoker] JMS provider failure detected:
      javax.naming.NameNotFoundException: XAConnectionFactory not bound