0 Replies Latest reply on Apr 1, 2005 11:21 AM by javajedi

    Connection failure

      JBoss 4.0.1
      Mandrake Linux 10.0.

      When running under heavy load, we are seeing the UIL2 connection become unusable. The log shows the following warning:

      2005-04-01 10:42:14,109 WARN [org.jboss.mq.Connection] Connection failure:
      org.jboss.mq.SpyJMSException: Exiting on IOE; - nested throwable: (java.io.EOFException)
      at org.jboss.mq.Connection.asynchFailure(Connection.java:436)
      at org.jboss.mq.il.uil2.UILClientILService.asynchFailure(UILClientILService.java:145)
      at org.jboss.mq.il.uil2.SocketManager$ReadTask.handleStop(SocketManager.java:405)
      at org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:337)
      at java.lang.Thread.run(Thread.java:595)
      Caused by: java.io.EOFException
      at java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputStream.java:2670)
      at java.io.ObjectInputStream.readByte(ObjectInputStream.java:864)
      at org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:284)
      ... 1 more

      Any ideas what might be causing this?