Hi,

    We were experiencing the issue described in bug 1489.  We successfully 
patched our system with the files that were fixed for this bug, patching just 
jbossmq.jar.  

    In our case, the thing that caused the JMS server's socket to die was 
someone pulling the network cable from the network card on our box. Now, when 
the cable gets plugged back in, everything reconnects as designed with the fix.

   Howevere, there remains one issue.  Even though the connections are 
re-established, we still get this exception repeatitively:

2005-08-05 15:01:30,559 [hread] WARN                        
org.jboss.mq.Connection : Connection failure, use 
javax.jms.Connection.setExceptionListener() to handle this error and reconnect
org.jboss.mq.SpyJMSException: No pong received; - nested throwable: 
(java.io.IOException: ping timeout.)
        at org.jboss.mq.Connection$PingTask.run(Connection.java:1307)
        at 
EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
        at java.lang.Thread.run(Thread.java:534)
Caused by: java.io.IOException: ping timeout.
        ... 3 more
2005-08-05 15:01:30,700 [hread] WARN                        
org.jboss.mq.Connection : Connection failure, use 
javax.jms.Connection.setExceptionListener() to handle this error and reconnect
org.jboss.mq.SpyJMSException: No pong received; - nested throwable: 
(java.io.IOException: ping timeout.)
        at org.jboss.mq.Connection$PingTask.run(Connection.java:1307)
        at 
EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
        at java.lang.Thread.run(Thread.java:534)
Caused by: java.io.IOException: ping timeout.
        ... 3 more


Prior to those messages continuing, I see this message for all topics that are 
running on our server:

2005-08-05 14:48:56,655 [hread] INFO  
org.jboss.ejb.plugins.jms.JMSContainerInvoker : Reconnected to JMS provider


    Is this a bug that is still lingering?  It's not harming anything that I 
can notice, but this should go away once all connections are re-established 
right?


   Thanks,
   Joe


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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to