Is this timeout the same as the: soTimeout (long) sets the SO_TIMEOUT value (in milliseconds) on the socket configured on the TCP Transport and described here: http://activemq.apache.org/activemq-3-transport-configurations.html I'm a bit confused about the different tiemouts that can be specified on a JMS solution. Thanks, Eric Andrew wrote: > That's all it was. Thanks. > > -----Original Message----- > From: James Strachan [mailto:james.strachan@gmail.com] > Sent: Tuesday, March 04, 2008 1:06 AM > To: users@activemq.apache.org > Subject: Re: "WARNING: Transport failed" ... > org.apache.activemq.transport.failover.FailoverTransport > handleTransportFailure > > It looks like the socket failed - could be thebroker thinking the > socket was inactive. You could try increasing or disabling the > inactivity timeout. > > On 03/03/2008, Andrew wrote: >> Anyone know why this would happen? Other clients connected simultaneously >> don't disconnect. Everything is on a simple LAN so no networking issues >> should exist for one client and not others.. >> Thanks, >> Andrew >> >> >> >> Mar 3, 2008 3:00:55 PM >> org.apache.activemq.transport.failover.FailoverTransport >> handleTransportFailure >> WARNING: Transport failed, attempting to automatically reconnect due to: >> java.io.EOFException >> java.io.EOFException >> at java.io.DataInputStream.readInt(DataInputStream.java:375) >> at >> > org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:26 >> 8) >> at >> > org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java >> :192) >> at >> > org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:184) >> at >> org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:172) >> at java.lang.Thread.run(Thread.java:619) >> Mar 3, 2008 3:00:56 PM >> org.apache.activemq.transport.failover.FailoverTransport$1 iterate >> INFO: Successfully reconnected to tcp://tupolev:61616 >> >> Mar 3, 2008 3:01:56 PM >> org.apache.activemq.transport.failover.FailoverTransport >> handleTransportFailure >> WARNING: Transport failed, attempting to automatically reconnect due to: >> java.io.EOFException >> java.io.EOFException >> at java.io.DataInputStream.readInt(DataInputStream.java:375) >> at >> > org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:26 >> 8) >> at >> > org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java >> :192) >> at >> > org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:184) >> at >> org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:172) >> at java.lang.Thread.run(Thread.java:619) >> Mar 3, 2008 3:01:56 PM >> org.apache.activemq.transport.failover.FailoverTransport$1 iterate >> INFO: Successfully reconnected to tcp://tupolev:61616 >> >> >> > >