0 Replies Latest reply on Sep 26, 2001 2:02 PM by cpeng

    question on JMSException

    cpeng

      I have a client program that sends(publishes) requests to the server program (running under a different Jboss server on another machine) and collects responses. The following Exception was dumped out on the client side Jboss console a few times but the program itself finishes correctly. What could be the cause of that?

      Thanks,


      [OILServerILService] Client request resulted in a server exception:
      javax.jms.JMSException: The provided subscription does
      not exist
      at org.jboss.mq.server.ClientConsumer.receive(ClientConsumer.java:139)
      at org.jboss.mq.server.JMSServer.receive(JMSServer.java:428)
      at org.jboss.mq.il.oil.OILServerILService.run(OILServerILService.java:250)
      at java.lang.Thread.run(Thread.java:484)
      [SpyMessageConsumer] Message consumer closing due to
      error in listening thread.org.jboss.mq.SpyJMSException: Cannot create a
      ConnectionReceiver
      at org.jboss.mq.Connection.receive(Connection.java:594)
      at org.jboss.mq.SpyMessageConsumer.run(SpyMessageConsumer.java:320)
      at java.lang.Thread.run(Thread.java:484)
      linked exception is:
      javax.jms.JMSException: The provided subscription does
      not exist
      <<no stack trace available>>