You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Vader23765 <ma...@gbg.bg> on 2017/12/06 15:41:12 UTC

ActiveMQ stops unexpected

Hello there,

I am trying to create a simple cluster with a hub and a spoke. When I use
HTTP protocol to start the hub, everything works fine. ActiveMQ starts and I
am able to bind the spoke to it.
However when I start the hub under TCP, the ActiveMQ stops unexpected:

12/6/17 1:02:07.170 PM [APP/1-0] OUT    2017-12-06 13:02:07.170  INFO 32788
--- [           main] o.apache.activemq.broker.BrokerService   : Apache
ActiveMQ 5.15.2 (hub-app-broker, ID:localhost-56982-1512565327033-0:1) is
starting
12/6/17 1:02:07.191 PM [APP/1-0] OUT    2017-12-06 13:02:07.191  INFO 32788
--- [           main] o.a.a.t.TransportServerThreadSupport     : Listening
for connections at: tcp://localhost:61616?transport.transformer=jms
12/6/17 1:02:07.191 PM [APP/1-0] OUT    2017-12-06 13:02:07.191  INFO 32788
--- [           main] o.a.activemq.broker.TransportConnector   : Connector
hub-app-broker started
12/6/17 1:02:07.192 PM [APP/1-0] OUT    2017-12-06 13:02:07.192  INFO 32788
--- [           main] o.apache.activemq.broker.BrokerService   : Apache
ActiveMQ 5.15.2 (hub-app-broker, ID:localhost-56982-1512565327033-0:1)
started
12/6/17 1:02:07.192 PM [APP/1-0] OUT    2017-12-06 13:02:07.192  INFO 32788
--- [           main] o.apache.activemq.broker.BrokerService   : For help or
more information please see: http://activemq.apache.org
12/6/17 1:02:07.223 PM [APP/1-0] OUT    2017-12-06 13:02:07.222  INFO 32788
--- [       Thread-2] s.c.a.AnnotationConfigApplicationContext : Closing
org.springframework.context.annotation.AnnotationConfigApplicationContext@363ee3a2:
startup date [Wed Dec 06 13:02:04 UTC 2017]; root of context hierarchy
12/6/17 1:02:07.223 PM [APP/1-0] OUT    2017-12-06 13:02:07.223  INFO 32788
--- [MQ ShutdownHook] o.apache.activemq.broker.BrokerService   : Apache
ActiveMQ 5.15.2 (hub-app-broker, ID:localhost-56982-1512565327033-0:1) is
shutting down
12/6/17 1:02:07.224 PM [APP/1-0] OUT    2017-12-06 13:02:07.224  INFO 32788
--- [MQ ShutdownHook] o.a.activemq.broker.TransportConnector   : Connector
hub-app-broker stopped
12/6/17 1:02:07.225 PM [APP/1-0] OUT    2017-12-06 13:02:07.225  INFO 32788
--- [       Thread-2] o.s.c.support.DefaultLifecycleProcessor  : Stopping
beans in phase 2147483647

There are no exceptions or other logs which could lead what cause the
ActiveMQ to stop.

Any idea what could be wrong will be appreciated.





--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html