2 Replies Latest reply on Apr 12, 2002 7:42 PM by ptran83

    EOFException preventing subsequent createTopicConnection() t

    sashaman

      I am trying to fix the following reliability error. I am getting an EOFException on the server, which I believe is due to some network flakiness. This in itself is fine, but then all subsequent attempts to createTopicConnection hang here:

      at java.net.SocketInputStream.socketRead(Native Method)
      at java.net.SocketInputStream.read(SocketInputStream.java:86)
      at java.io.BufferedInputStream.fill(BufferedInputStream.java:186)
      at java.io.BufferedInputStream.read1(BufferedInputStream.java:225)
      at java.io.BufferedInputStream.read(BufferedInputStream.java:280)
      at java.io.ObjectInputStream.readFullyInternal(ObjectInputStream.java:1780)
      at java.io.ObjectInputStream.bufferData(ObjectInputStream.java:1750)
      at java.io.ObjectInputStream.readShort(ObjectInputStream.java:1935)
      at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:842)
      at java.io.ObjectInputStream.(ObjectInputStream.java:168)
      at org.jboss.mq.il.oil.OILServerIL.createConnection(OILServerIL.java:255)
      at org.jboss.mq.il.oil.OILServerIL.checkConnection(OILServerIL.java:248)
      at org.jboss.mq.il.oil.OILServerIL.getID(OILServerIL.java:95)
      at org.jboss.mq.Connection.askForAnID(Connection.java:434)
      at org.jboss.mq.Connection.(Connection.java:122)
      at org.jboss.mq.Connection.(Connection.java:145)
      at org.jboss.mq.SpyConnection.(SpyConnection.java:58)
      at org.jboss.mq.SpyConnectionFactory.createTopicConnection(SpyConnectionFactory.java:62)

      I looked through the forum archives and found things related to this, but unfortunately no solutions beyond upgrading, and I am already on JBoss 2.4.4. Any other suggestions?