From dev-return-31080-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Sat Aug 15 08:58:24 2009 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 8160 invoked from network); 15 Aug 2009 08:58:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Aug 2009 08:58:24 -0000 Received: (qmail 36125 invoked by uid 500); 15 Aug 2009 08:58:30 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 36019 invoked by uid 500); 15 Aug 2009 08:58:30 -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 35669 invoked by uid 99); 15 Aug 2009 08:58:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Aug 2009 08:58:26 +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; Sat, 15 Aug 2009 08:58:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 79E01234C4E0 for ; Sat, 15 Aug 2009 01:57:16 -0700 (PDT) Message-ID: <152295871.1250326636498.JavaMail.jira@brutus> Date: Sat, 15 Aug 2009 01:57:16 -0700 (PDT) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Updated: (DIRSERVER-1390) Attribute caching issues - warning and error messages thrown on startup In-Reply-To: <1505767906.1248686714832.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSERVER-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSERVER-1390: ----------------------------------------- Fix Version/s: (was: 1.5.5) 2.0.0-RC1 Postponed to 2.0.0-RC1 > Attribute caching issues - warning and error messages thrown on startup > ----------------------------------------------------------------------- > > Key: DIRSERVER-1390 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1390 > Project: Directory ApacheDS > Issue Type: Bug > Affects Versions: 1.5.4 > Environment: Windows XP, Intel Based PC Architecture. > Reporter: Sumit Goyal > Fix For: 2.0.0-RC1 > > > We define a few custom object classes (in turn having custom attributes). We specify their caching in the server.xml file under as > "". (we are specifying pre-defined attributes the similiar way i.e: "") > When I start my server, I get messages like: > [11:58:06] WARN [org.apache.directory.server.schema.registries.DefaultOidRegistry] - OID for name 'tdsFullyQualifiedObjectId' was not found within the OID > registry > whereas, the attribute is there in the schema. And these messages are thrown only for custom attributes. > We replaced attribute name with its OID in the server.xml. Now the warning has changed to an error stating: > [10:02:23] ERROR [org.apache.directory.server.schema.registries.DefaultAttribute TypeRegistry] - attributeType w/ OID 1.3.6.1.4.1.15265.0.41 not registered! > From the search performance, it looks like the caching is also not being done for these. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.