Hi Tod, I had similar issue with slf4j, but it was NoClassDefFound. Do you have some other dependencies in your application that use some other version of slf4j? You can use mvn dependency:tree to get all dependencies in your application. Or maybe there's some other version already in your tomcat or application server.
/Tim 2011/10/19 Tod <listac...@gmail.com>: > I'm working on upgrading to Solr 3.4.0 and am seeing this error in my tomcat > log. I'm using the following slf jars: > > slf4j-api-1.6.1.jar > slf4j-jdk14-1.6.1.jar > > Has anybody run into this? I can reproduce it doing curl calls to the Solr > ExtractingRequestHandler ala /solr/update/extract. > > TIA - Tod >