> I try to get the content from binary documents using > solr-cell and i follow > the wiki for that. > > After putting some missing classes, i arrive on this > exception : > > Caused by: org.apache.solr.common.SolrException: Error > Instantiating Request > Handler, solr.extraction.ExtractingRequestHandler is not a > org.apache.solr.request.SolrRequestHandler > [WARNING] [talledLocalContainer] at > org.apache.solr.core.SolrCore.createInstance(SolrCore.java:421) > [WARNING] [talledLocalContainer] at > org.apache.solr.core.SolrCore.createRequestHandler(SolrCore.java:455) > [WARNING] [talledLocalContainer] at > org.apache.solr.core.RequestHandlers$LazyRequestHandlerWrapper.getWrappedHandler(RequestHandlers.java:251) > [WARNING] [talledLocalContainer] ... 17 > more > > Into my solrconfig.xml i have put this : > > <requestHandler name="/update/extract" > > startup="lazy" > > class="solr.extraction.ExtractingRequestHandler" > > > <lst name="defaults"> > > <str > name="fmap.content">text</str> > <str > name="lowernames">true</str> > <str > name="uprefix">ignored_</str> > > > <str > name="captureAttr">true</str> > <str > name="fmap.a">links</str> > <str > name="fmap.div">ignored_</str> > </lst> > </requestHandler> > > My issue is related to the multi cores i think, i'm using > tomcat6. > > Can someone help me about this because i find other people > writing this on > google search and no answers ...
It seems that your apache-solr-cell-\d.*\.jar and solr.war have different versions. What version of solr are you using?