Re: Weird ClassCastException running lucene 5.2.1 on Java 1.8.

2016-02-25 Thread Krishnamurthy, Kannan
to:kannan.krishnamur...@cengage.com] > Sent: Tuesday, February 23, 2016 9:36 PM > To: java-user@lucene.apache.org > Subject: Weird ClassCastException running lucene 5.2.1 on Java 1.8. > > Greetings, > > > Recently we port our load test environment to Java 1.8 and since then

RE: Weird ClassCastException running lucene 5.2.1 on Java 1.8.

2016-02-24 Thread Uwe Schindler
cengage.com] > Sent: Tuesday, February 23, 2016 9:36 PM > To: java-user@lucene.apache.org > Subject: Weird ClassCastException running lucene 5.2.1 on Java 1.8. > > Greetings, > > > Recently we port our load test environment to Java 1.8 and since then we are > seeing a

Re: Weird ClassCastException running lucene 5.2.1 on Java 1.8.

2016-02-24 Thread Torsten Krah
Hi, you've already asked something similar in January about index corruption and Uwe Schindler already told you to switch to a modern JVM and not that antique one. See: http://www.gossamer-threads.com/lists/lucene/java-user/296418?page=last Quote from him: ... This Java version is "antique".

Weird ClassCastException running lucene 5.2.1 on Java 1.8.

2016-02-23 Thread Krishnamurthy, Kannan
Greetings, Recently we port our load test environment to Java 1.8 and since then we are seeing a ClassCastException under heavy load after about 2 hours into our load test. Exception StackTrace below. ava.lang.ClassCastException: [J cannot be cast to [B at org.apache.lucene.util.fst