Re: Lucene Search Error: Java.io.IOException: Bad file descriptor

2008-07-28 Thread Michael McCandless
() on our file descriptors in the finalizers in FSIndex{Input,Output}? Mike On Jul 23, 2008, at 8:30 PM, Yonik Seeley wrote: On Wed, Jul 23, 2008 at 7:47 PM, Jamie <[EMAIL PROTECTED]> wrote: Could this error be the result of the bad file descriptor close bug as described in http://2

Re: Lucene Search Error: Java.io.IOException: Bad file descriptor

2008-07-23 Thread Yonik Seeley
On Wed, Jul 23, 2008 at 7:47 PM, Jamie <[EMAIL PROTECTED]> wrote: > Could this error be the result of the bad file descriptor close bug as > described in > http://256.com/gray/docs/misc/java_bad_file_descriptor_close_bug.shtml. Hmmm, that's an interesting read. Seems like

Re: Lucene Search Error: Java.io.IOException: Bad file descriptor

2008-07-23 Thread Michael McCandless
e bad file descriptor close bug as described in http://256.com/gray/docs/misc/java_bad_file_descriptor_close_bug.shtml . This would definitely fit the description since this happened on JRE 1.6u3 apparently, update 3 suffered from this file descriptor issue. The fix is to update the JRE t

Re: Lucene Search Error: Java.io.IOException: Bad file descriptor

2008-07-23 Thread Jamie
r Is this a good strategy? Jamie Jamie wrote: Hi All, I found something interesting Could this error be the result of the bad file descriptor close bug as described in http://256.com/gray/docs/misc/java_bad_file_descriptor_close_bug.shtml. This would definitely fit the description since

Re: Lucene Search Error: Java.io.IOException: Bad file descriptor

2008-07-23 Thread Jamie
Hi All, I found something interesting Could this error be the result of the bad file descriptor close bug as described in http://256.com/gray/docs/misc/java_bad_file_descriptor_close_bug.shtml. This would definitely fit the description since this happened on JRE 1.6u3 apparently

Re: Lucene Search Error: Java.io.IOException: Bad file descriptor

2008-07-23 Thread Michael McCandless
looks like the file.. simply isn't there? Matt Jamie wrote: Hi Everyone I am getting the the following error when executing Hits hits = searchers.search(query, queryFilter, sort): 18007414-java.io.IOException: Bad file descriptor 18007455- at java.io.RandomAccessFile.seek(Nat

Re: Lucene Search Error: Java.io.IOException: Bad file descriptor

2008-07-23 Thread Michael McCandless
Mindaugas ?ak?auskas wrote: On Wed, Jul 23, 2008 at 5:46 PM, Matthew Hall <[EMAIL PROTECTED] > wrote: <..>As for the jave 1.6 lucene 2.3.2 index corruption issue <..> Correct me if I'm wrong, but doesnt' the particular Sun bug [1] only manifests itself if -Xbatch option is used? Also, the ex

Re: Lucene Search Error: Java.io.IOException: Bad file descriptor

2008-07-23 Thread Mindaugas Žakšauskas
exceptions mentioned in LUCENE-1282 does not really match the one given below: >>>> 18007414-java.io.IOException: Bad file descriptor >>>> 18007455- at java.io.RandomAccessFile.seek(Native Method) Back on topic - we're having similar (intermittant) problems on one o

Re: Lucene Search Error: Java.io.IOException: Bad file descriptor

2008-07-23 Thread Michael McCandless
searchers.search(query, queryFilter, sort): 18007414-java.io.IOException: Bad file descriptor 18007455- at java.io.RandomAccessFile.seek(Native Method) 18007504- at org.apache.lucene.store.FSDirectory $FSIndexInput.readInternal(FSDirectory.java:545) 1800759

Re: Lucene Search Error: Java.io.IOException: Bad file descriptor

2008-07-23 Thread Matthew Hall
ting Hits hits = searchers.search(query, queryFilter, sort): 18007414-java.io.IOException: Bad file descriptor 18007455- at java.io.RandomAccessFile.seek(Native Method) 18007504- at org.apache.lucene.store.FSDirectory$FSIndexInput.readInternal(FSDirectory.java:545) 180

Re: Lucene Search Error: Java.io.IOException: Bad file descriptor

2008-07-23 Thread Jamie
att Jamie wrote: Hi Everyone I am getting the the following error when executing Hits hits = searchers.search(query, queryFilter, sort): 18007414-java.io.IOException: Bad file descriptor 18007455- at java.io.RandomAccessFile.seek(Native Method) 18007504- at org.apache.lucene.store.F

Re: Lucene Search Error: Java.io.IOException: Bad file descriptor

2008-07-23 Thread Jamie
arch(query, queryFilter, sort): 18007414-java.io.IOException: Bad file descriptor 18007455- at java.io.RandomAccessFile.seek(Native Method) 18007504- at org.apache.lucene.store.FSDirectory$FSIndexInput.readInternal(FSDirectory.java:545) 18007592

Re: Lucene Search Error: Java.io.IOException: Bad file descriptor

2008-07-23 Thread Jamie
, it almost looks like the file.. simply isn't there? Matt Jamie wrote: Hi Everyone I am getting the the following error when executing Hits hits = searchers.search(query, queryFilter, sort): 18007414-java.io.IOException: Bad file descriptor 18007455- at java.io.RandomAccessFile

Re: Lucene Search Error: Java.io.IOException: Bad file descriptor

2008-07-23 Thread Matthew Hall
uting Hits hits = searchers.search(query, queryFilter, sort): 18007414-java.io.IOException: Bad file descriptor 18007455- at java.io.RandomAccessFile.seek(Native Method) 18007504- at org.apache.lucene.store.FSDirectory$FSIndexInput.readInternal(FSDirectory.java:545) 18007592-

Lucene Search Error: Java.io.IOException: Bad file descriptor

2008-07-23 Thread Jamie
Hi Everyone I am getting the the following error when executing Hits hits = searchers.search(query, queryFilter, sort): 18007414-java.io.IOException: Bad file descriptor 18007455- at java.io.RandomAccessFile.seek(Native Method) 18007504- at org.apache.lucene.store.FSDirectory

Re: Searcher throws java.io.IOException: Bad file descriptor

2007-06-25 Thread Doron Cohen
have to reindex my > entities. > > 2007-06-24 15:00:53,048 [TP-Processor1]: ERROR > com.gsi.core.service.search.SearchServiceImpl. > search(SearchServiceImpl.java:489) > - > Search error : Bad file descriptor on News > java.io.IOException: Bad file descriptor > at ja

Searcher throws java.io.IOException: Bad file descriptor

2007-06-24 Thread MC Moisei
Any of you got something like this ? It looks that I have to reindex my entities. 2007-06-24 15:00:53,048 [TP-Processor1]: ERROR com.gsi.core.service.search.SearchServiceImpl.search(SearchServiceImpl.java:489) - Search error : Bad file descriptor on News java.io.IOException: Bad file descriptor

Bad File Descriptor

2005-06-27 Thread Yousef Ourabi
, the number of hits matching the number of items I have indexed perfectly, however I get this exception when I search 2005-06-27 18:12:33,166 ERROR [jeteye] IOException caught SearchByTerm: Bad file descriptor Has anyone else had this "Bad File descriptor problem? Thanks, Y