: 1.3.0 final release. that stack trace doesn't jive with 1.3.0 ...
: > > java.lang.NullPointerException : > > at : > > org.apache : > > .solr.servlet.SolrDispatchFilter.destroy(SolrDispatchFilter.java:123) : > > at SolrDispatchFilter.java:123 in 1.3 (and 1.2, and trunk) is in the doFilter method, not the destroy method. assuming the NPE is coming from the "cores.shutdown();" call in destroy(), i could imagine this might happen if tomcat decided to call destroy() more then once ... we're not synchronizing it. -Hoss