Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 60206 invoked from network); 19 Oct 2009 13:41:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Oct 2009 13:41:23 -0000 Received: (qmail 51649 invoked by uid 500); 19 Oct 2009 13:41:22 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 51627 invoked by uid 500); 19 Oct 2009 13:41:22 -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 51574 invoked by uid 99); 19 Oct 2009 13:41:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Oct 2009 13:41:22 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [213.61.69.133] (HELO watto.inubit.com) (213.61.69.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Oct 2009 13:41:12 +0000 Received: from localhost ([127.0.0.1]:53590) by watto.inubit.com with esmtp (Exim 4.69) (envelope-from ) id 1MzsTk-0002lo-MR for users@jackrabbit.apache.org; Mon, 19 Oct 2009 15:40:52 +0200 X-Virus-Scanned: amavisd-new at mail.inubit.com Received: from watto.inubit.com ([127.0.0.1]) by localhost (mail.inubit.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31c3V6TippRk for ; Mon, 19 Oct 2009 15:40:52 +0200 (CEST) Received: from bln-1-02.inubit.com ([213.61.69.130]:59290 helo=obelix.inubit.com) by watto.inubit.com with esmtp (Exim 4.69) (envelope-from ) id 1MzsTk-0002lk-GU for users@jackrabbit.apache.org; Mon, 19 Oct 2009 15:40:52 +0200 From: Thomas Fromm Organization: inubit AG To: users@jackrabbit.apache.org Subject: Re: H2 Persistence Manager problem Date: Mon, 19 Oct 2009 15:40:52 +0200 User-Agent: KMail/1.8 References: <25517799.post@talk.nabble.com> <200910191403.46781.tf@inubit.com> <91f3b2650910190619q59549c62gc71704a76eeac5c8@mail.gmail.com> In-Reply-To: <91f3b2650910190619q59549c62gc71704a76eeac5c8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200910191540.52132.tf@inubit.com> X-Virus-Checked: Checked by ClamAV on apache.org > the persistence manager. It looks like the built-in nodetype > "jcr:referenceable" doesn't exists in your installation. Could you try > using a new (fresh) repository? It is an fresh installation :-| Normally I used the XMLPersistenceManager. But now I want to try the H2 one. As FileSystem I use org.apache.jackrabbit.core.fs.local.LocalFileSystem.