: I got this problem some time ago. Solr comes configured as multicore and you : running it as only one core. Just disable the multicore settings.
FWIW: solr is not "configured as multicore" by default, you shouldn't need to disable anything -- if you have a multicore.xml file, then Solr will run with multicore support. if not, then it will run a single core. -Hoss