Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Solr SolrCore Initialization Failures {{Core}}: {{error}}

Tags:

solr

sitecore

All, I am trying to install Solr 7.2.1. While the installation works, i am not able to run solr successfully. Whenever i try to run, i get the following error.

SolrCore Initialization Failures {{core}}: {{error}}

Please check your logs for more information enter image description here

I am not sure exactly what the error is. i dont see anything in the logs either. all i see are are some info. enter image description here Please advice.

cmd solr.cmd start

or cmd solr.cmd stop -p 8983

doesn't have any issues. i am running solr in 8982 port instead of the usual 8983. not sure if that makes a difference.

like image 486
Night Monger Avatar asked Sep 04 '25 17:09

Night Monger


1 Answers

As mentioned by others, this problem is related to the javascript interface not related to the solr server. The same thing happened to me in Chrome. Clearing the site data worked for me. Clear site data by opening developer tools and going to Application -> clear storage clear cache

Important Note:

The usage was 0B before and after clearing the site data but after clearing the site data solr home page came up without any error.

like image 132
ashutosh Avatar answered Sep 07 '25 16:09

ashutosh