I encounter similar problem in our MDB onMessage. The mode is auto-acknowlegde 
and the destination is Queue. During process the message, I got the similar 
exception, but the message is finished processing and return correctly, but 
JBOSS/JMS somehow redelivered the same message again to our application.

Do anybody have the same problem?

[org.jboss.mq.referenceable.SpyDestinationObjectFactory] 
SpyDestinationObjectFactory->getObjectInstance()
2006-06-15 14:43:25,165 DEBUG 
[org.jboss.mq.referenceable.SpyConnectionFactoryObjectFactory] Extracting 
SpyConnectionFactory from reference
2006-06-15 14:43:25,167 DEBUG 
[org.jboss.mq.referenceable.SpyConnectionFactoryObjectFactory] The 
GenericConnectionFactory is: [EMAIL PROTECTED] 
connectionProperties={UIL_PORT_KEY=8093, 
ClientILService=org.jboss.mq.il.uil2.UILClientILService, 
UIL_ADDRESS_KEY=10.31.76.203, UIL_TCPNODELAY_KEY=yes, PingPeriod=60000, 
UIL_CHUNKSIZE_KEY=1000000, UIL_RECEIVE_REPLIES_KEY=No, UIL_BUFFERSIZE_KEY=2048}]
2006-06-15 14:43:25,169 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin 
WriteTask.run
2006-06-15 14:43:25,169 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin 
WriteTask.run
2006-06-15 14:43:25,170 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin 
ReadTask.run
2006-06-15 14:43:25,170 DEBUG [org.jboss.mq.il.uil2.SocketManager] Created 
ObjectOutputStream
2006-06-15 14:43:25,170 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin 
ReadTask.run
2006-06-15 14:43:25,170 DEBUG [org.jboss.mq.il.uil2.SocketManager] Created 
ObjectOutputStream
2006-06-15 14:43:25,170 DEBUG [org.jboss.mq.il.uil2.SocketManager] Created 
ObjectInputStream
2006-06-15 14:43:25,172 DEBUG [org.jboss.mq.il.uil2.SocketManager] Created 
ObjectInputStream
2006-06-15 14:43:25,173 DEBUG [org.jboss.mq.il.uil2.UILClientILService] Starting
2006-06-15 14:43:25,174 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] 
Setting up the UILClientIL Connection
2006-06-15 14:43:25,174 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] 
The UILClientIL Connection is set up
2006-06-15 14:43:25,234 DEBUG [org.jboss.mq.il.uil2.SocketManager] End 
WriteTask.run
2006-06-15 14:43:25,234 DEBUG [org.jboss.mq.il.uil2.SocketManager] End 
ReadTask.run
2006-06-15 14:43:25,235 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] 
Exiting on IOE
java.io.InterruptedIOException: Operation interrupted
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:129)
        at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
        at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
        at 
org.jboss.util.stream.NotifyingBufferedInputStream.read(NotifyingBufferedInputStream.java:67)
        at 
java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2133)
        at 
java.io.ObjectInputStream$BlockDataInputStream.readBlockHeader(ObjectInputStream.java:2313)
        at 
java.io.ObjectInputStream$BlockDataInputStream.refill(ObjectInputStream.java:2380)
        at 
java.io.ObjectInputStream$BlockDataInputStream.read(ObjectInputStream.java:2452)
        at 
java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputStream.java:2601)
        at java.io.ObjectInputStream.readByte(ObjectInputStream.java:845)
        at 
org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:290)
        at java.lang.Thread.run(Thread.java:534)
2006-06-15 14:43:25,235 DEBUG [org.jboss.mq.il.uil2.SocketManager] End 
WriteTask.run
2006-06-15 14:43:25,250 DEBUG [org.jboss.mq.il.uil2.SocketManager] End 
ReadTask.run
2006-06-15 14:43:25,235 DEBUG [org.jboss.mq.il.uil2.UILClientILService] Stopping
2006-06-15 14:43:40,742 DEBUG 
[org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying 
pools, interval: 450000
2006-06-15 14:46:40,233 DEBUG 
[org.jboss.mq.referenceable.SpyConnectionFactoryObjectFactory] Extracting 
SpyConnectionFactory from reference
2006-06-15 14:46:40,236 DEBUG 
[org.jboss.mq.referenceable.SpyConnectionFactoryObjectFactory] The 
GenericConnectionFactory is: [EMAIL PROTECTED] 
connectionProperties={UIL_PORT_KEY=8093, 
ClientILService=org.jboss.mq.il.uil2.UILClientILService, 
UIL_ADDRESS_KEY=10.31.76.203, UIL_TCPNODELAY_KEY=yes, PingPeriod=60000, 
UIL_CHUNKSIZE_KEY=1000000, UIL_RECEIVE_REPLIES_KEY=No, UIL_BUFFERSIZE_KEY=2048}]
2006-06-15 14:46:40,237 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin 
ReadTask.run
2006-06-15 14:46:40,237 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin 
WriteTask.run
2006-06-15 14:46:40,238 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin 
ReadTask.run
2006-06-15 14:46:40,238 DEBUG [org.jboss.mq.il.uil2.SocketManager] Created 
ObjectOutputStream
2006-06-15 14:46:40,238 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin 
WriteTask.run
2006-06-15 14:46:40,238 DEBUG [org.jboss.mq.il.uil2.SocketManager] Created 
ObjectInputStream
2006-06-15 14:46:40,238 DEBUG [org.jboss.mq.il.uil2.SocketManager] Created 
ObjectOutputStream
2006-06-15 14:46:40,240 DEBUG [org.jboss.mq.il.uil2.SocketManager] Created 
ObjectInputStream
2006-06-15 14:46:40,240 DEBUG [org.jboss.mq.il.uil2.UILClientILService] Starting
2006-06-15 14:46:40,241 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] 
Setting up the UILClientIL Connection
2006-06-15 14:46:40,241 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] 
The UILClientIL Connection is set up
2006-06-15 14:46:40,272 DEBUG 
[org.jboss.mq.referenceable.SpyDestinationObjectFactory] 
SpyDestinationObjectFactory->getObjectInstance()

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951208#3951208

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951208


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to