I am new to Solr, after installing it in ubuntu 8.10, when I was trying exampledocs to index , as per this link, I got this error:
HTTP ERROR: 404 missing core name in path
This is in Jetty.
What shall I do, in order to solve this?
I am new to Solr, after installing it in ubuntu 8.10, when I was trying exampledocs to index , as per this link, I got this error:
HTTP ERROR: 404 missing core name in path
This is in Jetty.
What shall I do, in order to solve this?
Just to keep a note here, if you deleted all files from your solr/data/index directory but left the directory alone and started getting this error, then stop solr, delete the solr/data/index directory and restart. Solr will create the index directory again. For some reason solr will give you this error if it finds the index directory but not the initial stuff it expects in there.
In my case it was happening due to versioning.
Earlier I was using solr 1.4.1. It was running fine. Then I installed solr 3.6.1 and was getting this error.
A folder named solr is there in the
tomcat/webapps
directory where you generally put the solr.war file.=> Problem is gone.
Hi I've got exactly this error when my solrconfig.xml was malformed (missing closing tag element ). It was for solr 3.5.0 Once I fixed the solrconfig the error went away.
I've gotten the same error:
In my case I've forgotten so set the
solr/home
value in theWEB-INF/web.xml
fileAfter I've added the above code and restarted the server, the error was gone.