On 7/4/21 5:48 PM, Shawn McKinney wrote:
> Hi,
> 
> Trying to get LDAPS configured on ApacheDS version 2.0.0.AM26 using Studio 
> version 2.0.0.v20210213-M16.
> 
> This on an Ubuntu20 w/ openjdk version 11.0.11.
> 
> I connect to the server instance and open configuration dialog and get this:
> 
> ELEMENT_FOR_OID_DOES_NOT_EXIST ATTRIBUTE_TYPE for OID ftmodcode does not exist
> 
> Full error[1] listed below.
> 
> When I open the schema browser, I find that the specified attribute type 
> defined.
> 
> The fortress integration tests have also been run on this instance providing 
> verification that its schema is valid.
> 
> Any ideas on what this problem is?
> 
> Thanks,
> 
> —
> Shawn
> 
> [1] Unable to load the configuration.
>  - ERR_13735_ELEMENT_FOR_OID_DOES_NOT_EXIST ATTRIBUTE_TYPE for OID ftmodcode 
> does not exist!
> org.apache.directory.api.ldap.model.exception.LdapNoSuchAttributeException: 
> ERR_13735_ELEMENT_FOR_OID_DOES_NOT_EXIST ATTRIBUTE_TYPE for OID ftmodcode 
> does not exist!
>       at 
> org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry.lookup(DefaultAttributeTypeRegistry.java:316)
>       at 
> org.apache.directory.api.ldap.model.schema.registries.DefaultAttributeTypeRegistry.lookup(DefaultAttributeTypeRegistry.java:50)
>       at 
> org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager.lookupAttributeTypeRegistry(DefaultSchemaManager.java:1831)
>       at 
> org.apache.directory.api.ldap.model.entry.DefaultEntry.<init>(DefaultEntry.java:320)
>       at 
> org.apache.directory.studio.apacheds.configuration.jobs.LoadConfigurationRunnable.readConfiguration(LoadConfigurationRunnable.java:407)

This method loads the config from the "ou=config" partition by fetching
all entries within this partition. It seems some entry in this partition
contains a "ftmodcode" attribute. I think that's not supported, the
config reader expects that only ApacheDS config schema elements are used
(AT and OC with an "ads-" prefix). How did the ftmodcode attribute get
there?

Kind Regards,
Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to