Re: Sorl 4.0: ClassNotFoundException DataImportHandler

2012-10-19 Thread srinalluri
Thanks Chris for your reply. I really need some help here. 1) If I put the apache-solr-dataimporthandler-*.jar files in solr/lib folder, the jar files are loading. I see that in the tomcat logs. But in the end it says 'ClassNotFoundException DataImportHandler'. 2) So If I remove apache-solr-datai

Re: Sorl 4.0: ClassNotFoundException DataImportHandler

2012-10-18 Thread srinalluri
Thanks for your reply. Actually ClassNotFoundException is in tomcat logs. In 3.6, I don't put these jars in tomcat lib. In 4.0, should I put these jars in tomcat lib? thanks srini -- View this message in context: http://lucene.472066.n3.nabble.com/Sorl-4-0-ClassNotFoundException-DataImportHand

Re: Sorl 4.0: ClassNotFoundException DataImportHandler

2012-10-17 Thread Chris Hostetter
: : : And I have all the dist jar files in dist folder. I restarted the tomcat, : why I am still getting this error: : : java.lang.ClassNotFoundException: : org.apache.solr.handler.dataimport.DataImportHandler is the path "../../dist/" correct relative to the instanceDir for your solr core?

Sorl 4.0: ClassNotFoundException DataImportHandler

2012-10-17 Thread srinalluri
I have the following line in solrconfig.xml. And I have all the dist jar files in dist folder. I restarted the tomcat, why I am still getting this error: java.lang.ClassNotFoundException: org.apache.solr.handler.dataimport.DataImportHandler thanks Srini -- View this message in context: htt