Incorrect log level for "Transport failed, attempting to automatically
reconnect due to: java.io.EOFException" OR should not print stack trace
----------------------------------------------------------------------------------------------------------------------------------------------
Key: AMQ-1912
URL: https://issues.apache.org/activemq/browse/AMQ-1912
Project: ActiveMQ
Issue Type: Bug
Components: Transport
Affects Versions: 4.1.1
Environment: Linux (SuSE 10.2, Red Hat ES 3), Windows Server 2003,
Solaris 9;
Reporter: Tim Watts
Priority: Minor
The message:
INFO Transport failed, attempting to automatically reconnect due to:
java.io.EOFException
java.io.EOFException
at java.io.DataInputStream.readInt(Unknown Source)
at
org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:267)
at
org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:156)
at
org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:136)
at java.lang.Thread.run(Unknown Source)
should either be logged as DEBUG with the stack trace OR as INFO without the
stack trace.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.