Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 78342 invoked from network); 4 Oct 2007 09:22:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Oct 2007 09:22:51 -0000 Received: (qmail 11238 invoked by uid 500); 4 Oct 2007 09:22:40 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 11204 invoked by uid 500); 4 Oct 2007 09:22:40 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 11195 invoked by uid 99); 4 Oct 2007 09:22:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 02:22:40 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 09:22:41 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IdMuS-0000vH-PZ for users@activemq.apache.org; Thu, 04 Oct 2007 02:22:20 -0700 Message-ID: <13035375.post@talk.nabble.com> Date: Thu, 4 Oct 2007 02:22:20 -0700 (PDT) From: Mykola To: users@activemq.apache.org Subject: Exception during acknowlegement of message MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: mpaliyenko@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi all, We've got yesterday exception and I'd want to know what can cause it and what is the impact of it - was it called after message processing? - was it removed fro queue if we use JMS transaction? version of AMQ we use is 4.1.1 and operations says that more likely it was not processed since there were no email that should be issued by its processing. This concerns me much since we rely on AMQ as a transact tool Exception log 03-10-2007 13:20:55,031 WARN Async exception with no exception listener: java.lang.IllegalArgumentException: The subscription does not exist: ID:linuxcp19312-43262-1191343250840-0:2:295:1 java.lang.IllegalArgumentException: The subscription does not exist: ID:linuxcp19312-43262-1191343250840-0:2:295:1 at org.apache.activemq.broker.region.AbstractRegion.acknowledge(AbstractRegion.java:298) at org.apache.activemq.broker.region.RegionBroker.acknowledge(RegionBroker.java:402) at org.apache.activemq.broker.TransactionBroker.acknowledge(TransactionBroker.java:177) at org.apache.activemq.broker.BrokerFilter.acknowledge(BrokerFilter.java:74) at org.apache.activemq.broker.BrokerFilter.acknowledge(BrokerFilter.java:74) at org.apache.activemq.broker.MutableBrokerFilter.acknowledge(MutableBrokerFilter.java:88) at org.apache.activemq.broker.TransportConnection.processMessageAck(TransportConnection.java:506) at org.apache.activemq.command.MessageAck.visit(MessageAck.java:179) at org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:294) at org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:185) at org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:65) at org.apache.activemq.transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java:133) at org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:122) at org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:84) at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:137) at java.lang.Thread.run(Thread.java:595) Thanks in advance for any help -- View this message in context: http://www.nabble.com/Exception-during-acknowlegement-of-message-tf4566707s2354.html#a13035375 Sent from the ActiveMQ - User mailing list archive at Nabble.com.