Re: Error Instantiating UpdateRequestProcessorFactory

2014-09-20 Thread Allistair C
: org.apache.solr.common.SolrException: Error Instantiating UpdateRequestProcessorFactory, com.acme.solr.update.processor.URLRewriteUpdateRequestProcessorFactory is not a org.apache.solr.update.processor.UpdateRequestProcessorFactory at org.apache.solr.core.SolrCore.createInstance

Error Instantiating UpdateRequestProcessorFactory

2014-09-19 Thread Allistair C
a UpdateRequestProcessorFactory. SEVERE: org.apache.solr.common.SolrException: Error Instantiating UpdateRequestProcessorFactory, com.acme.solr.update.processor.URLRewriteUpdateRequestProcessorFactory is not a org.apache.solr.update.processor.UpdateRequestProcessorFactory

Re: Error Instantiating UpdateRequestProcessorFactory

2014-09-19 Thread Shalin Shekhar Mangar
deployed the JAR into Tomcat’s lib folder where Solr is running. I have modified the solrconfig to include my class correctly. On startup Solr finds my class but does not believe it conforms to being a UpdateRequestProcessorFactory. SEVERE: org.apache.solr.common.SolrException: Error

Error with UpdateRequestProcessorFactory

2009-08-04 Thread Daniel Cassiano
Hi folks, I'm having some problem with a custom handler on my Solr. All the application works fine, but when I do a new checkout from svn and generate a jar file with my handler, I got: SEVERE: java.lang.NoSuchMethodError:

Re: Error with UpdateRequestProcessorFactory

2009-08-04 Thread Shalin Shekhar Mangar
On Tue, Aug 4, 2009 at 7:28 PM, Daniel Cassiano danielcassi...@gmail.comwrote: Hi folks, I'm having some problem with a custom handler on my Solr. All the application works fine, but when I do a new checkout from svn and generate a jar file with my handler, I got: SEVERE:

Re: Error with UpdateRequestProcessorFactory

2009-08-04 Thread Daniel Cassiano
Hi Shalin, On Tue, Aug 4, 2009 at 12:43 PM, Shalin Shekhar Mangarshalinman...@gmail.com wrote: I'm having some problem with a custom handler on my Solr. All the application works fine, but when I do a new checkout from svn and generate a jar file with my handler, I got: SEVERE: