0 Replies Latest reply on Feb 10, 2005 9:45 AM by coco

    JMS Connection failure, ping timeout (jboss 3.2.2)

    coco

      Hi,

      We are using jboss 3.2.2. we have 15 queues that receive a lot of messages. After a few hours, we get these exceptions.

      -----------------------------------------------------
      2005-02-10 12:01:20,044 86759956 WARN [org.jboss.mq.Connection]
      (Connection Monitor Thread:) Connection failure:
      org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable:
      (java.io.IOException: ping timeout.)
      at org.jboss.mq.Connection.asynchFailure(Connection.java:718)
      at org.jboss.mq.Connection$PingTask.run(Connection.java:1311)
      at
      EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
      at java.lang.Thread.run(Unknown Source)
      Caused by: java.io.IOException: ping timeout.
      at org.jboss.mq.Connection$PingTask.run(Connection.java:1303)
      ... 2 more -----------------------------------------------------

      jboss still seems to work, except that we see a lot of these
      messages in the log output. What could be a cause of this? Could it be
      related to a slow network? And finally will JMS continue to work
      reliably?