Hi, I am not sure, but maybe the problem has to do with the Tomcat classloader. Could you check that the jar files are in the right directories. In my system, I have
server/lib: no jackrabbit jar files shared/lib: no jackrabbit jar files webapps/<app>/WEB-INF/lib: jackrabbit and related jar files Thomas On 8/20/07, Jaick <[EMAIL PROTECTED]> wrote: > > Hello, > > I don't find anything about my error, and I really need to know what I have > to do. > I use Jackrabbit 1.3. > Last month I ran Jackrabbit as Java application and there was no problem > with the database but now running Jackrabbit on Tomcat 5.5 throws this > RepositoryException. Why is there any problem with the derby database in > this case ? > Maybe someone can help me ? :confused: > > Thank a lot > > (please forgive my bad english, I'm a french studient) > > > > > > Jaick wrote: > > > > Hi everybody, > > > > I'm new in Jackrabbit ! > > I work in a custom webapp which use Documentum for document storage. I > > have to replace Documentum with Jackrabbit. My application run with Apache > > Tomcat 5.5 Server. When I want to start Tomcat and register the Jackrabbit > > repository with : "RegistryHelper.registerRepository(ctx, "repo", > > configFile, repHomeDir, true);" > > > > I have these errors : > > > > javax.jcr.RepositoryException: Cannot instantiate persistence manager > > [...] > > Caused by: java.lang.ClassCastException: > > [...] > > > > > > Here is my repository.xml file : > > > > > > > > <Repository> > > [...] > > </Repository> > > > > > > Someone knows what's happen ? > > I don't understand why the cause of this exception comes from > > "java.lang.ClassCastException" ! > > > > Thank you ! > > > > Jaick > > > -- > View this message in context: > http://www.nabble.com/Problem-with-DerbydbPersistanceManager-tf4286890.html#a12232034 > Sent from the Jackrabbit - Users mailing list archive at Nabble.com. > >
