Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 54D871057C for ; Tue, 23 Apr 2013 08:42:46 +0000 (UTC) Received: (qmail 65187 invoked by uid 500); 23 Apr 2013 08:42:46 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 64933 invoked by uid 500); 23 Apr 2013 08:42:39 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 64879 invoked by uid 99); 23 Apr 2013 08:42:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Apr 2013 08:42:37 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of alex.parvulescu@gmail.com designates 209.85.212.42 as permitted sender) Received: from [209.85.212.42] (HELO mail-vb0-f42.google.com) (209.85.212.42) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Apr 2013 08:42:33 +0000 Received: by mail-vb0-f42.google.com with SMTP id p12so335532vbe.1 for ; Tue, 23 Apr 2013 01:42:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=rk+i6U4iK9zWzzHwzXWV4sd9u2ZIBQbir01JHIew8M8=; b=N4Bt2F+3Py6T2JjaZCDTUhuPQym5I3cNvOgOvsXzB/uiAF8Q7r+CiRHzg7BAyhcdJb bI8zhkksDh3L8gfSLiUfiVFUxIXaHptcqyrv0q2lWnbhMuRygU7hidq3F6gNFTLf8JAq onXsNMQ6OCxC7ZxQNwcNgFNMUVvR23Gab4atpUQ9oUSfPzK8x/BUruU7dDifpkGN9fPH w14hRhhqMeilFhIx9prwIdBI/9K8gql7EL1oDzmjJJF8kI1ed+aiiycA9gz+l22UN9AW 18Uwi5RX/baCSXTx+VXCIfOMHao7vLroX7OfXmJ84M4L53cTRxdBhtqiV++YqitgJtIw Llbw== MIME-Version: 1.0 X-Received: by 10.58.188.48 with SMTP id fx16mr21646524vec.22.1366706532607; Tue, 23 Apr 2013 01:42:12 -0700 (PDT) Received: by 10.220.108.1 with HTTP; Tue, 23 Apr 2013 01:42:12 -0700 (PDT) In-Reply-To: <5175530969f50_28d9b41461fa@a30abe41-ba62-498f-bc08-8c5df7fc099f.mail> References: <5175530969f50_28d9b41461fa@a30abe41-ba62-498f-bc08-8c5df7fc099f.mail> Date: Tue, 23 Apr 2013 10:42:12 +0200 Message-ID: Subject: Re: [Broken] apache/jackrabbit-oak#1340 (trunk - d395f64) From: Alex Parvulescu To: oak-dev@jackrabbit.apache.org Content-Type: multipart/alternative; boundary=089e01229cb6639c5904db0329b4 X-Virus-Checked: Checked by ClamAV on apache.org --089e01229cb6639c5904db0329b4 Content-Type: text/plain; charset=ISO-8859-1 The actual error is OakAccess0000: Access denied [1] Does anybody have an idea what config is missing from the lucene repository init code [0]? thanks, alex [0] http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-lucene/src/test/java/org/apache/jackrabbit/oak/jcr/LuceneOakRepositoryStub.java?view=markup [1] testSimpleQuery1(org.apache.jackrabbit.core.query.SQLTest) Time elapsed: 6.43 sec <<< ERROR! javax.jcr.AccessDeniedException: Failed to register namespace mapping from test to http://www.apache.org/jackrabbit/test at org.apache.jackrabbit.oak.plugins.name.ReadWriteNamespaceRegistry.registerNamespace(ReadWriteNamespaceRegistry.java:108) at org.apache.jackrabbit.test.AbstractJCRTest.setUp(AbstractJCRTest.java:389) at org.apache.jackrabbit.core.query.AbstractQueryTest.setUp(AbstractQueryTest.java:53) at junit.framework.TestCase.runBare(TestCase.java:132) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at org.apache.jackrabbit.test.AbstractJCRTest.run(AbstractJCRTest.java:456) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at junit.framework.TestSuite.runTest(TestSuite.java:243) at org.apache.jackrabbit.test.ConcurrentTestSuite.access$001(ConcurrentTestSuite.java:29) at org.apache.jackrabbit.test.ConcurrentTestSuite$2.run(ConcurrentTestSuite.java:67) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Thread.java:722) Caused by: org.apache.jackrabbit.oak.api.CommitFailedException: OakAccess0000: Access denied at org.apache.jackrabbit.oak.security.authorization.permission.PermissionValidator.checkPermissions(PermissionValidator.java:188) at org.apache.jackrabbit.oak.security.authorization.permission.PermissionValidator.propertyChanged(PermissionValidator.java:97) On Mon, Apr 22, 2013 at 5:11 PM, Travis CI wrote: > Build Update for apache/jackrabbit-oak > ------------------------------------- > > Build: #1340 > Status: Broken > > Duration: 23 minutes and 13 seconds > Commit: d395f64 (trunk) > Author: Angela Schreiber > Message: OAK-527: permissions (wip) > > git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@147055313f79535-47bb-0310-9956-ffa450edef68 > > View the changeset: > https://github.com/apache/jackrabbit-oak/compare/1a87d655a51b...d395f64ad8ac > > View the full build log and details: > https://travis-ci.org/apache/jackrabbit-oak/builds/6537803 > > -- > > You can configure recipients for build notifications in your .travis.yml > file. See http://about.travis-ci.org/docs/user/build-configuration > > > > --089e01229cb6639c5904db0329b4--