Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 79125 invoked from network); 21 Nov 2010 11:44:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Nov 2010 11:44:06 -0000 Received: (qmail 20771 invoked by uid 500); 21 Nov 2010 11:44:38 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 20566 invoked by uid 500); 21 Nov 2010 11:44:37 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 20559 invoked by uid 99); 21 Nov 2010 11:44:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Nov 2010 11:44:36 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Nov 2010 11:44:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oALBiFQY018387 for ; Sun, 21 Nov 2010 11:44:16 GMT Message-ID: <28926826.219911290339855672.JavaMail.jira@thor> Date: Sun, 21 Nov 2010 06:44:15 -0500 (EST) From: "Christian K. (JIRA)" To: dev@directory.apache.org Subject: [jira] Commented: (DIRSERVER-1501) Access Control can't retain after restart. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DIRSERVER-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934257#action_12934257 ] Christian K. commented on DIRSERVER-1501: ----------------------------------------- I also came across the problem that is being described in this bug. I was able to debug the issue and this seems to be related to the initialization of the TupleCache class. TupleCache uses a search that only returns user attributes but prescriptiveACI seems to be an operational attribute. Therefore the search does not return the prescriptiveACI attribute. It looks like the error is near line 126 in: http://svn.apache.org/viewvc/directory/apacheds/tags/1.5.7/core/src/main/java/org/apache/directory/server/core/authz/TupleCache.java?revision=930421&view=markup > Access Control can't retain after restart. > ------------------------------------------ > > Key: DIRSERVER-1501 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1501 > Project: Directory ApacheDS > Issue Type: Bug > Affects Versions: 1.5.6 > Reporter: roy huang > Fix For: 2.0.0-RC1 > > > When I upgrade 1.5.5 to 1.5.6,I found the access control can't retain if I restart apache ds after I imported the access control. > After restart,it will throw exception like: > [20:26:07] WARN [org.apache.directory.server.core.authz.TupleCache] - Found accessControlSubentry 'cn=partenerVisitorAllAttributeAccessControl,ou=partener,dc=gd,dc=test,dc=com' without any prescriptiveACI > and it will be fine if I don't restart the server. > This won't happened in 1.5.5. > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.