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

jvergara
04.15.2007 fa7c8f7b445628ebd7e6dde1535a06eb24f09d24
refs
author jvergara <jvergara@localhost>
Friday, May 4, 2007 23:15 +0200
committer jvergara <jvergara@localhost>
Friday, May 4, 2007 23:15 +0200
commitfa7c8f7b445628ebd7e6dde1535a06eb24f09d24
tree cc5b18760ca3669d79ef1162c206769ad843ddf8 tree | zip | gz
parent ce99becd5e8a91c6f938292aac693e07e5f3ca2b view | diff
Fix a number of issues with David's approval:

1. A char array was set to NULL wrongly which caused a core in the windows services code. This problem appeared almost systematically when the install path was long.
2. The windows services code got into an infinite loop when the server could not be started.
3. The windows services code was missing to unlock a file after testing if it could lock it.
4. Create specific loggers for Setup, Uninstall and StatusPanel applications. This avoids having duplicated and not very user friendly log lines on the output of these applications.
5. When we cannot launch the graphical applications store the stack trace we get in the log file associated with the application and inform the user about the existence of this file in the same message where we tell that we are falling back to the CLI mode.
6. Fix a refresh problem in the status panel. Now when the number of entries of the database increase the contents of the panel are automatically updated.
7. Modify the name of the Age of Oldest Missing Changes as mentioned by Brian.
8. Redirect some logging/debugging lines of the windows services to a file called windows-service in the logs directory.
1 files added
16 files modified
625 ■■■■ changed files
opendj-sdk/opends/lib/opends_service.exe diff | view | raw | blame | history
opendj-sdk/opends/lib/winlauncher.exe diff | view | raw | blame | history
opendj-sdk/opends/src/build-tools/windows/service.c 264 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/build-tools/windows/winlauncher.h 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/Launcher.java 30 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/InstallLauncher.java 32 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 12 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties 12 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java 32 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java 8 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgradeLauncher.java 12 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/ConfigureWindowsService.java 17 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/BaseDNDescriptor.java 6 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/DatabaseDescriptor.java 21 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/StatusLog.java 89 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/StatusPanelLauncher.java 84 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties 4 ●●● diff | view | raw | blame | history