Return-Path: X-Original-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 616CC8C0F for ; Mon, 5 Sep 2011 05:05:47 +0000 (UTC) Received: (qmail 6968 invoked by uid 500); 5 Sep 2011 05:05:46 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 6096 invoked by uid 500); 5 Sep 2011 05:05:40 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 6078 invoked by uid 99); 5 Sep 2011 05:05:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Sep 2011 05:05:34 +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, 05 Sep 2011 05:05:32 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 073215898F for ; Mon, 5 Sep 2011 05:05:11 +0000 (UTC) Date: Mon, 5 Sep 2011 05:05:11 +0000 (UTC) From: "Devaraj K (JIRA)" To: mapreduce-dev@hadoop.apache.org Message-ID: <1793780449.16597.1315199111025.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1422802130.65105.1307079887608.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Reopened] (MAPREDUCE-2562) NullPointerException in Jobtracker when it is started without Name Node 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/MAPREDUCE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj K reopened MAPREDUCE-2562: ---------------------------------- Harsh, As I mentioned affected version as 0.23 and problem exists in 0.23 version. This is still problem and cannot be closed as "Not A Problem". > NullPointerException in Jobtracker when it is started without Name Node > ----------------------------------------------------------------------- > > Key: MAPREDUCE-2562 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2562 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: jobtracker > Affects Versions: 0.23.0 > Reporter: Devaraj K > Assignee: Devaraj K > Fix For: 0.23.0 > > Attachments: MAPREDUCE-2562.patch > > > It is throwing NullPointerException in job tracker logs when job tracker is started without NameNode. > {code:title=Bar.java|borderStyle=solid} > 2011-06-03 01:50:04,304 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: /10.18.52.225:9000. Already tried 7 time(s). > 2011-06-03 01:50:05,307 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: /10.18.52.225:9000. Already tried 8 time(s). > 2011-06-03 01:50:06,310 INFO org.apache.hadoop.ipc.Client: Retrying connect to server: /10.18.52.225:9000. Already tried 9 time(s). > 2011-06-03 01:50:21,243 FATAL org.apache.hadoop.mapred.JobTracker: java.lang.NullPointerException > at org.apache.hadoop.mapred.JobTracker.(JobTracker.java:1635) > at org.apache.hadoop.mapred.JobTracker.startTracker(JobTracker.java:287) > at org.apache.hadoop.mapred.JobTracker.startTracker(JobTracker.java:279) > at org.apache.hadoop.mapred.JobTracker.startTracker(JobTracker.java:274) > at org.apache.hadoop.mapred.JobTracker.main(JobTracker.java:4312) > {code} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira