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

when I do solr full indexing, i get IOException. what is the reason?

Former Member
0 Kudos
4,279

when I do solr full indexing, i get this error:

ERROR [Thread-140] (000001K4) [SolrStandaloneSearchProvider] org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://localhost:8983/solr

WARN [Thread-140] (000001K4) [SolrIndexerJob] Error during indexer call: sampaIndex de.hybris.platform.solrfacetsearch.indexer.exceptions.IndexerException: de.hybris.platform.solrfacetsearch.solr.exceptions.SolrServiceException: Could not check index status: index=master_sampa_Product_flip, nodes=[http://localhost:8983/solr]

Please help me, thanks.

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member726814
Discoverer
0 Kudos

Hello, Same is happening because of Indexer Config for Backoffice Indexer consists of https in the Solr Endpoint URL. Since, by default we haven't enabled Solr with SSL in local this will not work. So, change the same to http.

0 Kudos

First disable the SSL with the following property, so that you need not to install the certificates. (This only recommend for development environment)

solrserver.instances.default.ssl.enabled=false
Now update your Solr server configuration with Solr client and server credentials.

Reference: https://help.hybris.com/6.7.0/hcd/21f689cf7c71485c9a45df03c74064e6.html https://help.hybris.com/6.7.0/hcd/d13867b756c5484b8db4a02785dfb743.html#loioebc1b220607d40c49822fdd7...

0 Kudos

You can make solrserver.instances..ssl.enabled=false in your local.properties file.

Former Member
0 Kudos

you may have authentication and ssl turned on on the server and not configured in the hybris backoffice