Herman Reintke <hreintke <at> tauri.nl> writes: > I am trying to get a model2 deployment running on tomcat 5.5.23
> Caused by: java.lang.NoClassDefFoundError: > org/apache/lucene/document/Field$Store > Then I updated lucene from the 1.4.3 to the 2.1.0 version. But the result >Caused by: java.lang.NoSuchMethodError: > org.apache.lucene.document.Document.add(Lorg/apache/lucene/document/Field;)V > > Then I configured tomcat to use a "jcr-controller generated" repository. >Failed to start database > 'c:/temp/version/db', see the next exc I found the reasons for the issues : The first two are solved by using lucene 2.0.0 instead of lucene 1.4.3 or 2.1.0 The third is solved by using Derby 10.2.2.0 instead of 10.1.3.1 Is somewhere a compatibility list for the versions of the dependent jars ? Kind regards, Herman Reintke