You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by rliguori <ro...@hotmail.com> on 2011/03/05 22:42:01 UTC

attempting to automatically reconnect due to: java.io.EOFException

I'm doing a transport failover with this URI: 
failover:(tcp://localhost:61616,tcp://localhost:62626)?randomize=false

and I'm occasionally seeing this message through a test tool I'm using when
I kill the first primary broker: 

16:37:51 WARN  Transport (localhost/127.0.0.1:61616) failed to
tcp://localhost:61616 , attempting to automatically reconnect due to:
java.io.EOFException
16:37:52 INFO  Successfully reconnected to tcp://localhost:62626

...and the associated clients stops receiving messages

Outside of the test tool... the transport failover works fine.

Any ideas what is going on?  Or what documentation I can review for help?

--
View this message in context: http://activemq.2283324.n4.nabble.com/attempting-to-automatically-reconnect-due-to-java-io-EOFException-tp3337110p3337110.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: attempting to automatically reconnect due to: java.io.EOFException

Posted by Johan Edstrom <se...@gmail.com>.
You did a failover.


On Mar 5, 2011, at 2:42 PM, rliguori wrote:

> I'm doing a transport failover with this URI: 
> failover:(tcp://localhost:61616,tcp://localhost:62626)?randomize=false
> 
> and I'm occasionally seeing this message through a test tool I'm using when
> I kill the first primary broker: 
> 
> 16:37:51 WARN  Transport (localhost/127.0.0.1:61616) failed to
> tcp://localhost:61616 , attempting to automatically reconnect due to:
> java.io.EOFException
> 16:37:52 INFO  Successfully reconnected to tcp://localhost:62626
> 
> ...and the associated clients stops receiving messages
> 
> Outside of the test tool... the transport failover works fine.
> 
> Any ideas what is going on?  Or what documentation I can review for help?
> 
> --
> View this message in context: http://activemq.2283324.n4.nabble.com/attempting-to-automatically-reconnect-due-to-java-io-EOFException-tp3337110p3337110.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.