1 Reply Latest reply on Nov 14, 2003 6:01 AM by peterlei

    JMS RMIServerILService ERROR

    peterlei

       

      "peterlei" wrote:
      "peterlei" wrote:
      I use JBoss's JMS for sending some message,the invocationLayer is RMI,like this:
      ---------------------------------------------------------------------
      <mbean code="org.jboss.mq.il.rmi.RMIServerILService"
      name="jboss.mq:service=InvocationLayer1,type=RMI">
      <depends optional-attribute-name="Invoker">jboss.mq:service=Invoker</depends>
      <attribute name="ConnectionFactoryJNDIRef">myapp-connectionfactory</attribute>
      <attribute name="XAConnectionFactoryJNDIRef">RMIXAConnectionFactory</attribute>
      <attribute name="PingPeriod">60000</attribute>
      </mbean>
      ---------------------------------------------------------------

      When the network is invalid,the jboss print this message:
      ----------------------------------------------------------------
      19:33:44,308 WARN [Connection] Connection failure:
      org.jboss.mq.SpyJMSException: Ping timeout, no ping reply seen in: 90000 Ms
      at org.jboss.mq.Connection$PingTask.run(Connection.java:1293)
      at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.
      java:364)
      at java.lang.Thread.run(Thread.java:536)
      --------------------------------------------------------------

      Then the network is valid,the error message could't disappear.

      What happend?