Re: Strange error in Solr 4.2

2013-03-25 Thread skp
I fixed it by setting JVM properties in glassfish. -Djavax.net.ssl.keyStorePassword=changeit -- View this message in context: http://lucene.472066.n3.nabble.com/Strange-error-in-Solr-4-2-tp4047386p4051159.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Strange error in Solr 4.2

2013-03-14 Thread Mark Miller
On Mar 14, 2013, at 1:27 PM, Shawn Heisey wrote: > I have been told that it is possible to override the handleError method to > fix this I'd say mitigate more than fix. I think the real fix requires some dev work. - Mark

Re: Strange error in Solr 4.2

2013-03-14 Thread Shawn Heisey
On 3/14/2013 9:24 AM, Uwe Klosa wrote: This exception occurs in this part new ConcurrentUpdateSolrServer("http://solr.diva-portal.org:8080/search";, 5, 50) Side comment, unrelated to your question: If you're already aware that ConcurrentUpdateSolrServer has no built-in error handling and you

Re: Strange error in Solr 4.2

2013-03-14 Thread Stefan Matheis
On Thursday, March 14, 2013 at 4:57 PM, Uwe Klosa wrote: > I found the answer myself. Thanks for the pointer. Would you mind sharing you answer, Uwe?

Re: Strange error in Solr 4.2

2013-03-14 Thread Uwe Klosa
I found the answer myself. Thanks for the pointer. Cheers Uwe On 14 March 2013 16:48, Uwe Klosa wrote: > Thanks, but nobody has tempered with keystores. I have tested the > application on different machines. Always the same exception is thrown. > > Do we have to set some system property to fix

Re: Strange error in Solr 4.2

2013-03-14 Thread Uwe Klosa
Thanks, but nobody has tempered with keystores. I have tested the application on different machines. Always the same exception is thrown. Do we have to set some system property to fix this? /Uwe On 14 March 2013 16:36, Mark Miller wrote: > Perhaps as a result of https://issues.apache.org/ji

Re: Strange error in Solr 4.2

2013-03-14 Thread Mark Miller
Perhaps as a result of https://issues.apache.org/jira/browse/SOLR-4451 ? Just a guess. The root cause looks to be: > Caused by: java.io.IOException: Keystore was tampered with, or password was > incorrect - Mark On Mar 14, 2013, at 11:24 AM, Uwe Klosa wrote: > Hi > > We have been using Sol

Strange error in Solr 4.2

2013-03-14 Thread Uwe Klosa
Hi We have been using Solr 4.0 for a while now and wanted to upgrade to 4.2. But our application stopped working. When we tried 4.1 it was working as expected. Here is a description of the situation. We deploy a Solr web application under java 7 on a Glassfish 3.1.2.2 server. We added some clas