Interesting. I'm surprised you don't get more logs in debug mode but uf the broker(s) can't start it can explain the issue.
Maybe do a jstack on the jvm when the broker tries to start and fails. Le 11 juil. 2016 04:50, "[email protected]" <[email protected]> a écrit : > The only other interesting events I've found were that it does connect at > start and that it begins failing but these are slightly different events I > found searching through the logs. > > Jul 10, 2016 9:24:49 PM > org.apache.openejb.resource.activemq.ActiveMQ5Factory createBroker > WARNING: ActiveMQ failed to start broker within 10000 seconds - It may be > unusable > > Jul 10, 2016 9:25:01 PM > org.apache.activemq.transport.failover.FailoverTransport doReconnect > INFO: Successfully connected to tcp://Tomee1.fqdn:61616 > Jul 10, 2016 9:25:01 PM > org.apache.activemq.transport.failover.FailoverTransport doReconnect > INFO: Successfully connected to tcp://Tomee1.fqdn:61616 > Jul 10, 2016 9:25:02 PM > org.apache.activemq.transport.failover.FailoverTransport > handleTransportFailure > > > WARNING: Transport (tcp://Tomee1.fqdn/192.168.1.1:61616@51179) failed, > attempting to automatically reconnect > java.net.SocketException: Connection reset > at java.net.SocketInputStream.read(Unknown Source) > at java.net.SocketInputStream.read(Unknown Source) > at > > org.apache.activemq.transport.tcp.TcpBufferedInputStream.fill(TcpBufferedInputStream.java:50) > at > > org.apache.activemq.transport.tcp.TcpTransport$2.fill(TcpTransport.java:609) > at > > org.apache.activemq.transport.tcp.TcpBufferedInputStream.read(TcpBufferedInputStream.java:58) > at > > org.apache.activemq.transport.tcp.TcpTransport$2.read(TcpTransport.java:594) > at java.io.DataInputStream.readInt(Unknown Source) > at > > org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:258) > at > > org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:221) > at > org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:213) > at > org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:196) > at java.lang.Thread.run(Unknown Source) > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/ActiveMQ-Connection-Failures-Random-to-Constant-tp4679269p4679274.html > Sent from the TomEE Users mailing list archive at Nabble.com. >
