Hi, I am trying to setup multicore solr. So I just download default one with jetty.......goto example/ and run java -Dsolr.solr.home=multicore -jar start.jar
All looks smooth without errors on startup. Also can can open admin at http://localhost:8983/solr/core1/admin/ But then trying to ping http://localhost:8983/solr/core1/admin/ping I get error 500 INTERNAL SERVER ERROR And tons of exceptions in background starting with nullpointer Anyone have a clue? Is solr stable to be used or multicore is something reacently added and not to be trusted yet?