2 Replies Latest reply on Oct 11, 2003 2:49 PM by klin

    ERROR [DLQHandler] Initialization failed

    klin

      I always get the following error messages at JBoss startup:

      21:09:38,553 ERROR [DLQHandler] Initialization failed
      javax.jms.JMSException: Error creating the dlq connection: XAConnectionFactory not bound

      When I added Queues to JBoss JMS in a file separate from jms/jbossmq-destinations-service.xml:

      <?xml version="1.0" encoding="UTF-8"?>


      <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager


      <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager



      But no error message if I put the same code at the end of jms/jbossmq-destinations-service.xml.

      Even when there's error message, the MDB's still work fine, and there're these messages at the end of startup:

      21:09:50,580 INFO [Server] JBoss (MX MicroKernel) [3.2.1 (build: CVSTag=JBoss_3_2_1 date=2003050415
      33)] Started in 1m:13s:135ms
      21:09:51,111 INFO [DLQHandler] Destroying
      21:09:51,111 INFO [DLQHandler] Destroyed
      21:09:51,111 INFO [DLQHandler] Creating
      21:09:51,201 INFO [DLQHandler] Created
      21:09:51,371 WARN [SecurityManager] No SecurityMetadadata was available for messagingQueue adding d
      efault security conf
      21:09:51,401 INFO [DLQHandler] Starting
      21:09:51,411 INFO [DLQHandler] Started
      21:09:51,411 INFO [JMSContainerInvoker] Reconnected to JMS provider


      I wonder if there's a reason for this.

      Thanks,
      Kaiwen