Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 95474 invoked from network); 15 Jun 2009 13:07:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jun 2009 13:07:53 -0000 Received: (qmail 34139 invoked by uid 500); 15 Jun 2009 13:08:04 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 34091 invoked by uid 500); 15 Jun 2009 13:08:04 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 34081 invoked by uid 99); 15 Jun 2009 13:08:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2009 13:08:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2009 13:08:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 52D38234C045 for ; Mon, 15 Jun 2009 06:07:35 -0700 (PDT) Message-ID: <1037187254.1245071255300.JavaMail.jira@brutus> Date: Mon, 15 Jun 2009 06:07:35 -0700 (PDT) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQCPP-247) Exception thrown while using failover and Transacted sessions. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org Exception thrown while using failover and Transacted sessions. -------------------------------------------------------------- Key: AMQCPP-247 URL: https://issues.apache.org/activemq/browse/AMQCPP-247 Project: ActiveMQ C++ Client Issue Type: Bug Reporter: Timothy Bish Assignee: Timothy Bish Fix For: 3.0.1 During a session that is transacted and the connection is using the Failover Transport the following exception is seen. {noformat} Key does not exist in map FILE: ../../../src/main/decaf/util/concurrent/ConcurrentStlMap.h, LINE: 229 FILE: ../../../src/main/activemq/state/ConnectionStateTracker.cpp, LINE: 587 FILE: ../../../src/main/activemq/state/ConnectionStateTracker.cpp, LINE: 92 FILE: ../../../src/main/activemq/transport/correlator/ResponseCorrelator.cpp, LINE: 61 FILE: ../../../src/main/activemq/core/ActiveMQConnection.cpp, LINE: 549 FILE: ../../../src/main/activemq/core/ActiveMQTransactionContext.cpp, LINE: 115 FILE: ../../../src/main/activemq/core/ActiveMQConsumer.cpp, LINE: 849 FILE: ../../../src/main/activemq/core/ActiveMQSessionExecutor.cpp, LINE: 133 {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.