You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by "Mr. Udatny" <ru...@rosa.com> on 2006/02/10 17:14:20 UTC

JobTracker does not start properly

hello,

JobTracker doesnt want to start.
i am using a current version from the trunk.

when trying to start jobtracker with
./bin/hadoop jobtracker

i get the following stacktrace after some operations.

Exception in thread "main" java.lang.NullPointerException
at 
org.apache.hadoop.mapred.JobTrackerInfoServer.<init>(JobTrackerInfoServer.java:56)
at org.apache.hadoop.mapred.JobTracker.<init>(JobTracker.java:303)
at org.apache.hadoop.mapred.JobTracker.startTracker(JobTracker.java:50)
at org.apache.hadoop.mapred.JobTracker.main(JobTracker.java:813)

any ideas?

regards,

ud