Re: Solr 4.1 over Websphere errors

2013-06-06 Thread Anria
Thank you This sure is a lot to chew on -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-1-over-Websphere-errors-tp4068715p4068740.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 4.1 over Websphere errors

2013-06-06 Thread Chris Hostetter
: Based on seeing java.lang.J9VMInternals in your log, I am guessing that your : JVM is IBM's J9, not Oracle. The Java from IBM is notoriously buggy when it : comes to running Lucene and Solr. Try Oracle, version 1.7.0_21. Note specifically the excellent verbage here... http://wiki.apache.org/

Re: Solr 4.1 over Websphere errors

2013-06-06 Thread bbarani
As suggested by Shawn try to change the JVM, this might resolve your issue. I had seen this error ':java.lang.VerifyError' before (not specific to SOLR) when compiling code using JDK1.7. After some research I figured out the code compiled using Java 1.7 requires stack map frame instructions. If y

Re: Solr 4.1 over Websphere errors

2013-06-06 Thread Shawn Heisey
On 6/6/2013 1:57 PM, abillav...@innoventsolutions.com wrote: We are having a problem getting Solr4.1 (Solr 4.3 is also not starting) to run in Websphere on Windows. Websphere version? [8.0.0.3] Windows version? [Win7 64bit] Solr version? [4.1] JDK version? [1.7.0_13 64bit] Based on seeing java

Solr 4.1 over Websphere errors

2013-06-06 Thread abillavara
hi all We are having a problem getting Solr4.1 (Solr 4.3 is also not starting) to run in Websphere on Windows. Websphere version? [8.0.0.3] Windows version? [Win7 64bit] Solr version? [4.1] JDK version? [1.7.0_13 64bit] Here is the error that none of us have ever seen before. Can somebody