Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 86474 invoked from network); 5 Oct 2007 07:56:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Oct 2007 07:56:26 -0000 Received: (qmail 6859 invoked by uid 500); 5 Oct 2007 07:49:30 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 6846 invoked by uid 500); 5 Oct 2007 07:49:30 -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 6837 invoked by uid 99); 5 Oct 2007 07:49:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 00:49:30 -0700 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: domain of jukka.zitting@gmail.com designates 64.233.162.232 as permitted sender) Received: from [64.233.162.232] (HELO nz-out-0506.google.com) (64.233.162.232) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 07:49:30 +0000 Received: by nz-out-0506.google.com with SMTP id s18so377939nze for ; Fri, 05 Oct 2007 00:49:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=x/q7exemmop5H4B5/wbDUUwYy4kKkoqKyzWhAIcT9xE=; b=ACQbpgWzf4n1ccWs5mAjoOK3vENkftvFpvVueP4atIb2plIM8R3neBaD4mZ2QCh9PLKNG+4ev74nSkZOVRvgavx4a32kAuTkXFd4UbizKuo/nKX1RxXIDC3PcmqPlo5BbWaRyYOhQdO3QEPPzYDrgBOhw0YLD2RiGxr/4kqSRy8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=g7QqFSEbdSVi/Lw5BUgOVVm2BE5eHhkSZs9M320iXgseWfQTHZLo3mjVC4xaz6WVDZ2rR0Jg1tltSS6F12P4A44e0noQb4z7kuBV2yGkYJqbdf8dTN1JCsrxrophuUXeoEFGmHzQEyOVeQNwEp1x0JcxxW0EOk5+6rjBeruY51A= Received: by 10.142.194.1 with SMTP id r1mr2258204wff.1191570546644; Fri, 05 Oct 2007 00:49:06 -0700 (PDT) Received: by 10.142.223.8 with HTTP; Fri, 5 Oct 2007 00:49:06 -0700 (PDT) Message-ID: <510143ac0710050049k3d855fbx90183f73bbdeb639@mail.gmail.com> Date: Fri, 5 Oct 2007 10:49:06 +0300 From: "Jukka Zitting" To: users@jackrabbit.apache.org Subject: Re: Opening an existing repository with jackrabbit-webapp-1.3.1 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <510143ac0710021631x34e4e6er1f3b70cdafc5f6fc@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On 10/4/07, Kilian Evang wrote: > "Jukka Zitting" wrote on 03.10.2007 01:31:10: > > If you have an existing repository home and configuration, then it's > > best to set the relevant configuration options the /WEB-INF/web.xml > > file within the webapp before deploying it instead of relying on the > > setup wizard. > > Thanks. I followed your advice, but still get the same error in the > RepositoryStartupServlet. :-( You probably need to comment out the bootstrap configuration from web.xml. See http://yukatan.fi/2007/10/web.xml for the deployment descriptor I use on my personal "playground" server. You should be able to use that same file if you just replace the /home/geronimo/var/jackrabbit paths with references to your own deployment. BR, Jukka Zitting