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

Getting exception while doing the solr index

0 Kudos
3,526

We are upgrading hybris 6.2 to 6.5, getting exception while doing solr index.

ERROR [hybrisHTTP32] [SolrSearchRequestResponsePopulator] Exception while executing SOLR search de.hybris.platform.solrfacetsearch.search.FacetSearchException: de.hybris.platform.servicelayer.exceptions.UnknownIdentifierException: Active index not found: {indexedType=SolrIndexedTypeModel (8796093089951@4), active=true, facetSearchConfig=SolrFacetSearchConfigModel (8796093089944@2)}

Caused by: de.hybris.platform.servicelayer.exceptions.UnknownIdentifierException: Active index not found: {indexedType=SolrIndexedTypeModel (8796093089951@4), active=true, facetSearchConfig=SolrFacetSearchConfigModel (8796093089944@2)}

Caused by: de.hybris.platform.solrfacetsearch.solr.exceptions.SolrIndexNotFoundException: de.hybris.platform.servicelayer.exceptions.UnknownIdentifierException: Active index not found: {indexedType=SolrIndexedTypeModel (8796093089951@4), active=true, facetSearchConfig=SolrFacetSearchConfigModel (8796093089944@2)}

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member701594
Discoverer
0 Kudos

Hi Siva,

This error comes when baseStrore is missing SolrFacetSearchConfiguration .Please do check the configuration once. If the Configuration is already there, so make sure that it must be the correct indexer to avoid this exception.

Note: If Sites have multiple stores then do check for all other stores also, to avoid any issue .