Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 36787 invoked from network); 26 Oct 2010 10:57:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Oct 2010 10:57:05 -0000 Received: (qmail 88126 invoked by uid 500); 26 Oct 2010 10:57:05 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 87916 invoked by uid 500); 26 Oct 2010 10:57: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 87908 invoked by uid 99); 26 Oct 2010 10:57:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Oct 2010 10:57:03 +0000 X-ASF-Spam-Status: No, hits=-1998.7 required=10.0 tests=ALL_TRUSTED,URI_HEX 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, 26 Oct 2010 10:57:02 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9QAuf5d012186 for ; Tue, 26 Oct 2010 10:56:41 GMT Message-ID: <12508094.68291288090601490.JavaMail.jira@thor> Date: Tue, 26 Oct 2010 06:56:41 -0400 (EDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Assigned: (AMQ-2999) peer transport factory mapping localhost incorrectly to loopback In-Reply-To: <3067090.68251288089344504.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/AMQ-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully reassigned AMQ-2999: ------------------------------- Assignee: Gary Tully > peer transport factory mapping localhost incorrectly to loopback > ---------------------------------------------------------------- > > Key: AMQ-2999 > URL: https://issues.apache.org/activemq/browse/AMQ-2999 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.3.2, 5.4.0, 5.4.1 > Environment: Windows XP 32-bit, SUN JDK 1.6 update 21 > Reporter: Petri Riipinen > Assignee: Gary Tully > > Issue described in the first posting of that thread: http://activemq.2283324.n4.nabble.com/Problem-with-simple-peer-configuration-my-config-or-AMQ-issue-td3013268.html#a3013268 > Reply from Gary Tully explains the problem: "That looks like a bug in the peer transport factory. I uses localhost:0 as the tcp transport url, but localhost maps to the > loopback address since 5.3[1] so the connection is refused. The peer transport factory should use the wildcard address, 0.0.0.0" -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.