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.

[#|2013-09-10T18:31:36.433+0000|INFO|oracle-glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=1;_ThreadName=Thread-2;|2442
[main] INFO  org.apache.solr.core.SolrCoreDiscoverer  ? Discovered
properties file /solr/collection1/core.properties, adding to cores
|#]

[#|2013-09-10T18:31:36.467+0000|INFO|oracle-glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=1;_ThreadName=Thread-2;|2478
[main] INFO  org.apache.solr.core.CoreContainer  ? New CoreContainer
1657134186
|#]

[#|2013-09-10T18:31:36.472+0000|INFO|oracle-glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=1;_ThreadName=Thread-2;|2483
[main] INFO  org.apache.solr.core.CoreContainer  ? Loading cores into
CoreContainer [instanceDir=/solr/]
|#]

[#|2013-09-10T18:31:36.556+0000|INFO|oracle-glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=1;_ThreadName=Thread-2;|2567
[main] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ?
Setting socketTimeout to: 0
|#]

[#|2013-09-10T18:31:36.557+0000|INFO|oracle-glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=1;_ThreadName=Thread-2;|2568
[main] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ?
Setting urlScheme to: http://
|#]

[#|2013-09-10T18:31:36.558+0000|INFO|oracle-glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=1;_ThreadName=Thread-2;|2569
[main] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ?
Setting connTimeout to: 0
|#]

[#|2013-09-10T18:31:36.559+0000|INFO|oracle-glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=1;_ThreadName=Thread-2;|2570
[main] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ?
Setting maxConnectionsPerHost to: 20
|#]

[#|2013-09-10T18:31:36.560+0000|INFO|oracle-glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=1;_ThreadName=Thread-2;|2571
[main] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ?
Setting corePoolSize to: 0
|#]

[#|2013-09-10T18:31:36.561+0000|INFO|oracle-glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=1;_ThreadName=Thread-2;|2572
[main] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ?
Setting maximumPoolSize to: 2147483647
|#]

[#|2013-09-10T18:31:36.562+0000|INFO|oracle-glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=1;_ThreadName=Thread-2;|2573
[main] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ?
Setting maxThreadIdleTime to: 5
|#]

[#|2013-09-10T18:31:36.562+0000|INFO|oracle-glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=1;_ThreadName=Thread-2;|2574
[main] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ?
Setting sizeOfQueue to: -1
|#]

[#|2013-09-10T18:31:36.563+0000|INFO|oracle-glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=1;_ThreadName=Thread-2;|2575
[main] INFO  org.apache.solr.handler.component.HttpShardHandlerFactory  ?
Setting fairnessPolicy to: false
|#]

[#|2013-09-10T18:31:36.592+0000|INFO|oracle-glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=1;_ThreadName=Thread-2;|2603
[main] INFO  org.apache.solr.client.solrj.impl.HttpClientUtil  ? Creating
new http client,
config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
|#]

[#|2013-09-10T18:31:36.695+0000|INFO|oracle-glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=1;_ThreadName=Thread-2;|2706
[main] ERROR org.apache.solr.servlet.SolrDispatchFilter  ? Could not start
Solr. Check solr/home property and the logs
|#]

[#|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
        at
org.apache.solr.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:54)
        at org.apache.solr.core.CoreContainer.load(CoreContainer.java:204)
        at
org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:140)
        at
org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:122)
        at
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:264)
        at
org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:120)
        at
org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4685)
        at
org.apache.catalina.core.StandardContext.start(StandardContext.java:5377)
        at com.sun.enterprise.web.WebModule.start(WebModule.java:498)
        at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:917)
        at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:901)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:733)
        at
com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2019)
        at
com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1669)
        at com.sun.enterprise.web.WebApplication.start(WebApplication.java:109)
        at org.glassfish.internal.data.EngineRef.start(EngineRef.java:130)
        at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:269)
        at
org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:301)
        at
com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:461)
        at
com.sun.enterprise.v3.server.ApplicationLoaderService.processApplication(ApplicationLoaderService.java:375)
        at
com.sun.enterprise.v3.server.ApplicationLoaderService.postConstruct(ApplicationLoaderService.java:219)
        at
com.sun.hk2.component.AbstractCreatorImpl.inject(AbstractCreatorImpl.java:131)
        at
com.sun.hk2.component.ConstructorCreator.initialize(ConstructorCreator.java:91)
        at
com.sun.hk2.component.AbstractCreatorImpl.get(AbstractCreatorImpl.java:82)
        at
com.sun.hk2.component.SingletonInhabitant.get(SingletonInhabitant.java:67)
        at
com.sun.hk2.component.EventPublishingInhabitant.get(EventPublishingInhabitant.java:139)
        at
com.sun.hk2.component.AbstractInhabitantImpl.get(AbstractInhabitantImpl.java:78)
        at
com.sun.enterprise.v3.server.AppServerStartup.run(AppServerStartup.java:253)
        at
com.sun.enterprise.v3.server.AppServerStartup.doStart(AppServerStartup.java:145)
        at
com.sun.enterprise.v3.server.AppServerStartup.start(AppServerStartup.java:136)
        at
com.sun.enterprise.glassfish.bootstrap.GlassFishImpl.start(GlassFishImpl.java:79)
        at
com.sun.enterprise.glassfish.bootstrap.GlassFishDecorator.start(GlassFishDecorator.java:63)
        at
com.sun.enterprise.glassfish.bootstrap.osgi.OSGiGlassFishImpl.start(OSGiGlassFishImpl.java:69)
        at
com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:117)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at
com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97)
        at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55)





--
View this message in context: 
http://lucene.472066.n3.nabble.com/Error-with-Solr-4-4-0-Glassfish-and-CentOS-6-2-tp4089211.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to