Get stack trace from ActiveMQ when shutting down geronimo
---------------------------------------------------------
Key: GERONIMO-815
URL: http://issues.apache.org/jira/browse/GERONIMO-815
Project: Geronimo
Type: Bug
Components: ActiveMQ
Versions: 1.0-M4
Reporter: John Sisson
It seems unnecessary to have a stack trace from ActiveMQ when a connection is shut down during
Geronimo shutdown?
Server shutdown begun
2005-07-26 12:29:43,623 [TcpTransportChannel: Socket[addr=localhost/127.0.0.1,port=61616,localport=1567]]
WARN org.activemq.transpo
rt.tcp.TcpTransportChannel - Peer closed connection
java.io.EOFException
at java.io.DataInputStream.readByte(Unknown Source)
at org.activemq.io.impl.AbstractDefaultWireFormat.readPacket(AbstractDefaultWireFormat.java:168)
at org.activemq.transport.tcp.TcpTransportChannel.run(TcpTransportChannel.java:309)
at java.lang.Thread.run(Unknown Source)
Server shutdown completed
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|