Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 39703 invoked from network); 26 Jul 2006 16:20:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2006 16:20:48 -0000 Received: (qmail 39202 invoked by uid 500); 26 Jul 2006 16:20:47 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 39182 invoked by uid 500); 26 Jul 2006 16:20:47 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 39173 invoked by uid 99); 26 Jul 2006 16:20:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 09:20:47 -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 (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 09:20:46 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1G5m7W-000728-1g for activemq-dev@geronimo.apache.org; Wed, 26 Jul 2006 09:20:26 -0700 Message-ID: <5506356.post@talk.nabble.com> Date: Wed, 26 Jul 2006 09:20:26 -0700 (PDT) From: kevinba To: activemq-dev@geronimo.apache.org Subject: Re: Openwire CPP Client Help In-Reply-To: <5505442.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: kevin.bales@itssiemens.com X-Nabble-From: kevinba References: <5505442.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I got the latest on the openwire-cpp from the trunk directory and that has a different effect. p OpenWireProtocol::checkInputStream(p istream) throw (IOException) { // Assert that supplied output stream is a data output stream p dis = p_dyncast (istream) ; The cast to DataInputStream causes the following error First-chance exception at 0x10227637 (msvcr71d.dll) in activemq-test.exe: 0xC0000005: Access violation reading location 0x00000004. The 4.0.1 branch hangs and never returns. The trunk version throws and exception. I can connect to the broker using java. I do notice on the jconsole that the connection to the broker is created. But on the TcpTransport::Start() method, it calls readThread->Start() that is where it throws the exception. Thanks, -- View this message in context: http://www.nabble.com/Openwire-CPP-Client-Help-tf2004485.html#a5506356 Sent from the ActiveMQ - Dev forum at Nabble.com.