0 Replies Latest reply on Mar 4, 2004 5:09 AM by lasantha78

    Un Expected Behavior

    lasantha78

      I have deployed web service as wsr file in JBoss 3.2.3. My web services clients used it without any problem up some extent. When two JBoss servers run simultaniously web service always call for one particular machine for looking the JMS queue.

      From that web service we are calling the JMS queue of the JBoss server. It gives following error in the server log.

      2004-03-04 16:24:37,492 WARN [org.jboss.mq.Connection] 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(Thread.java:536)

      Please let me know where could I found complete information about the JBoss web services facilities.