6 Replies Latest reply on Nov 30, 2004 4:39 PM by ekim

    Again the old question ;-) LocalTXCM

    23ti23

      Hello,

      sorry for these question again, but i`m searching the net and forums since one week and i`m going to be crazy....

      Duke`s Bank example and many other beans are running quite good.

      But i have trouble with Message Driven Beans:

      if i deploy such beans, the following reports in logs seem:

      14:26:22,437 ERROR [DLQHandler] Initialization failed DLQHandler
      javax.jms.JMSException: Error creating the dlq connection: XAConnectionFactory not bound
       at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:166)
       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:545)
       at org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:767)
       at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onException(JMSContainerInvoker.java:1272)
       at org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java:779)
      14:26:22,437 INFO [JMSContainerInvoker] Reconnected to JMS provider
      14:26:22,437 WARN [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:166)
       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:545)
       at org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:767)
       at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onException(JMSContainerInvoker.java:1272)
       at org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java:779)
      


      starting of Jboss the following report seems in log:
      ....
      ObjectName: jboss.mq:service=InvocationLayer,type=UIL2
       state: CONFIGURED
       I Depend On: jboss.mq:service=Invoker
      
       Depends On Me:
      
      MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
      ObjectName: jboss.jca:name=MySqlDS,service=LocalTxCM
       state: NOTYETINSTALLED
       I Depend On:
       Depends On Me: jboss.mq:service=StateManager
      
      
      13:52:55,578 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
      13:52:56,093 INFO [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009
      13:52:56,125 INFO [JkMain] Jk running ID=0 time=0/47 config=null
      13:52:56,203 INFO [Server] JBoss (MX MicroKernel) [4.0.0 (build: CVSTag=JBoss_4_0_0 date=200409200418)] Started in 47s:375ms
      
      


      I don't know what to do any more. I have got to all other things but these here finish me.

      About a tip or a link I would be extremely grateful.

      trouble with: JBoss [Zion] 4.0.0, Mysql, jms