On 03/10/2016 08:18 PM, Pepersack, Bob G wrote: > Hi, > > I'm using ApacheDS 2.0.0-M20 and Apache Directory Studio 2.0.0.v20151221-M10. > When I try to save my server configuration with a keystore file, I get this > error message: > > Unable to save configuration. > - ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value > ERR_04473_NOT_VALID_VALUE Not a valid value > 'C:\bit9prog\dev\ApacheDS\instances\default\conf\F1710-7M6GY52-L.jks'
That's the same issue as reported in https://issues.apache.org/jira/browse/DIRSTUDIO-1087 > I've seen this issue in the dev mailing list but the work-around, changing > "\" to "/" in the path, throws this 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) That's also a know issue ;( https://issues.apache.org/jira/browse/DIRSTUDIO-1083 > I tried building Studio from trunk, but got an exception during the maven > build. What error do you get? Did you run the "build.sh"? Please note that the build doesn't work on Windows but currently only on Linux and Mac. > Is there a fix for this problem or an earlier or later version of Studio that > doesn't have it? The 1st issue isn't fixed yet, the 2nd issue is fixed in trunk. You can either build it yourself or try to download a nightly build (without warranty) from Jenkins: https://builds.apache.org/view/A-D/view/Directory/job/dir-studio/ Kind Regards, Stefan
