RE: Indexing Error

2014-11-22 Thread Uwe Schindler
6 PM > To: java-user@lucene.apache.org > Subject: Re: Indexing Error > > Looks like the version of Lucene on your runtime classpath is not the same as > the one you compiled against. In some recent version they changed the > naming convention in those fields. You may want:

RE: Indexing Error

2014-11-22 Thread Uwe Schindler
Hi, This generally happens, if you have an older version of Lucene somewhere in your classpath. E.g., if older Lucene was placed outside of the webapp somewhere in the classpath of Websphere itself. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...

Re: Indexing Error

2014-11-22 Thread Robert Nikander
Looks like the version of Lucene on your runtime classpath is not the same as the one you compiled against. In some recent version they changed the naming convention in those fields. You may want: ‘LUCENE_4_7_0’. https://lucene.apache.org/core/4_10_2/core/org/apache/lucene/util/Version.html

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 > >