Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7162A702D for ; Mon, 29 Aug 2011 15:23:03 +0000 (UTC) Received: (qmail 92062 invoked by uid 500); 29 Aug 2011 15:23:03 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 91836 invoked by uid 500); 29 Aug 2011 15:23:02 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 91605 invoked by uid 99); 29 Aug 2011 15:23:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Aug 2011 15:23:01 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Aug 2011 15:22:58 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E6395D5608 for ; Mon, 29 Aug 2011 15:22:37 +0000 (UTC) Date: Mon, 29 Aug 2011 15:22:37 +0000 (UTC) From: "Eli Collins (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1927379017.3462.1314631357939.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1125222973.2098.1314589837862.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (HDFS-2295) Call to localhost/127.0.0.1:54310 failed on connection exception: Connection refused MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HDFS-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HDFS-2295. ------------------------------- Resolution: Invalid Sounds like a configuration issue (eg no DNS setup). Please use the hdfs-dev list for these types of issues. > Call to localhost/127.0.0.1:54310 failed on connection exception: Connection refused > ------------------------------------------------------------------------------------ > > Key: HDFS-2295 > URL: https://issues.apache.org/jira/browse/HDFS-2295 > Project: Hadoop HDFS > Issue Type: Bug > Components: data-node, hdfs client, name-node > Affects Versions: 0.20.2 > Environment: Ubuntu 11.04 64bit , hadoop 0.20.2 > Reporter: patrick.J > Labels: hadoop > Original Estimate: 24h > Remaining Estimate: 24h > > when I try it > dm@master:/usr/local/hadoop-0.20.2$ bin/hadoop dfs -ls hdfs://localhost:54310/ > It cast these exceptions > 11/08/29 11:34:29 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:54310. Already tried 0 time(s). > 11/08/29 11:34:30 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:54310. Already tried 1 time(s). > 11/08/29 11:34:31 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:54310. Already tried 2 time(s). > 11/08/29 11:34:32 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:54310. Already tried 3 time(s). > 11/08/29 11:34:33 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:54310. Already tried 4 time(s). > 11/08/29 11:34:34 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:54310. Already tried 5 time(s). > 11/08/29 11:34:35 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:54310. Already tried 6 time(s). > 11/08/29 11:34:36 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:54310. Already tried 7 time(s). > 11/08/29 11:34:37 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:54310. Already tried 8 time(s). > 11/08/29 11:34:38 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:54310. Already tried 9 time(s). > ls: Call to localhost/127.0.0.1:54310 failed on connection exception: java.net.ConnectException: Connection refused > Our namenode is listening to the 54310 port. > fs.default.name > hdfs://master:54310 -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira