Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 37088 invoked from network); 1 Aug 2005 15:03:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Aug 2005 15:03:55 -0000 Received: (qmail 53497 invoked by uid 500); 1 Aug 2005 15:03:54 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 53477 invoked by uid 99); 1 Aug 2005 15:03:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2005 08:03:54 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of oliver.kiessler@gmail.com designates 64.233.162.195 as permitted sender) Received: from [64.233.162.195] (HELO zproxy.gmail.com) (64.233.162.195) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2005 08:03:43 -0700 Received: by zproxy.gmail.com with SMTP id o37so868064nzf for ; Mon, 01 Aug 2005 08:03:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jmo984uBQQeItth5V55YY9icqmyfBi8H15VSUgm1untxL/p95AJV1lJ0aDBYA++wogWnLQwY3DYy71ys2KoLHb7Zhi5CCQN9t29F99vwo7fK4UspZgeYsB1XRupRgttAcqpOrGQe6UstWXFIW03ONRQKNfHNGbN7H6C21LL60Wo= Received: by 10.36.25.4 with SMTP id 4mr5483615nzy; Mon, 01 Aug 2005 08:03:50 -0700 (PDT) Received: by 10.36.141.12 with HTTP; Mon, 1 Aug 2005 08:03:50 -0700 (PDT) Message-ID: Date: Mon, 1 Aug 2005 17:03:50 +0200 From: Oliver Kiessler Reply-To: Oliver Kiessler To: tschlabach@apache.org Subject: Re: Open Source Content Browser Cc: jackrabbit-dev@incubator.apache.org In-Reply-To: <4153.136.2.1.101.1122907847.squirrel@webmail.paiwastoon.com.af> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42DA0F27.8010003@wyona.com> <42DC7688.7010306@gmail.com> <42DE4C31.1040904@wyona.com> <42DE5BD7.9050607@wyona.com> <42ED3AD0.3040308@apache.org> <47485.136.2.1.101.1122899917.squirrel@webmail.paiwastoon.com.af> <4153.136.2.1.101.1122907847.squirrel@webmail.paiwastoon.com.af> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > I managed to download, build and install the browser. I also tried my bes= t > configuring it (prior to building), but I keep getting: >=20 > javax.servlet.ServletException: bad karma: karma: null > com.inceedo.karma.common.servlet.FrameworkContainer.processReques= t(FrameworkContainer.java:173) > com.inceedo.karma.common.servlet.FrameworkContainer.doGet(Framewo= rkContainer.java:187) > javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) >=20 > Is this anything general about the framework used or might it be that it > cannot find the repository. I think it doesn't find the repository. Did you have a look at the Readme file? You need to edit the applicationContext.xml file in src/webapp/WEB-INF. Please search for "jaasConfigFile", "repositoryDir" and "configFile" in applicationContext.xml. Usually that is where those errors come from. If you still have a problem, please post/send me the complete stacktrace. Please note that I have tested the repositorybrowser only with a repository created by karma-jcr. So please run "the Init the repository" function in your browser webapp first (first screen when opening http://localhost:8080/browser/). It will not run on any repository so far! karma-jcr comes with a "special" repository layout. Sorry for the inconvienence (but it's very early code).... regards, oliver