My application is a standalone java client which polling to JBOSS 2.4.8
MQ (JMS provider). This standalone application has shutdownhooks, so
while killing this java process (using Ctrl C) it cleans up jms
resources by closing QueueWriter, QueueSession and QueueConnection.
But this leading to below stacktrace in JBOSS server log. whats the
reason and how to release JMS resources i.e,connections, sessions etc.
[WARN,OILServerILService] Connection failure (1).
java.net.SocketException: Connection reset by peer: JVM_recv in socket
input stream read
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:116)
at
java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
at
java.io.BufferedInputStream.read(BufferedInputStream.java:201)
at
java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:21
18)
at
java.io.ObjectInputStream$BlockDataInputStream.readBlockHeader(ObjectInp
utStream.java:2301)
at
java.io.ObjectInputStream$BlockDataInputStream.refill(ObjectInputStream.
java:2368)
at
java.io.ObjectInputStream$BlockDataInputStream.read(ObjectInputStream.ja
va:2440)
at
java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputStrea
m.java:2589)
at
java.io.ObjectInputStream.readByte(ObjectInputStream.java:837)
at
org.jboss.mq.il.oil.OILServerILService.run(OILServerILService.java:220)
at java.lang.Thread.run(Thread.java:536)
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user