You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by "Ian.huang" <yi...@hotmail.com> on 2009/09/11 15:20:44 UTC

failded to start up query server

I can not start up query server and got following error.

Exception in thread "main" java.io.FileNotFoundException: no segments* file 
found: files: segments.gen _0.fdt _0.fdx _0.fnm _0.frq _0.nrm _0.prx _0.tii 
_0.tis
        at 
org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:485)
        at org.apache.lucene.index.IndexReader.open(IndexReader.java:147)
        at org.apache.lucene.index.IndexReader.open(IndexReader.java:142)
        at 
org.apache.nutch.searcher.IndexSearcher.<init>(IndexSearcher.java:76)
        at org.apache.nutch.searcher.NutchBean.init(NutchBean.java:119)
        at org.apache.nutch.searcher.NutchBean.<init>(NutchBean.java:106)
        at 
org.apache.nutch.searcher.DistributedSearch$Server.getServer(DistributedSearch.java:85)
        at 
org.apache.nutch.searcher.DistributedSearch$Server.main(DistributedSearch.java:77)

I did not delete any files there. The query server worked well before.  Can 
anybody tell me how to solve it?

Thanks
Ian