Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 90861 invoked from network); 15 Jun 2010 20:34:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Jun 2010 20:34:07 -0000 Received: (qmail 75075 invoked by uid 500); 15 Jun 2010 20:34:07 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 75029 invoked by uid 500); 15 Jun 2010 20:34:06 -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 75021 invoked by uid 99); 15 Jun 2010 20:34:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 20:34:06 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=AWL,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tabish121@gmail.com designates 74.125.82.171 as permitted sender) Received: from [74.125.82.171] (HELO mail-wy0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 20:34:01 +0000 Received: by wyb32 with SMTP id 32so281984wyb.2 for ; Tue, 15 Jun 2010 13:33:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:in-reply-to :references:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=urDadjw2CVu3cLKwFc8R/WAqzMPg7ASYm8FPNuQu8II=; b=RNrhdI5eERlJdNCo+cyFkCCRCUqud24QN3JKatLwYJIyQduj8f1dtx9g50p6aBUZoj fJKqL18uloDDO2Os2JRETUxtift+Oj/HXgmTfUyiIo8ntUMzTn+Bq5yDjD3zr3XMbV0R KwtZFogVtTZg4MC1v95cMBJx96d9cMTtvaEKo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=Qvilq7CoK2Dmfzxf8C92tKljMmx/df40hlT2Tt+DzsP3xo9RrIkvPbWVFvTVn789ah 9USsYQNsztg/hjBNrXSUKt5U4r303moO6bAn/voTYwIedfLyZuGuvR678Yqp8Rl13A6Y Q6UiNT8WlBrRQ1XjLVGM8/ybzWJnNQqVOoYOc= Received: by 10.216.88.203 with SMTP id a53mr796067wef.44.1276634019823; Tue, 15 Jun 2010 13:33:39 -0700 (PDT) Received: from [192.168.2.150] (c-76-21-195-19.hsd1.va.comcast.net [76.21.195.19]) by mx.google.com with ESMTPS id w21sm1997583weq.45.2010.06.15.13.33.38 (version=SSLv3 cipher=RC4-MD5); Tue, 15 Jun 2010 13:33:39 -0700 (PDT) Subject: Re: ActiveMQ-CPP 3.1.3 Example "No Connection..." Problem From: Timothy Bish To: users@activemq.apache.org In-Reply-To: <28895874.post@talk.nabble.com> References: <28895874.post@talk.nabble.com> Content-Type: text/plain; charset="UTF-8" Date: Tue, 15 Jun 2010 16:33:36 -0400 Message-ID: <1276634016.2501.4.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 (2.28.3-1.fc12) Content-Transfer-Encoding: 7bit On Tue, 2010-06-15 at 13:19 -0700, v2cg4ss wrote: > When trying to run the example I am getting the following stacktrace message, > I am using the following URI string: tcp://127.0.0.1:61616. The Unit Test > application ran with no errors however, the Integration Test application had > all errors. Any ideas why my connections are refused? > > > > No connection could be made because the target machine actively refused it. > FILE: ..\src\main\decaf\net\TcpSocket.cpp, LINE: 334 > FILE: ..\src\main\decaf\net\TcpSocket.cpp, LINE: 132 > FILE: ..\src\main\decaf\net\SocketFactory.cpp, LINE: 123 > FILE: ..\src\main\decaf\net\SocketFactory.cpp, LINE: 133 > FILE: ..\src\main\activemq\transport\tcp\TcpTransport.cpp, LINE: 144 > FILE: ..\src\main\activemq\transport\tcp\TcpTransportFactory.cpp, > LINE: > 112 > FILE: ..\src\main\activemq\transport\tcp\TcpTransportFactory.cpp, > LINE: > 66 > FILE: ..\src\main\activemq\core\ActiveMQConnectionFactory.cpp, LINE: > 151 You need to run an ActiveMQ broker in order to run the examples and integration tests. Regards -- Tim Bish Open Source Integration: http://fusesource.com ActiveMQ in Action: http://www.manning.com/snyder/ Follow me on Twitter: http://twitter.com/tabish121 My Blog: http://timbish.blogspot.com/