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

Re: Clearing locks

2007-03-04 Thread MC Moisei
How do I clear the locks ? THey have unique names and the name changes everytime... Chris Lu wrote: > A safe way to do this is to clear the locks just before starting your > war file. > - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: IndexSearcher cache

2007-03-04 Thread MC Moisei
thods that are no in IndexReader ( and BTW i thought I've mentioned that I use the IndexModifier that is a mixture of the IndexReader and IndexWriter ). Any ideas ? MC Daniel Noll wrote: > MC Moisei wrote: >> Hi to all members of the user group! >> >> Let me get to my p

Clearing locks

2007-03-04 Thread MC Moisei
Is there a easy way to clear locks ? If I redeploy my war file and it happens that there is an indexing happening the lock is not cleared. I know I can tell JVM to run the finalizers before it exits but in this case the JVM is not exiting being a hot deploy. Any ideas ? MC

IndexSearcher cache

2007-03-04 Thread MC Moisei
Hi to all members of the user group! Let me get to my problem. I use Lucene in two different parts of the application. One is the SearchService and one is an AOP interceptor that intercepts any changes in the Searcheable entities. This last part is removing the document from the index and add the