Hi Bill, this is obviously a bug - could raise an issue on http://issues.apache.org/activemq/browse/AMQ
thanks, Rob On Jan 2, 2008, at 2:27 AM, bill richard wrote:
can anyone give me some hint?why this exception was thrown? bill richard wrote:[EMAIL PROTECTED] msgclient]$ javax.jms.JMSException: java.lang.NullPointerException at org .apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java: 49)atorg .apache .activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java: 1178)atorg .apache .activemq.ActiveMQConnection.unsubscribe(ActiveMQConnection.java: 1921)atorg .apache.activemq.ActiveMQSession.unsubscribe(ActiveMQSession.java: 1417)atorg .apache .activemq .ActiveMQTopicSession.unsubscribe(ActiveMQTopicSession.java:380)atorg .gos.common.msg.controller.MessageConsumerWrapper.unSubScribe(UnknownSource) at org.gos.system.msg.helpper.UnsubMessage.unSubscribe(Unknown Source)at org.gos.system.msg.helpper.UnsubMessage.main(Unknown Source)Caused by: java.lang.NullPointerException atorg .apache .activemq .store .kahadaptor .KahaTopicReferenceStore .removeSubscriberMessageContainer(KahaTopicReferenceStore.java:304)atorg .apache .activemq .store .kahadaptor .KahaTopicReferenceStore .deleteSubscription(KahaTopicReferenceStore.java:217)atorg .apache .activemq .store .amq .AMQTopicMessageStore.deleteSubscription(AMQTopicMessageStore.java: 178)atorg .apache.activemq.broker.region.Topic.deleteSubscription(Topic.java: 179)atorg .apache .activemq .broker.region.TopicRegion.removeSubscription(TopicRegion.java:137)atorg .apache .activemq .broker.region.RegionBroker.removeSubscription(RegionBroker.java:372)atorg .apache .activemq.broker.BrokerFilter.removeSubscription(BrokerFilter.java: 97)atorg .apache .activemq.broker.BrokerFilter.removeSubscription(BrokerFilter.java: 97)atorg .apache .activemq.broker.BrokerFilter.removeSubscription(BrokerFilter.java: 97)atorg .apache .activemq .broker .MutableBrokerFilter.removeSubscription(MutableBrokerFilter.java:107)atorg .apache .activemq .broker .TransportConnection .processRemoveSubscription(TransportConnection.java:315)atorg .apache .activemq .command.RemoveSubscriptionInfo.visit(RemoveSubscriptionInfo.java:83)atorg .apache .activemq .broker.TransportConnection.service(TransportConnection.java:281)atorg.apache.activemq.broker.TransportConnection $1.onCommand(TransportConnection.java:178)atorg .apache .activemq.transport.TransportFilter.onCommand(TransportFilter.java: 67)atorg .apache .activemq .transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java: 134)atorg .apache .activemq .transport.InactivityMonitor.onCommand(InactivityMonitor.java:138)atorg .apache .activemq .transport.TransportSupport.doConsume(TransportSupport.java:83)atorg .apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java: 185)atorg .apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java: 172)at java.lang.Thread.run(Thread.java:595)javax.jms.InvalidDestinationException: No durable subscription exists for:10.61.0.200:3808011111messageproxy-hpcg.MsgClientTopicTest atorg .apache .activemq .broker.region.TopicRegion.removeSubscription(TopicRegion.java:128)atorg .apache .activemq .broker.region.RegionBroker.removeSubscription(RegionBroker.java:372)atorg .apache .activemq.broker.BrokerFilter.removeSubscription(BrokerFilter.java: 97)atorg .apache .activemq.broker.BrokerFilter.removeSubscription(BrokerFilter.java: 97)atorg .apache .activemq.broker.BrokerFilter.removeSubscription(BrokerFilter.java: 97)atorg .apache .activemq .broker .MutableBrokerFilter.removeSubscription(MutableBrokerFilter.java:107)atorg .apache .activemq .broker .TransportConnection .processRemoveSubscription(TransportConnection.java:315)atorg .apache .activemq .command.RemoveSubscriptionInfo.visit(RemoveSubscriptionInfo.java:83)atorg .apache .activemq .broker.TransportConnection.service(TransportConnection.java:281)atorg.apache.activemq.broker.TransportConnection $1.onCommand(TransportConnection.java:178)atorg .apache .activemq.transport.TransportFilter.onCommand(TransportFilter.java: 67)atorg .apache .activemq .transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java: 134)atorg .apache .activemq .transport.InactivityMonitor.onCommand(InactivityMonitor.java:138)atorg .apache .activemq .transport.TransportSupport.doConsume(TransportSupport.java:83)atorg .apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java: 185)atorg .apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java: 172)at java.lang.Thread.run(Thread.java:595)-- View this message in context: http://www.nabble.com/unsubscribe-unsuccess%21%21-tp14546901s2354p14572729.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
