I 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