I could make it work in a strange way. There should be a problem with hadoop jar file.
I downloaded the hadoop project and made the project using ant. then I could start the jobtracker successfully, but when I removed the build folder and just used the hadoop jar file, it failed again. So I copied all the hadoop/lib files into nutch/lib and I also copied the build folder of hadoop into nutch folder. Now nutch is using build of hadoop (the classes) instead of its jar file!!! But it worked fine. I just started a crawl over 70000 seeds and it is going through! I will let you know the results. Thanks, Mike On 2/7/06, Mike Smith <[EMAIL PROTECTED]> wrote: > > The problem is that jetty jar files are missing from the SVN., I replaced > the Jetty jar files but I get another exception: > > 060207 123447 Property 'sun.cpu.isalist' is > 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) > > Thanks, Mike > > > On 2/7/06, Rafit Izhak_Ratzin <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I am trying to run with the new svn version (375414), I am working under > > nutch/trunk directory. > > > > When I ran the next command "bin/hadoop jobtracker" or "bin/hadoop- > > daemon.sh > > start jobtracker" > > I got the next message, > > > > 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) > > > > Thanks, > > Rafit > > > > _________________________________________________________________ > > FREE pop-up blocking with the new MSN Toolbar - get it now! > > http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ > > > > >
