You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Kiran Ayyagari (JIRA)" <ji...@apache.org> on 2011/06/02 12:47:47 UTC

[jira] [Closed] (DIRSERVER-1390) Attribute caching issues - warning and error messages thrown on startup

     [ https://issues.apache.org/jira/browse/DIRSERVER-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kiran Ayyagari closed DIRSERVER-1390.
-------------------------------------

    Resolution: Fixed

These warnings were fixed long time ago.

> 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-M1
>
>
> We define a few custom object classes (in turn having custom attributes). We specify their caching in the server.xml file under <indexedAttributes> as 
> "<jdbmIndex attributeId="tdsFullyQualifiedObjectId"  cacheSize="100"/>".     (we are specifying pre-defined attributes the similiar way i.e: "<jdbmIndex attributeId="dc" cacheSize="100"/>")
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira