: Steps as follow: : 1. I download the solr example app. : 2. Unpack it. : 3. cd <solr_example_app> : 4. java -jar start.jar : 5. Try do use one of the links in admin webapp : 6. Get core=null
I don't understand what you mean by "Get core=null" ... i understand that on the stats.jsp page the word "null" appears in between sections as initially discussed in this thread, but that's just a single piece of (admitedly confusing) information on one page. in your previous email you said... : > : It surely comes on the example, as I got this problem all times I get the : > : example, and I have to remove the file multicore.xml or I get the error. what error are you refering to? All of the functionality of Solr should be working fine. do you actaully see an error message anywhere? Removing example/multicore/multicore.xml (or even the entire multicore directory) doesn't change the behavior of stats.jsp (Solr isn't even looking at that directory unless you explicitly use it as your solr.home. -Hoss