From 2406449c5f0309525bfd5d86de417b32bcc7c1b3 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Mon, 03 Sep 2007 14:35:07 +0000 Subject: [PATCH] Fix a bug with certificates in the uninstaller and replication command lines. Improve the error messages to be displayed to the user when the uninstall fails.Fix a infinite loop that occurred when the user provided a protocol not configured in the server to access the registration information. Fix a bug that prevented the uninstall to proceed when the user specified forceOnError and an error accessing the remote servers configuration occurred. Fix a bug that occurred when the user specified to use start TLS and it was not configured in the server (this bug applies to both the uninstaller and status command-lines). --- opends/src/messages/messages/quicksetup.properties | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties index 107dbc5..a27f727 100644 --- a/opends/src/messages/messages/quicksetup.properties +++ b/opends/src/messages/messages/quicksetup.properties @@ -292,8 +292,7 @@ INFO_ERROR_CONFIGURING_CERTIFICATE=Error Configuring Certificates. INFO_ERROR_CONFIGURING_REMOTE_GENERIC=An unexpected error occurred \ configuring server %s.%nThe error is: %s -INFO_ERROR_CONNECTING_TO_LOCAL=An unexpected error occurred connecting to the \ - server. +INFO_ERROR_CONNECTING_TO_LOCAL=An error occurred connecting to the server. INFO_ERROR_COPYING=An unexpected error occurred extracting file %s. INFO_ERROR_COPYING_FILE=Error copying file %s to %s. INFO_ERROR_COULD_NOT_CREATE_PARENT_DIR=Could not create parent directory %s. \ -- Gitblit v1.10.0