RE: Solr 3.1 / Java 1.5: Exception regarding analyzer implementation

2011-05-10 Thread Chris Hostetter
: The reason why this assert hits you in one of your tomcat installations : could also be related to some instrumentation tools you have enabled in this : tomcat. Lot's of instrumentation tools may dynamically change class bytecode : and e.g. make them unfinal. In that case the assertion of course

RE: Solr 3.1 / Java 1.5: Exception regarding analyzer implementation

2011-05-10 Thread Uwe Schindler
Hi, > On 09.05.11 11:04, Martin Jansen wrote: > > I just attempted to set up an instance of Solr 3.1 in Tomcat 5.5 > > running in Java 1.5. It fails with the following exception on start-up: > > > >> java.lang.AssertionError: Analyzer implementation classes or at least > >> their tokenStream() an

Re: Solr 3.1 / Java 1.5: Exception regarding analyzer implementation

2011-05-09 Thread Martin Jansen
On 09.05.11 11:04, Martin Jansen wrote: > I just attempted to set up an instance of Solr 3.1 in Tomcat 5.5 running > in Java 1.5. It fails with the following exception on start-up: > >> java.lang.AssertionError: Analyzer implementation classes or at least their >> tokenStream() and reusableToken

Solr 3.1 / Java 1.5: Exception regarding analyzer implementation

2011-05-09 Thread Martin Jansen
I just attempted to set up an instance of Solr 3.1 in Tomcat 5.5 running in Java 1.5. It fails with the following exception on start-up: > java.lang.AssertionError: Analyzer implementation classes or at least their > tokenStream() and reusableTokenStream() implementations must be final at > org