On 9/10/2013 9:18 PM, vhoangvu wrote:
Yesterday, I just install latest version of Solr 4.4.0 on Glassfish and
CentOS 6.2 and got an error when try to access the administration page. I
have checked this version on Mac OS one month ago, it works well. So, please
help me clarify what problem.

<snip>

[#|2013-09-10T18:31:36.896+0000|INFO|oracle-glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=1;_ThreadName=Thread-2;|2907
[main] ERROR org.apache.solr.core.SolrCore  ?
null:org.apache.solr.common.SolrException: Error instantiating
shardHandlerFactory class [HttpShardHandlerFactory]: Failure initializing
default system SSL context

This is a container problem. It can't initialize SSL. The most common reason is that the java keystore has a password and it hasn't been provided. If that's the problem, here's one solution:

http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201303.mbox/%3c1364232676233-4051159.p...@n3.nabble.com%3E

Another solution, especially if you aren't going to be hosting SSL in Java containers at all on that machine, is to get rid of the keystore entirely. If that doesn't do it, you'll need to get help from a Glassfish support avenue.

Thanks,
Shawn

Reply via email to