From c7ddc18873a3cde7b866cb399faefed2dc9b44b4 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Mon, 18 Jan 2010 22:15:43 +0000 Subject: [PATCH] Fix for issue 4381 (Enabling windows service once server started fails to detect server status) If the server is running, launch the service after the service has been enabled. The code of the service (native code in service.c) already handles the case where the server is running before the service code has been launched. --- opendj-sdk/opends/src/messages/messages/tools.properties | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties index 0fe5f9f..cfaed9c 100644 --- a/opendj-sdk/opends/src/messages/messages/tools.properties +++ b/opendj-sdk/opends/src/messages/messages/tools.properties @@ -20,7 +20,7 @@ # # CDDL HEADER END # -# Copyright 2006-2009 Sun Microsystems, Inc. +# Copyright 2006-2010 Sun Microsystems, Inc. @@ -2552,3 +2552,6 @@ the period (in seconds) between two displays of the status INFO_INSTALLDS_PRINT_EQUIVALENT_COMMAND_LINE_1708=Print equivalent \ non-interactive command-line +MILD_ERR_WINDOWS_SERVICE_ENABLING_ERROR_STARTING_SERVER_1709=The Windows \ + Service was successfully configured but there was an error starting it. \ + Error code starting Windows Service: %d. -- Gitblit v1.10.0