Ever since I switched over to 5.0.0, I got these EOF exception when I start a
listener but do not do anything with it.

This does not happen in 4.1.

Is this a bug in 5.0?

thx
----

ERROR Server [AcitveMQ Connection Worker: tcp://localhost/127.0.0.1:61616|]
JMS connection received asynchronous exception
javax.jms.JMSException: java.io.EOFException
        at
org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49)
        at
org.apache.activemq.ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1642)
        at
org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:1659)
        at
org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
        at
org.apache.activemq.transport.ResponseCorrelator.onException(ResponseCorrelator.java:116)
        at
org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
        at
org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98)
        at
org.apache.activemq.transport.WireFormatNegotiator.onException(WireFormatNegotiator.java:143)
        at
org.apache.activemq.transport.InactivityMonitor.onException(InactivityMonitor.java:169)
        at
org.apache.activemq.transport.TransportSupport.onException(TransportSupport.java:95)
        at
org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:176)
        at java.lang.Thread.run(Thread.java:619)
Caused by: java.io.EOFException
        at java.io.DataInputStream.readInt(DataInputStream.java:375)
        at
org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:268)
        at
org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:192)
        at
org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:184)
        at
org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:172)
        ... 1 more

-- 
View this message in context: 
http://www.nabble.com/EOFException-on-idling-listener-in-ActiveMQ-5.0.0-tp14641163s2354p14641163.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to