You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Rob Davies (JIRA)" <ji...@apache.org> on 2008/09/04 18:13:52 UTC

[jira] Assigned: (AMQ-1912) Incorrect log level for "Transport failed, attempting to automatically reconnect due to: java.io.EOFException" OR should not print stack trace

     [ https://issues.apache.org/activemq/browse/AMQ-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies reassigned AMQ-1912:
-------------------------------

    Assignee: Rob Davies

> 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
>            Assignee: Rob Davies
>            Priority: Minor
>             Fix For: 5.2.0
>
>
> 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.