0 Replies Latest reply on Mar 20, 2003 5:04 PM by jasonb2

    JBossMQ hangs indefinitely getting client ID

    jasonb2

      After 2-3 days of my application working fine, new clients try to connect to JBossMQ and they hang forever. Existing connections still seem to work fine sending and receiving messages, but no new connections can be made. If I terminate JBoss, the clients that are hung will produce the error below, so it appears that the client was waiting for JBoss to send it a client ID. This is JBoss 2.4.10 and the problem happens on all platforms I have tested. There is plenty of heap memory available still.
      Any suggestions?


      org.jboss.mq.SpyJMSException: Cannot get a client ID: Connection reset by peer: JVM_recv in socket input stream read
      at org.jboss.mq.Connection.askForAnID(Connection.java:502)
      at org.jboss.mq.Connection.(Connection.java:178)
      at org.jboss.mq.Connection.(Connection.java:201)
      at org.jboss.mq.SpyConnection.(SpyConnection.java:58)
      at org.jboss.mq.SpyConnectionFactory.createTopicConnection(SpyConnectionFactory.java:62)