Re: Solr 5.5.0 ClassNotFoundException solr.MockTokenizerFactory after DIH setup

2016-03-19 Thread Erick Erickson
Likely you have some old jars in the classpath somehow. The first parts of the log should show you exactly what jars are loaded. It's tedious to go through since there are a lot of them, but it's something to check. If you have the hardware, try putting it on a machine that's never had Solr on it?

Solr 5.5.0 ClassNotFoundException solr.MockTokenizerFactory after DIH setup

2016-03-19 Thread Victor D'agostino
H guys I have a java.lang.ClassNotFoundException: solr.MockTokenizerFactory after a fresh 5.5.0 setup with DIH and a collection named "db". The tgz file is from http://apache.crihan.fr/dist/lucene/solr/5.5.0/solr-5.5.0.tgz Any idea why this class is missing at startup ? Should i download ti

Re: Solr 5.5.0 ClassNotFoundException solr.MockTokenizerFactory after DIH setup

2016-03-19 Thread Victor D'agostino
essage original ---- *Sujet: *Re: Solr 5.5.0 ClassNotFoundException solr.MockTokenizerFactory after DIH setup *De : *Erick Erickson *Pour : *solr-user *Date : *17/03/2016 17:43 Likely you have some old jars in the classpath somehow. The first parts of the log should show you exactly what jars a

Re: Solr 5.5.0 ClassNotFoundException solr.MockTokenizerFactory after DIH setup

2016-03-18 Thread Shawn Heisey
On 3/17/2016 10:39 AM, Victor D'agostino wrote: > I have a java.lang.ClassNotFoundException: solr.MockTokenizerFactory > after a fresh 5.5.0 setup with DIH and a collection named "db". > > The tgz file is from > http://apache.crihan.fr/dist/lucene/solr/5.5.0/solr-5.5.0.tgz > > Any idea why this cla