You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Mike Smith <mi...@gmail.com> on 2006/02/07 21:24:41 UTC

Hadoop Jobtracker fails

I am using the new nutch with hadoop, jobtracker fails at initilazation with
this exceptopn:

060207 121953 Property 'file.separator' is /
060207 121953 Property 'java.vendor.url.bug' is
http://java.sun.com/cgi-bin/bugreport.cgi
060207 121953 Property 'sun.io.unicode.encoding' is UnicodeLittle
060207 121953 Property 'sun.cpu.endian' is little
060207 121953 Property 'sun.cpu.isalist' is
Exception in thread "main" java.lang.NoClassDefFoundError:
org/mortbay/http/HttpListener
        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)
060207 121953 Server handler 9 on 50010: starting




Thank, Mike