: We are getting very frequent errors of this nature in our jetty-stdout log: : : SEVERE: Error during auto-warming of key: : [EMAIL PROTECTED]:java.lang.NullPointerException : at org.apache.lucene.search.FieldSortedHitQueue.<init>( : FieldSortedHitQueue.java:60) : at org.apache.solr.search.SolrIndexSearcher.sortDocSet(
That's a weird one ... do they all say "Error during auto-warming of key" or do you also see similar stack traces with different error messages (ie: when doing regular requests, not just autowarming) ? : I believe we are on SOLR 1.0 (that is what it says in build.xml). Solr wow ... seriously? your build.xml says... <!-- Solr version --> <property name="version" value="1.0" /> ...that's old. really old. predates the orriginal release old. (1.1 was the first official apache release, 1.0 is just waht the build.xml said when it was first commited becuase it had to say something ... even before our first release w changed it to "1.1-dev" so you could tell the difference between an official build and a build created by someone checking out of subversion) A lot has changed since then ... without a more concrete idea of how to attempt to reproduce this, i'm not sure if anyone has the time/resources to try and dig in and figure out what might be happening ... your best bet is probably to upgrade to 1.2 and see if you still have problems. -Hoss