cancel
Showing results for 
Search instead for 
Did you mean: 

Solr full indexing is getting Aborted

Former Member
0 Kudos

Hello. Is there anybody that could help with the following issue?

I have imported a new dump, and updated the system. When I try to do a full indexing in hmc , running a CronJob or through the indexing wizard, the cronjob fails and I get the following issue

[update-myB2Bindex-cronJob::de.hybris.platform.servicelayer.internal.jalo.ServicelayerJob] (update-myB2bindex-cronJob) [AbstractIndexerStrategy] No active index found, FULL indexer operation must be performed before any other operation.

I forced and restarted solr server using ant, but that did not solve the problem. There is an issue with solr indexing, even though I have not edited any default settings in the solr properties. It is not possible to reach the http://localhost:8983/solr admin page either.

Any help is welcome

Former Member
0 Kudos

Try to re run your solr.impex

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Are you running full indexing or update indexing , your log statement update-myB2Bindex-cronJob say it is update indexing. first try to run full indexing . if it also fails , check your solr end point url .

Former Member
0 Kudos

Thank you for your reply. Actually it is not working even after disabling the update cronjob

former_member66948
Participant
0 Kudos

hi, it seems the local solr is not up. you need first let it up.then check what would be needed.

Former Member
0 Kudos

thank yo for your reply but it is not working even after setting the standalone solr in true, or shutting down and restart the Solr Server manually via the terminal and not from teh hybrisserver.bat file