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 Kelvin Tan <ke...@relevanz.com> on 2002/04/04 08:49:28 UTC

[Repost] FNFE while indexing

This is a repost of a message I posted a month ago. Hope someone can pick it
up and shed some light on the mystery.

Encountering an odd FNFE during indexing...

2002-03-07 14:38:56,160 [Thread-2] ERROR
com.marketingbright.core.tasks.SearchIndexingTask - C:\index\_l.fnm (The
system cannot find the file specified)
java.io.FileNotFoundException:
C:\market\catalina\webapps\marketingbright\index\_l.fnm (The system 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 Source)
 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.optimize(Unknown Source)
 at
com.marketingbright.core.service.search.SearchIndexer.index(SearchIndexer.ja
va:59)
 at
com.marketingbright.core.tasks.SearchIndexingTask.run(SearchIndexingTask.jav
a:47)
 at
com.marketingbright.core.services.schedule.ScheduledJob.execute(ScheduledJob
.java:88)
 at
com.marketingbright.core.services.schedule.WorkerThread.run(WorkerThread.jav
a:128)
 at java.lang.Thread.run(Thread.java:484)

I'm kinda puzzled, can anyone shed some light on this? Using v1.2rc4 on a
Win9x box.

http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg00969.html

Regards,
Kelvin Tan

Relevanz Pte Ltd
http://www.relevanz.com

180B Bencoolen St.
The Bencoolen, #04-01
S(189648)

Tel: 6238 6229
Fax: 6337 4417



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>