Bugs item #520232, was opened at 2002-02-19 15:40
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=520232&group_id=22866

Category: JBossMQ
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Doug Beeman (dbeeman)
>Assigned to: Andreas Schaefer (schaefera)
Summary: subscription does not exist exception

Initial Comment:
javax.jms.JMSException: The provided subscription does not exist occurs when 
(re)registering with 
a new selector. This is intermittant and happens with the new 2.4.4 build as well.

[Default] JBoss 2.5 ALPHA Started in 0m:6s
[OILServerILService] The OILClientIL Connection is set up
[OILServerILService] The OILClientIL Connection is set up
[JMSServer] Server: subscribe(dest=TOPIC.TRAPS,idConnection=ID2)
[ClientConsumer:ID2] ClientConsumer:ID2->run()
[ClientConsumer:ID2] Adding subscription for: org.jboss.mq.Subscription@409554
[ClientConsumer:ID2] ClientConsumer:ID2->setEnabled(enabled=true)
[JMSServer] Server: unsubscribe(idConnection=ID2)
[ClientConsumer:ID2] ClientConsumer:ID2->removeSubscription(subscriberId=-2147483648)
[ClientConsumer:ID2] ClientConsumer:ID2->setEnabled(enabled=false)
[JMSServer] Server: subscribe(dest=TOPIC.TRAPS,idConnection=ID2)
[ClientConsumer:ID2] Adding subscription for: org.jboss.mq.Subscription@56f631
[ClientConsumer:ID2] ClientConsumer:ID2->setEnabled(enabled=true)
[OILServerILService] Client request resulted in a server exception: 
javax.jms.JMSException: The provided subscription does not exist
        at org.jboss.mq.server.ClientConsumer.receive(Unknown Source)
        at org.jboss.mq.server.JMSServer.receive(Unknown Source)
        at org.jboss.mq.il.oil.OILServerILService.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:484)
[JMSServer] Server: unsubscribe(idConnection=ID2)
[ClientConsumer:ID2] ClientConsumer:ID2->removeSubscription(subscriberId=-2147483647)
[ClientConsumer:ID2] ClientConsumer:ID2->setEnabled(enabled=false)
[JMSServer] Server: subscribe(dest=TOPIC.TRAPS,idConnection=ID2)
[ClientConsumer:ID2] Adding subscription for: org.jboss.mq.Subscription@6c6b00
[OILServerILService] Client request resulted in a server exception: 
javax.jms.JMSException: The provided subscription does not exist
        at org.jboss.mq.server.ClientConsumer.receive(Unknown Source)
        at org.jboss.mq.server.JMSServer.receive(Unknown Source)
        at org.jboss.mq.il.oil.OILServerILService.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:484)
[ClientConsumer:ID2] ClientConsumer:ID2->setEnabled(enabled=true)
[JMSServer] Server: unsubscribe(idConnection=ID2)


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=520232&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to