From 98e131bb4dde9eb6e2befce74256f5caa2eb093b Mon Sep 17 00:00:00 2001 From: ludovicp <ludovicp@localhost> Date: Thu, 27 May 2010 09:52:42 +0000 Subject: [PATCH] Fix for issue #4554 - Potential problems using Windows Service during startup. The fix consists on waiting in the service code to the start-ds.bat call to finish (the re-entrant one). This avoids having a race condition problem locking the file (as can happen today). There is a new environment variable that can be configured (OPENDS_WINDOWS_SERVICE_STARTDS_WAIT). The default value is 300000 milliseconds (5 minutes). This is the maximum time in milliseconds the service code will wait for the server to start before checking directly its status. Also update setup.bat and uninstall.bat to return an error code when called in CLI mode. --- opends/lib/launcher_administrator.exe | 0 1 files changed, 0 insertions(+), 0 deletions(-) diff --git a/opends/lib/launcher_administrator.exe b/opends/lib/launcher_administrator.exe index 7937e88..313119a 100644 --- a/opends/lib/launcher_administrator.exe +++ b/opends/lib/launcher_administrator.exe Binary files differ -- Gitblit v1.10.0