cancel
Showing results for 
Search instead for 
Did you mean: 

Commerce 2005 Solr Server not starting when running local

d_j_boyd
Participant

Running on MAC : 10.15.6

Java : 11

Commerce : 2005

Fresh Install of 2005. When starting the server I get the following error which is preventing SOLR from starting]

de.hybris.platform.solr.controller.commands.StartSolrServerCommand getSolrServerStatus
INFO: Checking Solr server status for instance [name: default, hostname: localhost, port: 8983, mode: STANDALONE]
Aug 11, 2020 2:50:13 PM de.hybris.platform.solr.controller.commands.StartSolrServerCommand startSolrServer
INFO: Starting Solr server for instance [name: default, hostname: localhost, port: 8983, mode: STANDALONE]
Waiting up to 180 seconds to see Solr running on port 8983 [\]  Still not seeing Solr listening on 8983 after 180 seconds!
2020-08-11 18:50:16.010 INFO  (main) [  ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@3c1e3314{/solr,file:<removed for PI >,AVAILABLE}{< remove for PI}
2020-08-11 18:50:16.015 WARN  (main) [  ] o.e.j.x.XmlConfiguration
java.lang.IllegalStateException: no valid keystore
View Entire Topic
former_member633554
Active Participant

Can you try set this in local.properties and see if it works?

solrserver.instances.default.ssl.enabled=false
solrserver.instances.default.ssl.keyStorePassword=
solrserver.instances.default.ssl.trustStorePassword=
former_member731954
Discoverer
0 Kudos

Thanks! This worked.

klang_jannik
Discoverer
0 Kudos

The problem and the solution is still legit in 20.11! Apparently the bug has never been removed.