Hi all,

I'm using tomcat jms send messages to ActiveMQ5.2 server. but the follow
exception often occurs in tomcat log.
We can't catch this exception, it only show in the log file. Do anyone know
the reason? 
Thanks.

2009-04-14 17:50:03,630 WARN  [ActiveMQManagedConnection] Connection failed:
javax.jms.JMSException: java.io.EOFException
2009-04-14 17:50:03,630 WARN  [GeronimoConnectionEventListener]
connectionErrorOccurred called with null
javax.jms.JMSException: java.io.EOFException
        at
org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:46)
        at
org.apache.activemq.ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1525)
        at
org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:1541)
        at
org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:96)
        at
org.apache.activemq.transport.ResponseCorrelator.onException(ResponseCorrelator.java:114)
        at
org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:96)
        at
org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:96)
        at
org.apache.activemq.transport.WireFormatNegotiator.onException(WireFormatNegotiator.java:147)
        at
org.apache.activemq.transport.InactivityMonitor.onException(InactivityMonitor.java:156)
        at
org.apache.activemq.transport.TransportSupport.onException(TransportSupport.java:97)
        at
org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:150)
        at java.lang.Thread.run(Thread.java:810)
Caused by:
java.io.EOFException
        at java.io.DataInputStream.readFully(DataInputStream.java:204)
        at java.io.DataInputStream.readInt(DataInputStream.java:380)
        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)
        ... 1 more
-- 
View this message in context: 
http://www.nabble.com/javax.jms.JMSException%3A-java.io.EOFException-often-occurs-tp23051395p23051395.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to