You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Oleksij Lupandin (JIRA)" <ji...@apache.org> on 2013/01/24 23:29:13 UTC

[jira] [Created] (DIRSTUDIO-864) Error message appears: "ERR_04269 ATTRIBUTE_TYPE for OID ads-replenabled does not exist!" when trying to open configuration

Oleksij Lupandin created DIRSTUDIO-864:
------------------------------------------

             Summary: Error message appears: "ERR_04269 ATTRIBUTE_TYPE for OID ads-replenabled does not exist!" when trying to open configuration
                 Key: DIRSTUDIO-864
                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-864
             Project: Directory Studio
          Issue Type: Bug
          Components: studio-apacheds-configuration
    Affects Versions: 2.0.0-M3
         Environment: Windows 7 Home Basic, Service Pack 1, 32-bit,
java version "1.7.0_11"
Java(TM) SE Runtime Environment (build 1.7.0_11-b21)
Java HotSpot(TM) Client VM (build 23.6-b04, mixed mode, sharing)

also:
Windows 7 Enterprise, Service Pack 1, 64-bit,
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
            Reporter: Oleksij Lupandin


1. Choose main menu — LDAP — Schema Browser.
2. Open tab Attribute Types.
The list contains attribute "ads-replEnabled".
3. Choose a server in pane "Connections", right-click it and choose Open Configuration.

Expected result:
Configuration window opens.

Actual result:
The following exception is thrown:
org.apache.directory.shared.ldap.model.exception.LdapNoSuchAttributeException: ERR_04269 ATTRIBUTE_TYPE for OID ads-replenabled does not exist!
	at org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry.lookup(DefaultAttributeTypeRegistry.java:317)
	at org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry.lookup(DefaultAttributeTypeRegistry.java:47)
	at org.apache.directory.shared.ldap.schemamanager.impl.DefaultSchemaManager.lookupAttributeTypeRegistry(DefaultSchemaManager.java:1620)
	at org.apache.directory.shared.ldap.model.entry.DefaultEntry.<init>(DefaultEntry.java:310)
	at org.apache.directory.studio.apacheds.configuration.v2.jobs.LoadConfigurationRunnable.readConfiguration(LoadConfigurationRunnable.java:358)
	at org.apache.directory.studio.apacheds.configuration.v2.jobs.LoadConfigurationRunnable.getConfiguration(LoadConfigurationRunnable.java:182)
	at org.apache.directory.studio.apacheds.configuration.v2.jobs.LoadConfigurationRunnable.run(LoadConfigurationRunnable.java:127)
	at org.apache.directory.studio.common.core.jobs.StudioJob.run(StudioJob.java:83)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.apache.directory.shared.ldap.model.exception.LdapException: ERR_04269 ATTRIBUTE_TYPE for OID ads-replenabled does not exist!
	at org.apache.directory.shared.ldap.model.schema.registries.DefaultSchemaObjectRegistry.lookup(DefaultSchemaObjectRegistry.java:176)
	at org.apache.directory.shared.ldap.model.schema.registries.DefaultAttributeTypeRegistry.lookup(DefaultAttributeTypeRegistry.java:313)
	... 8 more

I suppose that Apache Directory Studio should search "ads-replEnabled" type, but searches "ads-replenabled" instead.

--
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