I didn't see any difference in the logging. Just seems to hang in the same
manner. 

Jul 10, 2016 9:06:02 PM
org.apache.activemq.transport.failover.FailoverTransport
handleTransportFailure
WARNING: Transport (tcp://TomEE2.fqdn/192.168.1.2:61616@51178) failed,
attempting to automatically reconnect
java.io.IOException: Wire format negotiation timeout: peer did not send his
wire format.
        at
org.apache.activemq.transport.WireFormatNegotiator.oneway(WireFormatNegotiator.java:98)
        at
org.apache.activemq.transport.failover.FailoverTransport.oneway(FailoverTransport.java:665)
        at
org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:68)
        at
org.apache.activemq.transport.ResponseCorrelator.asyncRequest(ResponseCorrelator.java:81)
        at
org.apache.activemq.transport.ResponseCorrelator.request(ResponseCorrelator.java:86)
        at
org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1409)
        at
org.apache.activemq.ActiveMQConnection.ensureConnectionInfoSent(ActiveMQConnection.java:1521)
        at
org.apache.activemq.ActiveMQConnection.createSession(ActiveMQConnection.java:329)
        at
org.apache.activemq.ActiveMQConnection.createTopicSession(ActiveMQConnection.java:1149)
        at
net.sf.ehcache.distribution.jms.JMSCacheManagerPeerProvider.init(JMSCacheManagerPeerProvider.java:161)
        at net.sf.ehcache.CacheManager.init(CacheManager.java:241)
        at net.sf.ehcache.CacheManager.<init>(CacheManager.java:169)
        at net.sf.ehcache.CacheManager.create(CacheManager.java:454)
        at
ixos.sec.um.types.PrincipalRepository.<init>(PrincipalRepository.java:215)
        at
ixos.sec.um.types.PrincipalRepository.getInstance(PrincipalRepository.java:388)
        at 
ixos.sec.um.types.UMPrincipalFactory.<init>(UMPrincipalFactory.java:65)
        at
ixos.sec.um.types.UMPrincipalFactory.getInstance(UMPrincipalFactory.java:84)
        at ixos.sec.um.UserManagement.getInstance(UserManagement.java:131)
        at ixos.ums.web.RPC.startUpUMS(RPC.java:930)
        at ixos.ums.web.RPC.init(RPC.java:114)
        at javax.servlet.GenericServlet.init(GenericServlet.java:158)
        at
org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284)
        at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197)
        at 
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
        at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5266)
        at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5554)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
        at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1575)
        at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1565)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

and then these events occur until the system finally starts. 
 
Jul 10, 2016 8:57:59 PM
org.apache.activemq.transport.failover.FailoverTransport doReconnect
WARNING: Failed to connect to [tcp://TomEE1.fqdn:61616,
tcp://TomEE2.fqdn:61616] after: 10 attempt(s) continuing to retry.




--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/ActiveMQ-Connection-Failures-Random-to-Constant-tp4679269p4679273.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to