mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
18.07.2009 a8192343ef279e3fe08b024e5a1e7a49f12862d5
refs
author jvergara <jvergara@localhost>
Wednesday, March 18, 2009 23:07 +0100
committer jvergara <jvergara@localhost>
Wednesday, March 18, 2009 23:07 +0100
commita8192343ef279e3fe08b024e5a1e7a49f12862d5
tree 7c3e2ac79488ce12418393a88ba22a687f0eaae3 tree | zip | gz
parent 13e7a1c850bed886f3037c9a908259c372335255 view | diff
Fix for issue 3854 (Uninstall fails on Windows (due to log files))

There are a bunch of issues here:

1. The server was not stopped after being started if it contains replicated data.
2. The log files do not contain enough information. New debug lines have been added.
3. One of the problems also found is that one of the remote servers to be updated (to remove the replication references) could not be contacted. This is the expected behavior if the option forceOnError is NOT specified. However the error message was not very clear about what was happening. The new error message is very explicit about this and informs the user of the existence and behavior of the forceOnError option.
7 files modified
632 ■■■■■ changed files
opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/UninstallCliHelper.java 383 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/UninstallLauncher.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java 41 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/messages/messages/admin_tool.properties 5 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/QuickSetupCli.java 21 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/BackgroundTask.java 4 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/ServerController.java 176 ●●●●● diff | view | raw | blame | history