Hi,
Can anybody help me out to know the reason for occuring following exeception in 
JBoss.

DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin ReadTask.run
DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin WriteTask.run
DEBUG [org.jboss.mq.il.uil2.SocketManager] Created ObjectInputStream
DEBUG [org.jboss.mq.il.uil2.SocketManager] Created ObjectOutputStream
DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] Setting up the 
UILClientIL Connection
DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] The UILClientIL 
Connection is set up
DEBUG [org.jboss.mq.il.uil2.SocketManager] End WriteTask.run
DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] Exiting on IOE
java.net.SocketException: socket closed
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(Unknown Source)
        at java.io.BufferedInputStream.fill(Unknown Source)
        at java.io.BufferedInputStream.read(Unknown Source)
        at 
org.jboss.util.stream.NotifyingBufferedInputStream.read(NotifyingBufferedInputStream.java:67)
        at java.io.ObjectInputStream$PeekInputStream.peek(Unknown Source)
        at 
java.io.ObjectInputStream$BlockDataInputStream.readBlockHeader(Unknown Source)
        at java.io.ObjectInputStream$BlockDataInputStream.refill(Unknown Source)
        at java.io.ObjectInputStream$BlockDataInputStream.read(Unknown Source)
        at java.io.ObjectInputStream$BlockDataInputStream.readByte(Unknown 
Source)
        at java.io.ObjectInputStream.readByte(Unknown Source)
        at 
org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:290)
        at java.lang.Thread.run(Unknown Source)
DEBUG [org.jboss.mq.il.uil2.SocketManager] End ReadTask.run


I am not sure, whether its related to JBoss cache. But I am confised about the 
reason of same.

Thanks,
Manish

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to