cancel
Showing results for 
Search instead for 
Did you mean: 

Getting solr error while doing Full Indexing.

Former Member

Dear Experts,

while doing indexing am facing the below solr error, and below are the properties from local.properties. any input will solve the issue is helpful..

solrserver.instances.default.autostart=false solrserver.instances.default.mode=standalone solrserver.instances.default.hostname=localhost solrserver.instances.default.port=8983 solrserver.instances.default.memory=512m

ERROR [Thread-146] (000001JM) [SolrStandaloneSearchProvider] org.apache.solr.client.solrj.SolrServerException: Server refused connection at: https://localhost:8983/solr

ERROR [Thread-146] (000001JM) [BackofficeIndexerStrategy] Executing indexer worker as an admin user failed:

de.hybris.platform.solrfacetsearch.indexer.exceptions.IndexerException: de.hybris.platform.solrfacetsearch.solr.exceptions.SolrServiceException: Could not check index status: index=master_backoffice_backoffice_product_flip, nodes=[https://localhost:8983/solr]

     at de.hybris.platform.solrfacetsearch.indexer.listeners.IndexerOperationListener.afterPrepareContext(IndexerOperationListener.java:97) ~[solrfacetsearchserver.jar:?]
     at de.hybris.platform.solrfacetsearch.indexer.impl.DefaultIndexerContextFactory.executeAfterPrepareListeners(DefaultIndexerContextFactory.java:168) ~[solrfacetsearchserver.jar:?]
     at de.hybris.platform.solrfacetsearch.indexer.impl.DefaultIndexerContextFactory.prepareContext(DefaultIndexerContextFactory.java:97) ~[solrfacetsearchserver.jar:?]
     at de.hybris.platform.solrfacetsearch.indexer.strategies.impl.AbstractIndexerStrategy.doExecute(AbstractIndexerStrategy.java:156) ~[solrfacetsearchserver.jar:?]
     at com.hybris.backoffice.solrsearch.indexer.impl.BackofficeIndexerStrategy.doExecuteAsAdmin(BackofficeIndexerStrategy.java:61) ~[backofficesolrsearchserver.jar:
former_member664713
Active Participant
0 Kudos

Hi ,

remove 's' from solr end point URL : https://localhost:8983/solr

Thanks

Venki

View Entire Topic
0 Kudos

If the Problem still, persists after above solutions try opening backoffice go to system>search and navigation > indexeroperationconfig the go to client configuration of your indexer profile and add the credentials there username : solrserver password server123 at both the locations (scroll down to see second location)