[jboss-user] [Remoting] - Re: JBoss AS 4.2.3.GA java.net.SocketException

ron.sigal@jboss.com do-not-reply at jboss.com
Fri Jan 2 22:49:28 EST 2009


The message is nothing to worry about, which is why it is logged at DEBUG level.  When a socket is closed on the server side, an attempt is made to write a pair of bytes which are interpreted on the client side to mean that the connection should not be used.  But if the client has already shut down ("java.net.SocketException: Connection closed by remote host"), then it doesn't matter if the pair of bytes can be written.


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

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



More information about the jboss-user mailing list