Here is the log.

2007-03-22 15:45:39,851 WARN  mapred.LocalJobRunner - job_pyll84
java.lang.NoSuchMethodError:
org.apache.lucene.document.Document.add(Lorg/apache/lucene/document/Fieldabl
e;)V
        at
org.apache.nutch.indexer.basic.BasicIndexingFilter.filter(BasicIndexingFilte
r.java:62)
        at
org.apache.nutch.indexer.IndexingFilters.filter(IndexingFilters.java:110)
        at org.apache.nutch.indexer.Indexer.reduce(Indexer.java:215)
        at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:317)
        at
org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:137)
2007-03-22 15:45:40,043 FATAL indexer.Indexer - Indexer:
java.io.IOException: Job failed!
        at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:402)
        at org.apache.nutch.indexer.Indexer.index(Indexer.java:273)
        at org.apache.nutch.indexer.Indexer.run(Indexer.java:295)
        at org.apache.hadoop.util.ToolBase.doMain(ToolBase.java:189)
        at org.apache.nutch.indexer.Indexer.main(Indexer.java:278)

Steve
> -----Original Message-----
> From: Sami Siren [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 22, 2007 4:03 PM
> To: nutch-dev@lucene.apache.org
> Subject: Re: indexing with current trunk
> 
> Steve Severance wrote:
> > Hi,
> > I updated my test system to the 0.9 dev trunk current as of
> yesterday. Now
> > indexing does not work. I tried purging the linkdb and recreating it.
> I
> > tried just running it on a single segment to see if I could find the
> error.
> > Here is the output:
> >
> > $ bin/nutch index crawl/index crawl/crawldb/ crawl/linkdb/
> > crawl/segments/20070
> > 307113353/
> > Indexer: starting
> > Indexer: linkdb: crawl/linkdb
> > Indexer: adding segment: crawl/segments/20070307113353
> > Optimizing index.
> > Indexer: java.io.IOException: Job failed!
> >         at
> org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:402)
> >         at org.apache.nutch.indexer.Indexer.index(Indexer.java:273)
> >         at org.apache.nutch.indexer.Indexer.run(Indexer.java:295)
> >         at org.apache.hadoop.util.ToolBase.doMain(ToolBase.java:189)
> >         at org.apache.nutch.indexer.Indexer.main(Indexer.java:278)
> >
> > Other things are working fine. Just not indexing.
> 
> Can you please check the log files for more specific error message(s).
> Indexing works ok for me but I have only tried it with small segments
> so
> far.
> 
> --
>  Sami Siren


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nutch-developers mailing list
Nutch-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to