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

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855538#3855538

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855538


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to