]
Paul Ferraro closed WFLY-8517.
------------------------------
Resolution: Out of Date
ActiveMQ JGroups-based discovery is broken
------------------------------------------
Key: WFLY-8517
URL:
https://issues.jboss.org/browse/WFLY-8517
Project: WildFly
Issue Type: Bug
Components: Clustering, JMS
Affects Versions: 11.0.0.Alpha1
Reporter: Paul Ferraro
Assignee: Paul Ferraro
JGroups-based discovery was broken by this commit:
https://github.com/wildfly/wildfly/commit/b0244166a3a72aa891aa37ec7b0b866...
{noformat}
2017-04-04 13:56:47,301 WARN [org.apache.activemq.artemis.core.client] (Thread-1
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$3@66462207-730663955))
AMQ212025: did not conne
ct the cluster connection to other nodes:
ActiveMQConnectionTimedOutException[errorType=CONNECTION_TIMEDOUT message=AMQ119013: Timed
out waiting to receive cluster topology. Group:org.apache.activemq.artemis.co
re.cluster.DiscoveryGroup@391e867]
at
org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:803)
at
org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl.connect(ServerLocatorImpl.java:627)
at
org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl.connect(ServerLocatorImpl.java:609)
at
org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl$5.run(ServerLocatorImpl.java:1533)
at
org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
{noformat}