3 Replies Latest reply on Mar 11, 2005 4:40 PM by adrian.brock

    org.jboss.mq.il.oil.OILServerILService] Connection failure (

    anathecoolest78

      Hi
      I'm finding this error occuring at different intervals.I've got a client that posts messages to the server through JMS Queue.Everything runs fine but at times i end up getting the following error messages.Can anyone help me out to figure it out.Following are Trace that i get.Expecting your help in this regard

      [org.jboss.mq.il.oil.OILServerILService] Connection failure (1).
      java.net.SocketException: Connection reset
      at java.net.SocketInputStream.read(SocketInputStream.java:168)
      at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
      at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
      at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2133)
      at java.io.ObjectInputStream$BlockDataInputStream.readBlockHeader(ObjectInputStream.java:2313)
      at java.io.ObjectInputStream$BlockDataInputStream.refill(ObjectInputStream.java:2380)
      at java.io.ObjectInputStream$BlockDataInputStream.read(ObjectInputStream.java:2452)
      at java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputStream.java:2601)
      at java.io.ObjectInputStream.readByte(ObjectInputStream.java:845)
      at org.jboss.mq.il.oil.OILServerILService$Client.run(OILServerILService.java:206)
      at java.lang.Thread.run(Thread.java:534)


      [org.jboss.mq.il.oil.OILServerILService] Client request resulted in a server exception:
      org.jboss.mq.SpyJMSException: Could not pong; - nested throwable: (java.rmi.RemoteException: Cannot contact the remote object; nested exception is:
      java.net.SocketException: Connection reset)
      at org.jboss.mq.server.JMSDestinationManager.ping(JMSDestinationManager.java:840)
      at org.jboss.mq.server.JMSServerInterceptorSupport.ping(JMSServerInterceptorSupport.java:309)
      at org.jboss.mq.server.TracingInterceptor.ping(TracingInterceptor.java:859)
      at org.jboss.mq.server.JMSServerInvoker.ping(JMSServerInvoker.java:309)
      at org.jboss.mq.il.oil.OILServerILService$Client.run(OILServerILService.java:325)
      at java.lang.Thread.run(Thread.java:534)
      Caused by: java.rmi.RemoteException: Cannot contact the remote object; nested exception is:
      java.net.SocketException: Connection reset
      at org.jboss.mq.il.oil.OILClientIL.waitAnswer(OILClientIL.java:211)
      at org.jboss.mq.il.oil.OILClientIL.pong(OILClientIL.java:115)
      at org.jboss.mq.server.JMSDestinationManager.ping(JMSDestinationManager.java:836)
      ... 5 more
      Caused by: java.net.SocketException: Connection reset
      at java.net.SocketInputStream.read(SocketInputStream.java:168)
      at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
      at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
      at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2133)
      at java.io.ObjectInputStream$BlockDataInputStream.readBlockHeader(ObjectInputStream.java:2313)
      at java.io.ObjectInputStream$BlockDataInputStream.refill(ObjectInputStream.java:2380)
      at java.io.ObjectInputStream$BlockDataInputStream.read(ObjectInputStream.java:2452)
      at java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputStream.java:2601)
      at java.io.ObjectInputStream.readByte(ObjectInputStream.java:845)
      at org.jboss.mq.il.oil.OILClientIL.waitAnswer(OILClientIL.java:200)