Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 52586 invoked from network); 24 Aug 2010 14:55:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Aug 2010 14:55:11 -0000 Received: (qmail 39526 invoked by uid 500); 24 Aug 2010 14:55:11 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 39386 invoked by uid 500); 24 Aug 2010 14:55:10 -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 39376 invoked by uid 99); 24 Aug 2010 14:55:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Aug 2010 14:55:09 +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 14:55:08 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7OEsmDn021429 for ; Tue, 24 Aug 2010 14:54:48 GMT Message-ID: <14329794.14241282661688549.JavaMail.jira@thor> Date: Tue, 24 Aug 2010 10:54:48 -0400 (EDT) From: =?UTF-8?Q?S=C3=B8ren_Gr=C3=B8nbech_=28JIRA=29?= 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 [ https://issues.apache.org/activemq/browse/AMQCPP-313?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D= 61373#action_61373 ]=20 S=C3=B8ren Gr=C3=B8nbech commented on AMQCPP-313: --------------------------------------- server_debug.exe!decaf::util::StlMap,std::less= >::remove(const int & key) Line 242=09C++ server_debug.exe!activemq::transport::failover::FailoverTransportListener::= onCommand(const decaf::lang::Pointer & command) Line 63 + 0x73 bytes= =09C++ server_debug.exe!activemq::transport::TransportFilter::fire(const decaf::la= ng::Pointer & command) Line 58 + 0x17 bytes=09C++ server_debug.exe!activemq::wireformat::openwire::OpenWireFormatNegotiator::= onCommand(const decaf::lang::Pointer & command) Line 175=09C++ server_debug.exe!activemq::transport::TransportFilter::fire(const decaf::la= ng::Pointer & command) Line 58 + 0x17 bytes=09C++ server_debug.exe!activemq::transport::TransportFilter::onCommand(const deca= f::lang::Pointer & command) Line 37=09C++ server_debug.exe!activemq::transport::inactivity::InactivityMonitor::onComm= and(const decaf::lang::Pointer & command) Line 300=09C++ server_debug.exe!activemq::transport::TransportFilter::fire(const decaf::la= ng::Pointer & command) Line 58 + 0x17 bytes=09C++ server_debug.exe!activemq::transport::TransportFilter::onCommand(const deca= f::lang::Pointer & command) Line 37=09C++ server_debug.exe!activemq::transport::IOTransport::fire(const decaf::lang::= Pointer & command) Line 92=09C++ server_debug.exe!activemq::transport::IOTransport::run() Line 237=09C++ server_debug.exe!decaf::lang::ThreadProperties::runCallback(decaf::lang::Th= readProperties * properties) Line 135 + 0x11 bytes=09C++ server_debug.exe!`anonymous namespace'::threadWorker(void * arg) Line 206 = + 0x9 bytes=09C++ server_debug.exe!_callthreadstartex() Line 314 + 0xf bytes=09C server_debug.exe!_threadstartex(void * ptd) Line 297=09C > 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.