0 Replies Latest reply on Nov 17, 2004 5:16 PM by natebowler

    SpyJMSException that continues on JMS failover

    natebowler

      Hi,

      I'm running JDK 1.4.2 and JBoss-4.0.0. I'm using JMS and have a Topic to which a MDB is subscribed to. Everything works great and when the master node in a cluster goes down, the Topic is recreated and the MDB reconnects. However I get the following error repeatedly and I can't figure out how to get it to go away:

      org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: (java.io.IOException: ping timeout.)
      at org.jboss.mq.Connection.asynchFailure(Connection.java:436)
      at org.jboss.mq.Connection$PingTask.run(Connection.java:1385)
      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:1377)
      ... 2 more

      What is causing this error?

      Nate