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

jvergara
04.15.2007 4a48f1cf6caab40fa3741d93f8c825078e4820f2
refs
author jvergara <jvergara@localhost>
Friday, May 4, 2007 23:15 +0200
committer jvergara <jvergara@localhost>
Friday, May 4, 2007 23:15 +0200
commit4a48f1cf6caab40fa3741d93f8c825078e4820f2
tree f5a8a661ccb82a489b02ea1e6100c20bf3e24255 tree | zip | gz
parent af3850605a833ba15116f17827dff2c20544ed33 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
opends/lib/opends_service.exe diff | view | raw | blame | history
opends/lib/winlauncher.exe diff | view | raw | blame | history
opends/src/build-tools/windows/service.c 264 ●●●● diff | view | raw | blame | history
opends/src/build-tools/windows/winlauncher.h 2 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Launcher.java 30 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/InstallLauncher.java 32 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 12 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties 12 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java 32 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java 8 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgradeLauncher.java 12 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/ConfigureWindowsService.java 17 ●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/BaseDNDescriptor.java 6 ●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/DatabaseDescriptor.java 21 ●●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/StatusLog.java 89 ●●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/StatusPanelLauncher.java 84 ●●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties 4 ●●● diff | view | raw | blame | history