on 2018 Jun 14 8:16 PM
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.
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can make solrserver.instances..ssl.enabled=false in your local.properties file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you may have authentication and ssl turned on on the server and not configured in the hybris backoffice
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.