[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Test cases take a long time

sergeypk do-not-reply at jboss.com
Thu Mar 15 15:07:31 EDT 2007


Here it is:
19:57:08,296 DEBUG @WorkerThread#0[127.0.0.1:1946] [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:475)
  | 	at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:159)
  | 19:57:08,296 DEBUG @WorkerThread#0[127.0.0.1:1946] [SocketWrapper] ServerSocketWrapper[Socket[addr=/127.0.0.1,port=1946,localport=3996].63ae08] closing

(repeated 301 times with different port numbers)

there's also this slightly different stack trace in there:
19:57:08,296 ERROR @WorkerThread#0[127.0.0.1:2846] [ServerThread] Worker thread initialization failure
  | java.net.SocketException: Connection reset
  | 	at java.net.SocketInputStream.read(SocketInputStream.java:168)
  | 	at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
  | 	at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
  | 	at java.io.FilterInputStream.read(FilterInputStream.java:66)
  | 	at org.jboss.remoting.transport.socket.ServerThread.readVersion(ServerThread.java:795)
  | 	at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:500)
  | 	at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:363)
  | 	at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:159)
  | 

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

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



More information about the jboss-dev-forums mailing list