From dev-return-26399-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu Dec 03 09:08:45 2009 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 89161 invoked from network); 3 Dec 2009 09:08:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Dec 2009 09:08:45 -0000 Received: (qmail 18807 invoked by uid 500); 3 Dec 2009 09:08:45 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 18639 invoked by uid 500); 3 Dec 2009 09:08:44 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 18445 invoked by uid 99); 3 Dec 2009 09:08:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 09:08:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 09:08:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D8CE2234C1F0 for ; Thu, 3 Dec 2009 01:08:20 -0800 (PST) Message-ID: <887980975.1259831300886.JavaMail.jira@brutus> Date: Thu, 3 Dec 2009 09:08:20 +0000 (UTC) From: =?utf-8?Q?S=C3=A9bastien_Launay_=28JIRA=29?= To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-2421) Unable to create repository using jackrabbit-webapp because a directory called "jackrabbit" already exists MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Unable to create repository using jackrabbit-webapp because a directory cal= led "jackrabbit" already exists ---------------------------------------------------------------------------= ------------------------------- Key: JCR-2421 URL: https://issues.apache.org/jira/browse/JCR-2421 Project: Jackrabbit Content Repository Issue Type: Bug Components: jackrabbit-standalone, jackrabbit-webapp Affects Versions: 2.0-beta3, 2.0-beta1 Environment: Jetty 6.1.18 / Sun JDK 1.6.0_14-b08 / Ubuntu Jaunty 9= .04 Reporter: S=C3=A9bastien Launay I mount the jackrabbit-webapp.war in a Jetty installation * at startup i have the following exception: ERROR RepositoryStartupServlet: Either create thejackrabbit/bootstrap.prope= rties file or ERROR RepositoryStartupServlet: use the '/config/index.jsp' for easy config= uration. ERROR RepositoryStartupServlet: RepositoryStartupServlet initializing faile= d: javax.servlet.ServletException: Repository startup configuration is not = valid. * then when i access http://localhost:8080/ i am forwarded to the page: http://localhost:8080/bootstrap/missing.jsp * creating the repository by clicking on "Create Content Repository" button= fails complaining that the jackrabbit directory already exists Indeed, i find a jackrabbit directory in my JETTY_HOME (from where is start= ed Jetty). A workaround is to delete this "jackrabbit" directory and then i can create= the repository by clicking on the previous button and therefore access the= newly created repository. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.