Looks like you need to select a core name on the admin UI before select search. Have a look in the solr.xml file in your solr home directory, what cores are defined?
Solr is expecting the core name in the URL: http://localhost:8080/solr/<CORENAME>/admin/<http://localhost:8080/solr/admin/> On Mon, Apr 23, 2012 at 12:58 AM, vasuj <vasu.j...@live.in> wrote: > I http://lucene.472066.n3.nabble.com/file/n3931194/Screenshot_%2847%29.png > used > > //server.deleteByQuery( "*:*" );// CAUTION: deletes everything! > query in my solr indexing program. Since then i am receiving the error > whenever , i go to > > http://localhost:8080/solr/admin/ > > and press search with query string : > > The error is > > HTTP Status 400 - Missing solr core name in path > > type Status report > > message Missing solr core name in path > > description The request sent by the client was syntactically incorrect > (Missing solr core name in path). > > Apache Tomcat/7.0.21 > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Error-404-missing-core-name-in-path-in-Solr-tp3931194p3931194.html > Sent from the Solr - User mailing list archive at Nabble.com. >