Fwd: EOFException in ActiveMQ 4.1.2

2010-12-21 Thread Ivan
Forgot to cc activemq user list. -- Forwarded message -- From: Ivan Date: 2010/12/21 Subject: Re: EOFException in ActiveMQ 4.1.2 To: d...@geronimo.apache.org Finally, I found the codes caused this, it is related to activemq resource adapter. In the finally block

Re: EOFException in ActiveMQ 4.1.2

2010-12-18 Thread Ivan
Seems that Geronimo 2.1.7 will try to do a recovery while a MDB is deployed, the error occurs in the process, I hope that any one could help to shed me some lights, thanks. ---> 2010-12-15 12:59:05,156 INFO [TcpTransport] TcpTransport is created LOCAL [ 0.0.0.0/0.0.0.0:-1 ] REMOTE [null:0] java.la

Re: EOFException in ActiveMQ 4.1.2

2010-12-17 Thread Ivan
Sorry for the repeated sending, just add geronimo mail list. 2010/12/17 Ivan > After adding some outputs, the error seems to happen after the socket of > the server side received the wireformatinfo, then on the next call of > readCommand, it fails to read bytes ... > > --> > 2010-12-17 10:42:13,

Re: EOFException in ActiveMQ 4.1.2

2010-12-16 Thread Ivan
After adding some outputs, the error seems to happen after the socket of the server side received the wireformatinfo, then on the next call of readCommand, it fails to read bytes ... --> 2010-12-17 10:42:13,046 INFO [TcpTransport] BEGIN TAG [1292553733046-99-1] Receive command [LOCAL [/127.0.0.1

EOFException in ActiveMQ 4.1.2

2010-12-16 Thread Ivan
Hi, I am using Geronimo 2.1.7, which shipped ActiveMQ 4.1.2, it sometimes reported the error below after deploying a MDB. I know that ActiveMQ 4.1.2 is a very very old version, but I hope some one could help to give some hints, so that I could port some changes from the trunk. Thanks.