On 03/11/2016 09:14 PM, Pepersack, Bob G wrote: > I'm not checking off any enabled protocols when I save the configuration of > the default server. I have left all of the settings, except the keystore > file and its password, as their default values (i.e. the only change I've > been making is to set the keystore file and its password). Is this correct? > > I see that "Enable TLS" is checked by default. > > I've been working entirely in the default server, and have noticed that I > don't get this problem if I create a new server on the "LDAP Servers" tab. > Are you working in your default server or a new server that you have created. > If you created a new server, is it possible to install it as a Windows > service? I can't find how to do that, and I've noticed that it stops when I > quit Studio. > > I just changed my default server's LDAP port to 389, but I got that same > exception: > > 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)
As already written in the other thread, that is a know issue, https://issues.apache.org/jira/browse/DIRSTUDIO-1083 It happens when you opened the configuration via a network connection and you try to save it over the network connection. This is fixed in SVN trunk but there is no official release yet. You can build yourself or download a nightly build (without warranty) from Jenkins: https://builds.apache.org/view/A-D/view/Directory/job/dir-studio/ The error doesn't happen when you open the configuration via the "LDAP Server" tab because in that case the configuration isn't loaded via network but directly from local filesystem. Kind Regards, Stefan
