: New install of Solr 3.6.1, getting a Null Pointer Exception when trying to
: access admin/stats.jsp:

        ....
: org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
: at
: org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
: Caused by: java.lang.NullPointerException
: </message>
: </record>
: 
: Any ideas how to fix this?

I can't reproduce with teh example configs -- it looks like you've 
tweaked hte logging to use the XML file format, anyway to get the 
stacktrace of the "Caused by" exception so we can see what is null and 
where? 

As a workarround, i would suggest switching to 
"/solr/admin/mbeans?stats=true" ... moving forward you'll have to since 
stats.jsp has been removed in Solr 4.




-Hoss

Reply via email to