Hi,

I'm using activemq 5.0 snapshot (08-13-2007). I'm getting the following
error, after which my consumer stops working. Here is the error:

WARN  28 Nov 17:29:15 [ActiveMQConnection] -->  Async exception with no
exception listener: java.io.EOFException
java.io.EOFException
        at java.io.DataInputStream.readInt(DataInputStream.java:375)
        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(Thread.java:619)

and the content of the activemq.log file:

2007-11-28 17:29:14,953 [ception Handler] DEBUG Transport                     
- Transport failed: java.io.IOException: Unknown data type: 19
java.io.IOException: Unknown data type: 19
        at
org.apache.activemq.openwire.OpenWireFormat.marshal(OpenWireFormat.java:226)
        at
org.apache.activemq.transport.tcp.TcpTransport.oneway(TcpTransport.java:118)
        at
org.apache.activemq.transport.InactivityMonitor.oneway(InactivityMonitor.java:147)
        at
org.apache.activemq.transport.TransportFilter.oneway(TransportFilter.java:80)
        at
org.apache.activemq.transport.WireFormatNegotiator.oneway(WireFormatNegotiator.java:93)
        at
org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:44)
        at
org.apache.activemq.broker.TransportConnection.dispatch(TransportConnection.java:1118)
        at
org.apache.activemq.broker.TransportConnection.processDispatch(TransportConnection.java:765)
        at
org.apache.activemq.broker.TransportConnection.iterate(TransportConnection.java:805)
        at
org.apache.activemq.thread.DedicatedTaskRunner.runTask(DedicatedTaskRunner.java:97)
        at
org.apache.activemq.thread.DedicatedTaskRunner.access$000(DedicatedTaskRunner.java:25)
        at
org.apache.activemq.thread.DedicatedTaskRunner$1.run(DedicatedTaskRunner.java:39)
2007-11-28 17:29:14,953 [ception Handler] DEBUG TransportConnection           
- Stopping connection: /127.0.0.1:1108
2007-11-28 17:29:14,953 [ception Handler] DEBUG TcpTransport                  
- Stopping transport tcp:///127.0.0.1:1108
2007-11-28 17:29:14,983 [/127.0.0.1:1108] DEBUG Transport                     
- Transport failed: java.net.SocketException: Socket closed
java.net.SocketException: Socket closed
        at java.net.SocketInputStream.read(SocketInputStream.java:162)
        at
org.apache.activemq.transport.tcp.TcpBufferedInputStream.fill(TcpBufferedInputStream.java:49)
        at
org.apache.activemq.transport.tcp.TcpBufferedInputStream.read(TcpBufferedInputStream.java:56)
        at java.io.DataInputStream.readInt(DataInputStream.java:370)
        at
org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:269)
        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(Thread.java:619)
2007-11-28 17:29:14,983 [ception Handler] DEBUG TransportConnection           
- Stopped connection: /127.0.0.1:1108
2007-11-28 17:29:14,983 [ception Handler] DEBUG TransportConnection           
- Cleaning up connection resources.
2007-11-28 17:29:14,983 [ception Handler] DEBUG AbstractRegion                
- Removing consumer: ID:zeljko-1105-1196267351098-1:0:-1:1
2007-11-28 17:29:14,983 [ception Handler] DEBUG AbstractRegion                
- Removing consumer: ID:zeljko-1105-1196267351098-1:0:1:1
2007-11-28 17:29:21,703 [eckpoint Worker] DEBUG AMQPersistenceAdapter         
- Checkpoint started.
2007-11-28 17:29:21,703 [eckpoint Worker] DEBUG AMQPersistenceAdapter         
- Checkpoint done.
...

I'm just plain request-reply scenario that involve a client sending a
request and waiting for a reply.
Does somebody has a clue about what could be causing problem?

Regards, 

Igor
-- 
View this message in context: 
http://www.nabble.com/Async-exception-with-no-exception-listener%3A-java.io.EOFException-tf4889620s2354.html#a13996018
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to