0 Replies Latest reply on Jan 30, 2006 4:50 PM by nnicomedes

    Repeating

    nnicomedes

      We have an application that uses JMS messaging functionality. This particular software takes use of the JMS queues to send messages and process them at a specified time. The polling (pinging) of the queues comes in two minutes time (if I'm not mistaken). Though there is no problem with the over-all operation, we are just concern with the growing size of jboss.log with the following snippet:

      =============================================
      INFO | jvm 1 | 2006/01/22 04:42:36 | 04:42:36,499 WARN [Connection] Connection failure:
      INFO | jvm 1 | 2006/01/22 04:42:36 | org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: (java.io.IOException: ping timeout.)
      INFO | jvm 1 | 2006/01/22 04:42:36 | at org.jboss.mq.Connection.asynchFailure(Connection.java:429)
      INFO | jvm 1 | 2006/01/22 04:42:36 | at org.jboss.mq.Connection$PingTask.run(Connection.java:1378)
      INFO | jvm 1 | 2006/01/22 04:42:36 | at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
      INFO | jvm 1 | 2006/01/22 04:42:36 | at java.lang.Thread.run(Unknown Source)
      INFO | jvm 1 | 2006/01/22 04:42:36 | Caused by: java.io.IOException: ping timeout.
      INFO | jvm 1 | 2006/01/22 04:42:36 | at org.jboss.mq.Connection$PingTask.run(Connection.java:1370)
      INFO | jvm 1 | 2006/01/22 04:42:36 | ... 2 more
      INFO | jvm 1 | 2006/01/22 04:42:36 | 04:42:36,919 WARN [Connection] Connection failure:
      INFO | jvm 1 | 2006/01/22 04:42:36 | org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: (java.io.IOException: ping timeout.)
      INFO | jvm 1 | 2006/01/22 04:42:36 | at org.jboss.mq.Connection.asynchFailure(Connection.java:429)
      INFO | jvm 1 | 2006/01/22 04:42:36 | at org.jboss.mq.Connection$PingTask.run(Connection.java:1378)
      INFO | jvm 1 | 2006/01/22 04:42:36 | at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
      INFO | jvm 1 | 2006/01/22 04:42:36 | at java.lang.Thread.run(Unknown Source)
      INFO | jvm 1 | 2006/01/22 04:42:36 | Caused by: java.io.IOException: ping timeout.
      INFO | jvm 1 | 2006/01/22 04:42:36 | at org.jboss.mq.Connection$PingTask.run(Connection.java:1370)
      INFO | jvm 1 | 2006/01/22 04:42:36 | ... 2 more
      INFO | jvm 1 | 2006/01/22 04:43:36 | 04:43:36,505 WARN [Connection] Connection failure:
      INFO | jvm 1 | 2006/01/22 04:43:36 | org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: (java.io.IOException: ping timeout.)
      INFO | jvm 1 | 2006/01/22 04:43:36 | at org.jboss.mq.Connection.asynchFailure(Connection.java:429)
      INFO | jvm 1 | 2006/01/22 04:43:36 | at org.jboss.mq.Connection$PingTask.run(Connection.java:1378)
      INFO | jvm 1 | 2006/01/22 04:43:36 | at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
      INFO | jvm 1 | 2006/01/22 04:43:36 | at java.lang.Thread.run(Unknown Source)
      INFO | jvm 1 | 2006/01/22 04:43:36 | Caused by: java.io.IOException: ping timeout.
      INFO | jvm 1 | 2006/01/22 04:43:36 | at org.jboss.mq.Connection$PingTask.run(Connection.java:1370)
      INFO | jvm 1 | 2006/01/22 04:43:36 | ... 2 more
      INFO | jvm 1 | 2006/01/22 04:43:36 | 04:43:36,926 WARN [Connection] Connection failure:
      INFO | jvm 1 | 2006/01/22 04:43:36 | org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: (java.io.IOException: ping timeout.)
      INFO | jvm 1 | 2006/01/22 04:43:36 | at org.jboss.mq.Connection.asynchFailure(Connection.java:429)
      INFO | jvm 1 | 2006/01/22 04:43:36 | at org.jboss.mq.Connection$PingTask.run(Connection.java:1378)
      INFO | jvm 1 | 2006/01/22 04:43:36 | at
      =============================================

      What do you think causes these exception errors? Are there any external reasons or this is caused within the system? Is this a known issue in JBOSS? We also noticed that evident of its existence is when the application is in a WIN XP OS. How can we resolve this?

      By the way, we saw a similar thread in the Internet. Here it is:

      Priyapravas 10 Dec 2004 10:32:01 [ permanent link ]
      We too are facing a similar problem with JBoss 3.2.3 on Red Hat AS 3.0. We have five different processes that process files and send/receive messages on the JMS queues. However, after sometime the JBoss starts throwing the following error:

      ===============================================

      ERROR 2004-10-06 22:58:15,408 [Thread-564] (uil2.SocketManager) - Failed to handle: org.jboss.mq.il.uil2.msgs.ReceiveRequestMsg28165623[msgType: m_receiveRequest, msgID: -2147481430, error: null]

      java.io.IOException: Client is not connected

      at org.jboss.mq.il.uil2.SocketManager.internalSendMessage(SocketManager.java:225)

      at org.jboss.mq.il.uil2.SocketManager.sendReply(SocketManager.java:208)

      at org.jboss.mq.il.uil2.UILClientILService.handleMsg(UILClientILService.java:95)

      at org.jboss.mq.il.uil2.SocketManager$ReadTask.handleMsg(SocketManager.java:355)

      at org.jboss.mq.il.uil2.msgs.BaseMsg.run(BaseMsg.java:377)

      at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:7 32)

      at java.lang.Thread.run(Thread.java:534)

      ===============================================

      Is this an issue with JBoss? Please let us know if you need more information.

      -Priyapravas

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

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

      -------------------------------------------------------

      Your reply is highly appreciated!

      Thanks.

      Nico :D