From 26112ae8850ba83d376e172d096e7c317688b0ff Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Mon, 18 Jan 2010 22:09:34 +0000 Subject: [PATCH] Fix for issue 4084 (Windows Service doesn't detect start-ds failure) Improve the code of windows service to poll the status of the server (whether is running or not). Improve some of the messages associated with the events that are sent to the windows service log. Improve the code that is in charge of starting the service (and the server) to help identify cases where the server startup is correctly launched but the startup itself fails (because for instance a port of the server is already in use). --- opendj-sdk/opends/lib/opends_service.exe | 0 1 files changed, 0 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/lib/opends_service.exe b/opendj-sdk/opends/lib/opends_service.exe index db2e924..2ecde9f 100755 --- a/opendj-sdk/opends/lib/opends_service.exe +++ b/opendj-sdk/opends/lib/opends_service.exe Binary files differ -- Gitblit v1.10.0