Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 9683 invoked from network); 27 Oct 2010 06:49:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Oct 2010 06:49:30 -0000 Received: (qmail 93093 invoked by uid 500); 27 Oct 2010 06:49:30 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 92873 invoked by uid 500); 27 Oct 2010 06:49:27 -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 92815 invoked by uid 99); 27 Oct 2010 06:49:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Oct 2010 06:49:25 +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; Wed, 27 Oct 2010 06:49:23 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9R6n18F005432 for ; Wed, 27 Oct 2010 06:49:01 GMT Message-ID: <32627862.41288162141601.JavaMail.jira@thor> Date: Wed, 27 Oct 2010 02:49:01 -0400 (EDT) From: "Petri Riipinen (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (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 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62860#action_62860 ] Petri Riipinen commented on AMQ-2999: ------------------------------------- Tested on 27/Oct/10 by original reporter and works now. > 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 > Fix For: 5.5.0 > > > 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.