Re: Indexing-Error: Cannot delete

2007-03-11 Thread Michael McCandless
"robisbob" <[EMAIL PROTECTED]> wrote: > Thanx for your help. I am using now lucene 2.1 and no problems anymore. > > cheers > Rob > > > There are several sneaky IO related issues in Lucene, that have now been > > fixed > > in Lucene 2.1, that could explain this. Is it possible to test Lucene > >

Re: Indexing-Error: Cannot delete

2007-03-11 Thread robisbob
Thanx for your help. I am using now lucene 2.1 and no problems anymore. cheers Rob There are several sneaky IO related issues in Lucene, that have now been fixed in Lucene 2.1, that could explain this. Is it possible to test Lucene 2.1 to see if this issue is still happening? Mike

Re: Indexing-Error: Cannot delete

2007-02-27 Thread Michael McCandless
"robisbob" <[EMAIL PROTECTED]> wrote: > Thanx for your answer. I will use the latest version to check this. > Unfortunately I have only access to the computer, where the > application will be run, once a week. And I can't reproduce the error > at my local machine or any other computer I have acces

Re: Indexing-Error: Cannot delete

2007-02-26 Thread robisbob
Thanx for your answer. I will use the latest version to check this. Unfortunately I have only access to the computer, where the application will be run, once a week. And I can't reproduce the error at my local machine or any other computer I have access to. So If someone has (better had) the sa

Re: Indexing-Error: Cannot delete

2007-02-26 Thread Michael McCandless
"robisbob" <[EMAIL PROTECTED]> wrote: > i hope someone can help me. If I index a file directory I get the error > you see here. > > caught a class java.io.IOException > > with message: Cannot delete _57e.tis > > Exception in thread "main" java.io.IOException: Cannot delete _57e.tis > >

Indexing-Error: Cannot delete

2007-02-26 Thread robisbob
Hi all, i hope someone can help me. If I index a file directory I get the error you see here. caught a class java.io.IOException with message: Cannot delete _57e.tis Exception in thread "main" java.io.IOException: Cannot delete _57e.tis at org.apache.lucene.store.FSDirectory.deleteFi