Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 4540 invoked from network); 9 Oct 2008 23:05:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2008 23:05:37 -0000 Received: (qmail 59365 invoked by uid 500); 9 Oct 2008 23:05:36 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 58354 invoked by uid 500); 9 Oct 2008 23:05:34 -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 58293 invoked by uid 99); 9 Oct 2008 23:05:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Oct 2008 16:05:34 -0700 X-ASF-Spam-Status: No, hits=-1999.5 required=10.0 tests=ALL_TRUSTED,DNS_FROM_SECURITYSAGE,SUBJECT_FUZZY_TION 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, 09 Oct 2008 23:04:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4ED54234C21D for ; Thu, 9 Oct 2008 16:04:44 -0700 (PDT) Message-ID: <359211279.1223593484321.JavaMail.jira@brutus> Date: Thu, 9 Oct 2008 16:04:44 -0700 (PDT) From: "Rui Lopes (JIRA)" To: dev@directory.apache.org Subject: [jira] Created: (DIRSERVER-1278) Error while trying to create new partition MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Error while trying to create new partition ------------------------------------------ Key: DIRSERVER-1278 URL: https://issues.apache.org/jira/browse/DIRSERVER-1278 Project: Directory ApacheDS Issue Type: Bug Affects Versions: 1.5.4 Reporter: Rui Lopes We start by creating the top level naming context (aka partition): NB: As described at http://directory.apache.org/apacheds/1.5/144-adding-your-own-partition-resp-suffix.html vim conf/server.xml ... ... ... ... conf/example.local.ldif ... cat<<"EOF">conf/example.local.ldif # example.local context entry dn: dc=example,dc=local dc: example objectClass: domain description: The context entry for suffix example.local EOF Restart AD and use Studio to browse the Root DSE. When we browse it, the following error appears in AD log: [23:46:56] ERROR [org.apache.directory.server.configuration.ApacheDS] - Failure while looking up ou=loadedLdifFiles,ou=configuration,ou=system org.apache.directory.shared.ldap.exception.LdapNameNotFoundException: Attempt to lookup non-existant entry: ou=loadedLdifFiles,ou=configuration,ou=system at org.apache.directory.server.core.exception.ExceptionInterceptor.assertHasEntry(ExceptionInterceptor.java:581) at org.apache.directory.server.core.exception.ExceptionInterceptor.lookup(ExceptionInterceptor.java:305) at org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.lookup(InterceptorChain.java:1272) at org.apache.directory.server.core.authz.DefaultAuthorizationInterceptor.lookup(DefaultAuthorizationInterceptor.java:434) at org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.lookup(InterceptorChain.java:1272) at org.apache.directory.server.core.authz.AciAuthorizationInterceptor.lookup(AciAuthorizationInterceptor.java:788) at org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.lookup(InterceptorChain.java:1272) at org.apache.directory.server.core.authn.AuthenticationInterceptor.lookup(AuthenticationInterceptor.java:310) at org.apache.directory.server.core.interceptor.InterceptorChain$Entry$1.lookup(InterceptorChain.java:1272) at org.apache.directory.server.core.normalization.NormalizationInterceptor.lookup(NormalizationInterceptor.java:231) at org.apache.directory.server.core.interceptor.InterceptorChain.lookup(InterceptorChain.java:882) at org.apache.directory.server.core.DefaultOperationManager.lookup(DefaultOperationManager.java:270) at org.apache.directory.server.core.DefaultCoreSession.lookup(DefaultCoreSession.java:281) at org.apache.directory.server.configuration.ApacheDS.ensureLdifFileBase(ApacheDS.java:266) at org.apache.directory.server.configuration.ApacheDS.loadLdifs(ApacheDS.java:397) at org.apache.directory.server.configuration.ApacheDS.startup(ApacheDS.java:130) at org.apache.directory.server.Service.init(Service.java:86) at org.apache.directory.server.UberjarMain.main(UberjarMain.java:56) [23:46:56] WARN [org.apache.directory.shared.ldap.ldif.LdifReader] - No version information : assuming version: 1 [23:46:56] WARN [org.apache.directory.server.core.schema.SchemaInterceptor] - The RDN 'unixFilePath=2F686F6D652F72676C2F50726F6A656374732F6C6461702F61706163686564732F61706163686564735F312E352E342F636F6E662F6578616D706C652E6C6F63616C2E6C646966' is not present in the entry Though, the partitions seems to be working fine anyways! Can this error be really ignored? or is there a problem somewhere else? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.