Kuldeep Singh
Kuldeep Singh

Reputation: 11

Getting SOLR exception when initialise apparel store data from Admin console

I am new to Hybris and trying to publish a new store and followed relevant steps. The build was successful. When i try to initailse the Apparel Store, i am continuously getting SO[enter link description here][1]LR exceptions. Attched exception logs for reference

ERROR [update-apparel-ukIndex-cronJob::de.hybris.platform.servicelayer.internal.jalo.ServicelayerJob] (update-apparel-ukIndex-cronJob) [LukeSolrIndexStatisticsProvider] Could not get last index time for [Product] INFO | jvm 1 | main
| 2016/04/21 14:02:09.120 | de.hybris.platform.solrfacetsearch.solr.exceptions.SolrServiceException: Could not check for a remote solr core [master_apparel-uk_Product] due to Server refused connection at: http://localhost:8983/solr

Upvotes: 1

Views: 3063

Answers (1)

Sebastian
Sebastian

Reputation: 1783

You need to have the solrserver extension declared in your localextensions.xml file in order for hybris to automatically startup a local solr server. If you have that but still get the error, maybe you have some firewall settings? You could post your localextensions.xml file and the local.properties file, both located in the hybris/config folder...

Upvotes: 3

Related Questions