[ 
https://issues.apache.org/jira/browse/DIRSERVER-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473345#comment-13473345
 ] 

Pierre-Arnaud Marcelot commented on DIRSERVER-1717:
---------------------------------------------------

Simply run an ApacheDS server and import the following attached test schema 
containing a single dumb attribute type.

The LDIF import log is successful and the entries are inserted in the schema 
partition, but the server logs the following:
[18:27:13] ERROR [org.apache.directory.shared.ldap.model.entry.DefaultEntry] - 
ERR_04269 ATTRIBUTE_TYPE for OID x-read-only does not exist!
[18:27:13] ERROR [org.apache.directory.shared.ldap.model.entry.DefaultEntry] - 
ERR_04269 ATTRIBUTE_TYPE for OID x-enabled does not exist!


                
> Non existing AT errors ('x-read-only' and 'x-enabled') show up in the logs 
> when adding new schema elements
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1717
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1717
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 2.0.0-M6
>            Reporter: Pierre-Arnaud Marcelot
>             Fix For: 2.0.0-M9
>
>         Attachments: test.ldif
>
>
> When adding new schema elements to ApacheDS, two ERROR messages show up in 
> the logs for each added schema element.
> In the case of 2 attribute types, here are the logs:
> [17:14:31] ERROR [org.apache.directory.shared.ldap.model.entry.DefaultEntry] 
> - ERR_04269 ATTRIBUTE_TYPE for OID x-read-only does not exist!
> [17:14:31] ERROR [org.apache.directory.shared.ldap.model.entry.DefaultEntry] 
> - ERR_04269 ATTRIBUTE_TYPE for OID x-enabled does not exist!
> [17:14:31] ERROR [org.apache.directory.shared.ldap.model.entry.DefaultEntry] 
> - ERR_04269 ATTRIBUTE_TYPE for OID x-read-only does not exist!
> [17:14:31] ERROR [org.apache.directory.shared.ldap.model.entry.DefaultEntry] 
> - ERR_04269 ATTRIBUTE_TYPE for OID x-enabled does not exist!
> These messages should not be logged as ERROR but rather as WARNING

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to