It sounds like more information from the logs is needed to troubleshoot your issue.
The tutorial might still be missing a few important details. I added a "Crawl Script" section that shows the correct sequence of Nutch commands that need to be run, within a Bash script. Maybe that would help? Alexis On Tue, Dec 28, 2010 at 3:06 PM, O. Klein <[email protected]> wrote: > > I am trying to get Nutch running in Eclipse. > > I made all the changes in the post and the Fetcher test works. > > However when I try to run a crawl it says: > > 2010-12-28 15:02:42,132 WARN mapred.JobClient - No job jar file set. User > classes may not be found. See JobConf(Class) or JobConf#setJar(String). > 2010-12-28 15:02:42,460 WARN mapred.LocalJobRunner - job_local_0001 > java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 > at java.util.ArrayList.RangeCheck(ArrayList.java:547) > at java.util.ArrayList.get(ArrayList.java:322) > at > org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:124) > 2010-12-28 15:02:43,599 WARN mapred.JobClient - No job jar file set. User > classes may not be found. See JobConf(Class) or JobConf#setJar(String). > > Any ideas? > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Does-Nutch-2-0-in-good-enough-shape-to-test-tp2102011p2156770.html > Sent from the Nutch - User mailing list archive at Nabble.com. >

