Uploaded image for project: 'Directory ApacheDS'
  1. Directory ApacheDS
  2. DIRSERVER-2248

The server generates some errors when starting (Schema isues)

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0.AM25
    • 2.0.0.AM26
    • None
    • None

    Description

      When we start the server, we get many erros like :

      [23:59:05] ERROR [org.apache.directory.api.ldap.model.entry.Value] - ERR_13725_CANNOT_HANDLE_NAME_AND_OPTIONAL_UID_NORM I do not know how to handle NameAndOptionalUID normalization with objects of class: apacheDnsDomainName
      

      The problem is due to some schema elements can't be properly loaded, due to some missing dependencies. Typically, we are trying to load this entry :

      version: 1
      dn: m-oid=1.3.6.1.4.1.18060.0.4.2.2.6,ou=attributeTypes,cn=apachedns,ou=schema
      m-singlevalue: TRUE
      m-obsolete: FALSE
      m-description: The domain name of the name server that was the primary source of data for this zone
      m-usage: USER_APPLICATIONS
      creatorsname: uid=admin,ou=system
      m-collective: FALSE
      m-oid: 1.3.6.1.4.1.18060.0.4.2.2.6
      m-supattributetype: apacheDnsDomainName
      m-nousermodification: FALSE
      m-syntax: 1.3.6.1.4.1.1466.115.121.1.26
      objectclass: metaAttributeType
      objectclass: metaTop
      objectclass: top
      m-name: apacheDnsSoaMName
      m-equality: caseIgnoreIA5Match
      

      This AttributeType does have a SUP AttributeType, apacheDnsDomainName, which is not already loaded, as this schema (ApacheDNS) is not enabled, so the Registries does not know about it.

      That leaves the resulting Entry with a missing attribute.

      The consequence is that we can't anymore modify this entry, thus the associated LDIF file, properly when the server is running.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              elecharny Emmanuel Lécharny
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: