From users-return-10581-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu Feb 12 08:17:25 2009 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 33979 invoked from network); 12 Feb 2009 08:17:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2009 08:17:25 -0000 Received: (qmail 88318 invoked by uid 500); 12 Feb 2009 08:17:24 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 88302 invoked by uid 500); 12 Feb 2009 08:17:24 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 88291 invoked by uid 99); 12 Feb 2009 08:17:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2009 00:17:24 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [217.237.162.101] (HELO mail.teliskp.de) (217.237.162.101) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2009 08:17:17 +0000 Received: from TelisExMbx01.telis.it.tfsh ([10.1.8.202]) by telisex04 ([10.1.8.184]) with mapi; Thu, 12 Feb 2009 09:16:54 +0100 From: Kurz Wolfgang To: "users@jackrabbit.apache.org" Date: Thu, 12 Feb 2009 09:16:53 +0100 Subject: AW: Repository setup? Thread-Topic: Repository setup? Thread-Index: AcmMdH82WTPUY2vdRtWlSV2IjjYJSQAdZK+Q Message-ID: <12B08E43EA4D0A4194C46028C6D109E8543E9312FE@TELISEXMBX01.telis.it.tfsh> References: <498F42C3.4040309@chregu.tv> <49914BEC.7010700@day.com> <12B08E43EA4D0A4194C46028C6D109E8543E9311FE@TELISEXMBX01.telis.it.tfsh> <510143ac0902111010h2d0ec66t6e278a3388387aa6@mail.gmail.com> In-Reply-To: <510143ac0902111010h2d0ec66t6e278a3388387aa6@mail.gmail.com> Accept-Language: de-DE Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org I put all the jar files into the tomcat commons.lib folder And I even tried to put the derby jar into my web application but it still = cant build my resource saying it doesn't have suitable derby drivers. Anyone have an idea? Thx again:-) -----Urspr=FCngliche Nachricht----- Von: Jukka Zitting [mailto:jukka.zitting@gmail.com]=20 Gesendet: Mittwoch, 11. Februar 2009 19:10 An: users@jackrabbit.apache.org Betreff: Re: Repository setup? Hi, On Wed, Feb 11, 2009 at 5:42 PM, Kurz Wolfgang wrot= e: > i am trying tos et up the Repository with JNDI > > and I am getting the following error: > > javax.jcr.RepositoryException: Cannot instantiate persistence manager > org.apache.jackrabbit.core.persistence.bundle.DerbyPersistenceManager: > No suitable driver found for jdbc:derby://telis.it.tfsh/telis/jackrabbit/= jackrabbit/version/db;create=3Dtrue: > No suitable driver found for jdbc:derby://telis.it.tfsh/telis/jackrabbit/= jackrabbit/version/db;create=3Dtrue > > before I used RMI and never had to use any Derby drivers. > > Anyone have an idea where I am missing something? Make sure that you have all required jars in your classpath. For example you need the Derby jar if you're using the default persistence managers in Jackrabbit. An easy way to get all the required jars is to take them from the WEB-INF/lib directory of the Jackrabbit webapp. BR, Jukka Zitting