Hi,

I'm encountering this error and not sure why this is happening:

********************************
java.io.FileNotFoundException: /index/book/_19b87.tis (Too many open files)
        at java.io.RandomAccessFile.open(Native Method)
        at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
        at org.apache.lucene.store.FSIndexOutput.<init>(FSDirectory.java:498)
        at 
org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:324)
        at
org.apache.lucene.index.TermInfosWriter.initialize(TermInfosWriter.java:82)
        at 
org.apache.lucene.index.TermInfosWriter.<init>(TermInfosWriter.java:67)
        at 
org.apache.lucene.index.SegmentMerger.mergeTerms(SegmentMerger.java:230)
        at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:89)
        at org.apache.lucene.index.TransIndex.firstPhase(TransIndex.java:317)
        ...
********************************

Any ideas on how to tackle this problem would be appreciated.  Thanks in
advance.

-los
-- 
View this message in context: 
http://www.nabble.com/FNFE-on-the-index-tf3884165.html#a11008997
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to