On 9/17/2019 6:16 AM, iporritt wrote:
I am trying to create a collection on Solr Cloud. I have firstly uploaded
SolrConfig.xml and Schema.xml to Zookeeper.

<snip>

HTTP ERROR 500
\n<p>Problem accessing /solr/admin/cores. Reason:\n<pre>    Server
Error</pre></p>
Caused by:
<pre>java.lang.NoClassDefFoundError:
org/apache/lucene/analysis/util/TokenizerFactory\r\n\tat

Java could not find a Lucene class.

Something is wrong on your classpath. Either the Solr install was modified in some way, possible by deleting one or more Lucene jars, or you have installed an additional copy of one or more Lucene jars somewhere else where Solr is loading them. It could even be exactly the same 7.7.1 version as you are running, and could still cause this problem. Jars like this that are already included in Solr should never be added to the classpath.

Thanks,
Shawn

Reply via email to