[jboss-user] [Remoting] - Re: Need help debugging JBoss Remoting
sergeypk
do-not-reply at jboss.com
Wed May 23 01:39:43 EDT 2007
I re-ran the tests and looked in the logs this time. I can't really tell anything from them so far, but there is this error I have also seen under many different circumstances:
| 00:41:57,328 DEBUG @WorkerThread#82[127.0.0.1:3127] [ServerThread] WorkerThread#82[127.0.0.1:3127] closing socketWrapper: ServerSocketWrapper[Socket[addr=/127.0.0.1,port=3127,localport=2946].1d9d4e0]
| 00:41:57,328 DEBUG @WorkerThread#82[127.0.0.1:3127] [ServerSocketWrapper] cannot write CLOSING byte
| java.net.SocketException: Connection reset by peer: socket write error
| at java.net.SocketOutputStream.socketWrite0(Native Method)
| at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
| at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
| at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
| at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
| at java.io.DataOutputStream.flush(DataOutputStream.java:106)
| at org.jboss.jms.server.remoting.ServerSocketWrapper.close(ServerSocketWrapper.java:74)
| at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:481)
| at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:165)
| 00:41:57,328 DEBUG @WorkerThread#82[127.0.0.1:3127] [SocketWrapper] ServerSocketWrapper[Socket[addr=/127.0.0.1,port=3127,localport=2946].1d9d4e0] closing
|
Why does this happen? It's only given DEBUG level in the logs, so it doesn't mean anything serious?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047780#4047780
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047780
More information about the jboss-user
mailing list