I think that bad Bad file descriptor exception get thrown when you're trying to read through a closed stream. You must have already closed the IndexSearcher when getting the results of your query. Sylvain
--- Eoghan S <[EMAIL PROTECTED]> a �crit�: > HI! > When running lucene i get this error with certain > searches, does anyone > know what might be the cause of this? > > java.io.IOException: Bad file descriptor > at java.io.RandomAccessFile.seek(Native > Method) > at > org.apache.lucene.store.FSInputStream.readInternal(Unknown > Source) > at > org.apache.lucene.store.InputStream.refill(Unknown > Source) > at > org.apache.lucene.store.InputStream.readByte(Unknown > Source) > at > org.apache.lucene.store.InputStream.readInt(Unknown > Source) > at > org.apache.lucene.store.InputStream.readLong(Unknown > Source) > at > org.apache.lucene.index.FieldsReader.doc(Unknown > Source) > at > org.apache.lucene.index.SegmentReader.document(Unknown > Source) > at > org.apache.lucene.search.IndexSearcher.doc(Unknown > Source) > at org.apache.lucene.search.Hits.doc(Unknown > Source) > > > thanks > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! Yahoo! Mail : http://fr.mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
