Hi
Since upgrading to 1.2 we've started getting the following error when
creating an index in a directory with a large amount of files. Previous
versions of Lucene were quite happy to index this directory.
Any thoughts as to the cause?
-d
java.io.FileNotFoundException:
/private/Network/Servers/montage/Volumes/Disk2/Users/daryl/Library/Index/index5.
mtlibx/_n8.f3 (Too many open files)
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.SegmentReader.openNorms(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.mergeSegments(Unknown Source)
at org.apache.lucene.index.IndexWriter.maybeMergeSegments(Unknown
Source)
at org.apache.lucene.index.IndexWriter.addDocument(Unknown Source)
at IndexCreator.indexDocs(IndexCreator.java:75)
at IndexCreator.indexDocs(IndexCreator.java:67)
at IndexCreator.indexDocs(IndexCreator.java:67)
at IndexCreator.indexDocs(IndexCreator.java:67)
at IndexCreator.indexDocs(IndexCreator.java:67)
at IndexCreator.indexDocs(IndexCreator.java:67)
at IndexCreator.createIndex(IndexCreator.java:44)
------
Daryl Thachuk [EMAIL PROTECTED]
Montage Technologies Inc.
http://www.montagetech.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>