On 4/25/2012 7:57 AM, stockii wrote:
i load the new solr 3.6. from website. but when i started solr i got
evertime " no DIH found"
if i put in my solrconfig
<lib dir="../dist/" regex="apache-solr-dataimporthandler-.*\.jar" />
AND have this structure
http://lucene.472066.n3.nabble.com/file/n3938253/Bildschirmfoto.png
i got this message: SEVERE: java.lang.NoClassDefFoundError:
org/apache/solr/util/plugin/SolrCoreAware
That's pretty odd, because SolrCoreAware is included in
apache-solr-core-3.6.0.jar, which is included in the .war file. Did you
make sure to delete the files expanded from the previous .war file from
your servlet container (most likely either jetty or tomcat) before
starting it back up?
Thanks,
Shawn