HornetQException[errorCode=3 message=Timed out waiting to receive cluster topology. Group=null]
Issue
- HornetQ fails to form cluster with following exception:
ERROR org.jbpm.task.service.jms.JMSTaskClientConnector - Failed to create session factory
javax.jms.JMSException: Failed to create session factory
at org.hornetq.jms.client.HornetQConnectionFactory.createConnectionInternal(HornetQConnectionFactory.java: 605)
at org.hornetq.jms.client.HornetQConnectionFactory.createQueueConnection(HornetQConnectionFactory.java: 131)
at org.hornetq.jms.client.HornetQConnectionFactory.createQueueConnection(HornetQConnectionFactory.java: 126)
at org.jbpm.task.service.jms.JMSTaskClientConnector.connect(JMSTaskClientConnector.java: 89)
at org.jbpm.task.service.jms.JMSTaskClientConnector.connect(JMSTaskClientConnector.java: 63)
at org.jbpm.task.service.TaskClient.connect(TaskClient.java: 798)
at org.jbpm.integration.console.TaskClientFactory.newAsyncInstance(TaskClientFactory.java: 104)
at org.jbpm.integration.console.TaskClientFactory.newInstance(TaskClientFactory.java: 68)
at org.jbpm.integration.console.TaskManagement.connect(TaskManagement.java: 59)
at org.jbpm.integration.console.TaskManagement.getAssignedTasks(TaskManagement.java: 136)
at org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRef(TaskListFacade.java: 101)
...
Caused by: HornetQException[errorCode=3 message=Timed out waiting to receive cluster topology. Group=null]
at org.hornetq.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java: 815)
at org.hornetq.jms.client.HornetQConnectionFactory.createConnectionInternal(HornetQConnectionFactory.java: 601)
... 51 more
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 5.1.2
- 5.2
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.