Re: HELP! JIT error when searching... Lucene 1.3 on Java 1.1

2005-02-08 Thread Karl Koch
I have a colleague which uses Lucene 1.3 on PersonalJava (equally to Java 1.1.8). I can't find a significant difference to his code (sill searching) but he did not many any changes. He did also not recompile Lucene 1.3 on 1.1.8 etc. It must be something simple. I will look for that switch... In t

Re: HELP! JIT error when searching... Lucene 1.3 on Java 1.1

2005-02-08 Thread Paul Elschot
On Tuesday 08 February 2005 18:49, sergiu gordea wrote: > Karl Koch wrote: ... > >>A nonfatal internal JIT (3.10.107(x)) error 'chgTarg: Conditional' has > >>occurred in : > >> 'org/apache/lucene/store/FSDirectory.getDirectory > >>(Ljava/io/File;Z)Lorg/apache/lucene/store/FSDirectory;': Interpret

Re: HELP! JIT error when searching... Lucene 1.3 on Java 1.1

2005-02-08 Thread sergiu gordea
Karl Koch wrote: When I switch to Java 1.2, I can also not run it. Also I cannot index anything. I have no idea why... Can sombody help me? I think you are a pioneer in this domain :) . I'm not very familiar with the lucene source code, but I think it uses the advantages of java 1.3 and 1.4. P

HELP! JIT error when searching... Lucene 1.3 on Java 1.1

2005-02-08 Thread Karl Koch
When I switch to Java 1.2, I can also not run it. Also I cannot index anything. I have no idea why... Can sombody help me? Karl > Hello all, > > I have heard that Lucene 1.3 Final should run under Java 1.1. (I need that > because I want to run a search with a PDA using Java 1.1). > > However,