You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org> on 2012/04/27 17:28:51 UTC

[jira] [Created] (DIRSERVER-1717) Non existing AT errors ('x-read-only' and 'x-enabled') show up in the logs when adding new schema elements

Pierre-Arnaud Marcelot created DIRSERVER-1717:
-------------------------------------------------

             Summary: 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-M7


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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (DIRSERVER-1717) Non existing AT errors ('x-read-only' and 'x-enabled') show up in the logs when adding new schema elements

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny updated DIRSERVER-1717:
-----------------------------------------

    Fix Version/s:     (was: 2.0.0-M7)
                   2.0.0-M8
    
> 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-M8
>
>
> 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

[jira] [Commented] (DIRSERVER-1717) Non existing AT errors ('x-read-only' and 'x-enabled') show up in the logs when adding new schema elements

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
    [ 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

[jira] [Commented] (DIRSERVER-1717) Non existing AT errors ('x-read-only' and 'x-enabled') show up in the logs when adding new schema elements

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13475106#comment-13475106 ] 

Emmanuel Lecharny commented on DIRSERVER-1717:
----------------------------------------------

Th x-read-only and x-enabled AttributeType are not declared in the schemas. 

We probably don't need the x-enabled, as we already have the m-enabled attributeType.
The x-read-only can be added easily.
                
> 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

[jira] [Resolved] (DIRSERVER-1717) Non existing AT errors ('x-read-only' and 'x-enabled') show up in the logs when adding new schema elements

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny resolved DIRSERVER-1717.
------------------------------------------

    Resolution: Fixed

Fixed with http://svn.apache.org/viewvc?rev=1397640&view=rev
                
> 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

[jira] [Updated] (DIRSERVER-1717) Non existing AT errors ('x-read-only' and 'x-enabled') show up in the logs when adding new schema elements

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny updated DIRSERVER-1717:
-----------------------------------------

    Fix Version/s:     (was: 2.0.0-M8)
                   2.0.0-M9

A sample demonstrating the issue could help here.
                
> 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
>
>
> 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

[jira] [Updated] (DIRSERVER-1717) Non existing AT errors ('x-read-only' and 'x-enabled') show up in the logs when adding new schema elements

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot updated DIRSERVER-1717:
----------------------------------------------

    Attachment: test.ldif
    
> 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