Hi - I've installed a clean w2k8 VM and installed ApacheDS and ADStudio.
I can bind to both 10389 and 10636 with uid=admin,ou=system and was able
to create my schema extensions. But when I try to do anything with the
configuration, e.g. turning off anonymous binds, or creating a new
partition, I get a generic Exception when saving the configuration.
Unable to save configuration.
- Changes could not be saved to the connection.
java.lang.Exception: Changes could not be saved to the connection.
at
org.apache.directory.studio.apacheds.configuration.editor.ServerConfigurationEditorUtils.saveConfiguration(ServerConfigurationEditorUtils.java:370)
at
org.apache.directory.studio.apacheds.configuration.jobs.SaveConfigurationRunnable.run(SaveConfigurationRunnable.java:109)
at
org.apache.directory.studio.common.core.jobs.StudioJob.run(StudioJob.java:85)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
In the instance log, I see:
[10:58:24] ERROR
[org.apache.directory.server.core.schema.SchemaInterceptor] - ERR_55
Trying to remove an non-existant attribute: attributetype (
1.3.6.1.4.1.18060.0.4.1.2.164 NAME 'ads-indexCacheSize'
DESC 'The number of key we store in the cache for this index'
EQUALITY integerMatch
ORDERING integerOrderingMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
SINGLE-VALUE
USAGE userApplications )
I'm not sure why this error is happening - the adsconfig schema is
clearly listed in the server's ou=schema.
Any advice?
Studio Version: 2.0.0.v20151221-M10
ADS Version: 2.0.0-M21
Best regards,
Richard