You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by titexe <ti...@yahoo.Fr> on 2010/06/17 15:25:40 UTC

Network Connector : Failed synchronisation between 2 brokers

Hello,

I have a Broker A networked to Broker B and Broker C.

On killing broker B, after specific time the broker A cannot dispatched
messages to Broker C.

i have receive this following error :

2010-06-14 19:39:43,005 | WARN | cannot create async transport stopper
thread.. not waiting for stop to complete, reason: |
org.apache.activemq.broker.TransportConnection | NetworkBridge
java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Unknown Source)
at
org.apache.activemq.broker.TransportConnection.stopAsync(TransportConnection.java:911)
at
org.apache.activemq.broker.TransportConnection.processShutdown(TransportConnection.java:343)
at org.apache.activemq.command.ShutdownInfo.visit(ShutdownInfo.java:35)
at
org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:297)
at
org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:175)
at
org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:116)
at
org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:68)
at org.apache.activemq.transport.vm.VMTransport.oneway(VMTransport.java:115)
at
org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:40)
at
org.apache.activemq.transport.ResponseCorrelator.oneway(ResponseCorrelator.java:60)
at
org.apache.activemq.network.DemandForwardingBridgeSupport$5.run(DemandForwardingBridgeSupport.java:379)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


it's normal, If the broker loses a connection with another broker, this
broker blocks all other connections with other brokers ?

Thank you in advance to help to solve this problem.
-- 
View this message in context: http://old.nabble.com/Network-Connector-%3A-Failed-synchronisation-between-2-brokers-tp28914301p28914301.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.