]
Tomas Hofman commented on WFLY-9669:
------------------------------------
Marking as rejected, see JBEAP-13840 for details.
JMS bridge fails to create session factory with connection timeout
between WildFly and EAP 6.4
----------------------------------------------------------------------------------------------
Key: WFLY-9669
URL:
https://issues.jboss.org/browse/WFLY-9669
Project: WildFly
Issue Type: Bug
Components: IIOP, JMS
Reporter: Lin Gao
Assignee: Tomas Hofman
When having configured JMS bridge on EAP 7 with target queue on EAP 6.4 after starting
the server, after short while I can see that it failed to create session factory with
exception \[1\].
I am also attaching config files of EAP 6.4 server and of EAP 7.1.0.CR4 server.
\[1\]
{noformat}
2017-11-23 16:49:31,423 WARN [org.apache.activemq.artemis.jms.bridge] (Thread-230)
AMQ342010: Failed to connect JMS Bridge N/A: javax.jms.JMSException: Failed to create
session factory
at
org.hornetq.jms.client.HornetQConnectionFactory.createConnectionInternal(HornetQConnectionFactory.java:673)
at
org.hornetq.jms.client.HornetQConnectionFactory.createConnection(HornetQConnectionFactory.java:112)
at
org.hornetq.jms.client.HornetQConnectionFactory.createConnection(HornetQConnectionFactory.java:107)
at
org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl.createConnection(JMSBridgeImpl.java:979)
at
org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl.setupJMSObjects(JMSBridgeImpl.java:1148)
at
org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl.setupJMSObjectsWithRetry(JMSBridgeImpl.java:1247)
at
org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl.access$2600(JMSBridgeImpl.java:75)
at
org.apache.activemq.artemis.jms.bridge.impl.JMSBridgeImpl$FailureHandler.run(JMSBridgeImpl.java:1747)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: HornetQConnectionTimedOutException[errorType=CONNECTION_TIMEDOUT
message=HQ119013: Timed out waiting to receive cluster topology. Group:null]
at
org.hornetq.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:946)
at
org.hornetq.jms.client.HornetQConnectionFactory.createConnectionInternal(HornetQConnectionFactory.java:669)
... 10 more
2017-11-23 16:49:31,443 INFO [org.apache.activemq.artemis.jms.bridge] (Thread-230)
AMQ341000: Failed to set up JMS bridge N/A connections. Most probably the source or target
servers are unavailable. Will retry after a pause of 2,500 ms
{noformat}