I think I may have the same problem. 

Setup:
  2 Brokers configured as a network of brokers (jdk 1.5.0_06 / linux
(ubuntu))
  
Reproduce:
1. Start Broker A
2. Start Broker B
3. Wait until Broker B is started. Kill Broker B
4. Restart Broker B (not necessary since Broker A can't connect anyway)

Output from Broker A:
java.io.EOFException
        at java.io.DataInputStream.readInt(DataInputStream.java:358)
        at
org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:270)
        at
org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:142)
        at java.lang.Thread.run(Thread.java:595)
03:39:04,664  WARN DemandForwardingBridge:133 - Outbound transport to
localhost interrupted ...
03:40:20,842  INFO DemandForwardingBridge:491 - localhost Shutting down
03:40:20,852 DEBUG DemandForwardingBridge:251 -  stopping localhost bridge
to localhost is disposed already ? false
03:40:20,862 DEBUG FailoverTransport:251 - Stopped.
03:40:20,874 DEBUG DemandForwardingBridge:276 - localhost bridge to
localhost stopped
03:41:28,224 DEBUG FailoverTransport:226 - Transport failed, starting up
reconnect task
java.io.EOFException
        at java.io.DataInputStream.readInt(DataInputStream.java:358)
        at
org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:270)
        at
org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:142)
        at java.lang.Thread.run(Thread.java:595)

...and then silence. It never reconnects.
--
View this message in context: 
http://www.nabble.com/ActiveMQ+and+failover-t1688385.html#a4595884
Sent from the ActiveMQ - User forum at Nabble.com.

Reply via email to