5 Replies Latest reply on Sep 30, 2010 4:05 PM by clebert.suconic

    Can't connect HornetQ bridge to WebLogic JMS Service

    kaverznev

      Hello,

       

      I am trying to create  a JMS bridge between HornetQ 2.1.2 and WebLogic 10.3.

      WebLogic Jms Service is working. When java stand-alone client drop messages to the queue via JNDI lookup it's ok. (JMSWebLogicExample.java in attach)

      When i trying to connect two HornetQ servers by bridge it's working.

      But when I'm trying connect HornetQ bridge to weblogic i see log [java] INFO: Failed to set up JMS bridge connections

       

      Am I going wrong with the configuration? Maybe in the hornetq-beans.xml config file in beans TargetCFF and TargetDestinationFactory.

       

      The configuration files used are attached herewith.

       

      Please suggest..

       

      HORNETQ START LOG:

      source-server:

           [echo] Start *SOURCE* server

           [java] 30.09.2010 19:42:15 org.hornetq.core.logging.impl.JULLogDelegate info

           [java] INFO: Starting HornetQ Server

           [java] 30.09.2010 19:42:16 org.hornetq.core.logging.impl.JULLogDelegate warn

           [java] WARNING: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal

           [java] 30.09.2010 19:42:16 org.hornetq.core.logging.impl.JULLogDelegate info

           [java] INFO: live server is starting..

           [java] 30.09.2010 19:42:16 org.hornetq.core.logging.impl.JULLogDelegate info

           [java] INFO: Using NIO Journal

           [java] 30.09.2010 19:42:16 org.hornetq.core.logging.impl.JULLogDelegate warn

           [java] WARNING: Security risk! It has been detected that the cluster admin user and password have not been changed from the installation default. Please see the HornetQ user guide, cluster chapter, for instructions on how to do this.

           [java] 30.09.2010 19:42:17 org.hornetq.core.logging.impl.JULLogDelegate info

           [java] INFO: Started Netty Acceptor version 3.2.1.Final-r2319 0.0.0.0:5445 for CORE protocol

           [java] 30.09.2010 19:42:17 org.hornetq.core.logging.impl.JULLogDelegate info

           [java] INFO: HornetQ Server version 2.1.2.Final (Colmeia, 120) started

           [java] log4j:WARN No appenders could be found for logger (com.arjuna.ats.jta.logging.logger).

           [java] log4j:WARN Please initialize the log4j system properly.

           [java] 30.09.2010 19:42:19 org.hornetq.core.logging.impl.JULLogDelegate warn

           [java] WARNING: Failed to start bridge

           [java] 30.09.2010 19:42:19 org.hornetq.core.logging.impl.JULLogDelegate warn

           [java] WARNING: Will retry after a pause of 5000 ms

           [java] 30.09.2010 19:42:25 org.hornetq.core.logging.impl.JULLogDelegate info

           [java] INFO: Failed to set up JMS bridge connections. Most probably the source or target servers are unavailable. Will retry after a pause of 5000 ms