cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Standalone Solr 7.5 Setup with Hybris 1811, cannot create core.

Former Member
0 Likes
3,169

am working on setting up the QA environment for yCommerece for Shoprite.

Hi all,

I have 2 hybris EC2 servers, 1 Solr slave, and 1 master.

On Backoffice I have configured the Solr Master and Slave using DNS entries. I am using the default electronics store.

I have been following https://launchpad.support.sap.com/#/notes/2599320

I am using the correct dns for the Solr master and do have communication between my Hybris instance and the solr server. The Solr server is up and running.

When I run an index on backoffice, I get the following error messages.

Indexing failed24.04.2019 07:46:39: ERROR: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://sm.foxqa.shopritelabs.co.za/solr: Error CREATEing SolrCore 'master_electronics_Product_default': Unable to create core [master_electronics_Product_default] Caused by: de.hybris.platform.solr.search.MultiMaxScoreQParserPlugin 24.04.2019 07:46:41: ERROR: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://sl1.foxqa.shopritelabs.co.za/solr: Error CREATEing SolrCore 'master_electronics_Product_default': Unable to create core [master_electronics_Product_default] Caused by: de.hybris.platform.solr.rest.IndexAwareStorageIO 24.04.2019 07:46:41: WARNING: Error during indexer call: electronicsIndex

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

balsp
Explorer
0 Likes

Hope you have checked this

Former Member
0 Likes

One of the things that can cause the Solr build script to fail is the CDPATH variable, see http://linuxcommand.org/lc3_man_pages/cdh.html

Check that this is not used on your build server.