On 8/28/2015 6:18 AM, Merlin Morgenstern wrote: > Full Import failed:java.lang.RuntimeException: java.lang.RuntimeException: > org.apache.solr.handler.dataimport.DataImportHandlerException: Could not > load driver: com.mysql.jdbc.Driver Processing Document # 1 > > How many directories do I have to go up inside the config "../... " ?
This is the way I always recommend dealing with extra required jars: Remove all <lib> directives from solrconfig.xml. On each server, create a lib directory in the solr home. (the solr home is where solr.xml lives) Copy all required extra jars to that lib directory. There is currently a problem with this approach when using the Lucene ICU analysis components. You must use the full class name instead of something like "solr.ICUFoldingFilterFactory". This doesn't seem to affect any classes other than the ICU analysis components. https://issues.apache.org/jira/browse/SOLR-6188 Thanks, Shawn