Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 3108 invoked from network); 24 Aug 2010 13:02:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Aug 2010 13:02:16 -0000 Received: (qmail 19250 invoked by uid 500); 24 Aug 2010 13:02:16 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 19040 invoked by uid 500); 24 Aug 2010 13:02:13 -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 19027 invoked by uid 99); 24 Aug 2010 13:02:12 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Aug 2010 13:02:12 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Aug 2010 13:02:10 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7OD1mUH020114 for ; Tue, 24 Aug 2010 13:01:48 GMT Message-ID: <23231565.13831282654908427.JavaMail.jira@thor> Date: Tue, 24 Aug 2010 09:01:48 -0400 (EDT) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQCPP-313) many Exceptions at startup when using failover In-Reply-To: <11158711.10061282208507295.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQCPP-313?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D= 61365#action_61365 ]=20 Timothy Bish commented on AMQCPP-313: ------------------------------------- If the broker isn't running then exceptions are expected in the Failover tr= ansport and are handled there by attempting a reconnect until the broker is= started and a connection is successfully established > many Exceptions at startup when using failover > ---------------------------------------------- > > Key: AMQCPP-313 > URL: https://issues.apache.org/activemq/browse/AMQCPP-313 > Project: ActiveMQ C++ Client > Issue Type: Bug > Affects Versions: 2.2.4, 2.2.5, 2.2.6, 3.0, 3.0.1, 3.1, 3.1.1, 3.1.2, = 3.1.3, 3.2.0, 3.2.1, 3.2.2 > Environment: Windows VS 2010, Win7 > Reporter: S=C3=B8ren Gr=C3=B8nbech > Assignee: Timothy Bish > > If I configure:=20 > tcp://myserver.com:61616=20 > then no problem=20 > but=20 > failover:(tcp://myserver.com:61616)?wireFormat.maxInactivityDuration=3D0&= keepAlive=3Dtrue=20 > then I got a lot of exceptions at start. Everthing seems to work fine, bu= t I do get 30-40 exceptions (can see them in output area in VS)=20 > First-chance exception at 0x758cb727 in myserver_debug.exe: Microsoft C++= exception: decaf::io::EOFException at memory location 0x0575f710..=20 > high level is : FailoverTransportListener::onCommand=20 > do you need more info ? --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.