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