Any chance you can create a test case to reproduce this? Regards -- Dejan Bosanac - http://twitter.com/dejanb ----------------- The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net
Connect at CamelOne <http://camelone.com/> May 24-26 The Open Source Integration Conference On Fri, Jun 3, 2011 at 4:22 PM, mserrano <mar...@attivio.com> wrote: > Sorry, the master exception log message includes a modification we made to > the logging on slave failure to distinguish failure conditions (see > AMQ-2459). > > Normally it would say "Slave Failed" with the exception. Full exception > trace returned from slave: > > > java.net.SocketException: socket closed > at java.net.SocketInputStream.socketRead0(Native Method) > at java.net.SocketInputStream.read(SocketInputStream.java:129) > at > > org.apache.activemq.transport.tcp.TcpBufferedInputStream.fill(TcpBufferedInputStream.java:50) > at > > org.apache.activemq.transport.tcp.TcpTransport$2.fill(TcpTransport.java:527) > at > > org.apache.activemq.transport.tcp.TcpBufferedInputStream.read(TcpBufferedInputStream.java:58) > at > > org.apache.activemq.transport.tcp.TcpTransport$2.read(TcpTransport.java:512) > at java.io.DataInputStream.readInt(DataInputStream.java:370) > at > > org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:269) > at > > org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:211) > at > org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:203) > at > org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:186) > at java.lang.Thread.run(Thread.java:662) > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/messages-sometimes-lost-during-pure-master-slave-failover-tp3570898p3570950.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >