You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Hui Ouyang <hu...@triplehop.com> on 2003/04/02 22:21:52 UTC

index error

Hi,
Run the lucene indexing process with Lucene 1.2, I got following error. Any idea or clue ?
 
Regards,
Hui
 
java.io.FileNotFoundException: I:\triplehop\MatchPoint\index\web\_1b.fnm (The sy
stem cannot find the file specified)
        at java.io.RandomAccessFile.open(Native Method)
        at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
        at java.io.RandomAccessFile.<init>(RandomAccessFile.java:143)
        at org.apache.lucene.store.FSInputStream$Descriptor.<init>(Unknown Sourc
e)
        at org.apache.lucene.store.FSInputStream.<init>(Unknown Source)
        at org.apache.lucene.store.FSDirectory.openFile(Unknown Source)
        at org.apache.lucene.index.FieldInfos.<init>(Unknown Source)
        at org.apache.lucene.index.SegmentReader.<init>(Unknown Source)
        at org.apache.lucene.index.IndexWriter.mergeSegments(Unknown Source)
        at org.apache.lucene.index.IndexWriter.maybeMergeSegments(Unknown Source
)
        at org.apache.lucene.index.IndexWriter.addDocument(Unknown Source)
        at com.triplehop.index.DocumentIndexer.index(DocumentIndexer.java:135)
        at com.triplehop.extractor.DocumentLuceneSaver.insertToDomItem(DocumentL
uceneSaver.java:139)
        at com.triplehop.extractor.DocumentLuceneSaver.process(DocumentLuceneSav
er.java:100)
        at com.triplehop.extractor.DirectDocumentProducer.produce(DirectDocument
Producer.java:316)
        at com.triplehop.crawler.BaseHTMLHandler.endDocument(BaseHTMLHandler.jav
a:341)
        at com.triplehop.crawler.DefaultDocumentAdapter.run(DefaultDocumentAdapt
er.java:996)