Transport failed: java.net.SocketException: Connection reset
------------------------------------------------------------
Key: AMQ-3057
URL: https://issues.apache.org/jira/browse/AMQ-3057
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.4.1
Environment: Ubuntu 9.04
Reporter: James Green
Had a report that some of our application services were inactive. Found this in
the logs of an affected server:
2010-11-29 09:49:26,323 | INFO | Transport failed: java.net.SocketException:
Connection reset | org.apache.activemq.broker.TransportConnection.Transport |
ActiveMQ Transport: tcp:///127.0.0.1:47787
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at
org.apache.activemq.transport.tcp.TcpBufferedInputStream.fill(TcpBufferedInputStream.java:50)
at
org.apache.activemq.transport.tcp.TcpTransport$2.fill(TcpTransport.java:575)
at
org.apache.activemq.transport.tcp.TcpBufferedInputStream.read(TcpBufferedInputStream.java:58)
at
org.apache.activemq.transport.tcp.TcpTransport$2.read(TcpTransport.java:560)
at java.io.DataInputStream.readByte(DataInputStream.java:248)
at
org.apache.activemq.transport.stomp.StompWireFormat.unmarshal(StompWireFormat.java:117)
at
org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:226)
at
org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:218)
at
org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:201)
at java.lang.Thread.run(Thread.java:619)
[ repeat several seconds apart continuously ]
We have PHP/Stomp connected services any one of which could have been having
problems. We do know of one topic and one queue that were in a stuck position.
A restart of AMQ got the messages moving again.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.