David Baker wrote:
I am trying to index a solr server from a nightly build. I get the following error in my catalina.out:

26-Jun-2009 5:52:06 PM org.apache.solr.update.processor.LogUpdateProcessor finish INFO: {} 0 4 26-Jun-2009 5:52:06 PM org.apache.solr.common.SolrException log SEVERE: java.lang.NoSuchFieldError: log at com.pjaol.search.solr.update.LocalUpdaterProcessor.processAdd(LocalUpdateProcessorFactory.java:138)
Probably you are using your own (com.pjaol package) UpdateProcessor class and the class is trying to access nonexistent member in Solr. This fault can be found
by re-compiling the class against the Solr nightly library.

Koji


Reply via email to