From 9b52322ea7879b26b1594b002f7107c6c2e6aeff Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Wed, 11 Jun 2014 08:14:37 +0000 Subject: [PATCH] OPENDJ-1490 (CR-3724) Replicated server fails to start after upgrade due to missing ReplicationBackend class --- opends/src/messages/messages/admin_tool.properties | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index 73be39d..545da64 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -645,12 +645,12 @@ following suffixes:%n%s%nTo avoid a single point of failure at least two \ replication servers must be configured.%nDo you want to continue? INFO_DISABLE_REPLICATION_DISABLE_IN_REMOTE=You have decided to disable the \ - replication server (replication changelog). At least one replicaton server \ + replication server (replication changelog). At least one replication server \ is required in a replication topology and this is the last replication server \ for the following suffixes:%n%s%nReplication will be disabled for these \ servers. INFO_DISABLE_REPLICATION_DISABLE_IN_REMOTE_PROMPT=You have decided to disable \ - the replication server (replication changelog). At least one replicaton \ + the replication server (replication changelog). At least one replication \ server is required in a replication topology and this is the last replication \ server for the following suffixes:%n%s%nReplication will be disabled for \ these servers.%nDo you want to continue? @@ -692,7 +692,7 @@ INFO_REPLICATION_WARNING_NO_REPLICATION_SERVER_TO_DISABLE=There is no \ replication server configured in '%s'. INFO_REPLICATION_PROMPT_DISABLE_REPLICATION_SERVER=Do you want to disable the \ - replication server (changelog and replicatin port '%d') on the server? + replication server (changelog and replication port '%d') on the server? INFO_REPLICATION_CONFIRM_INITIALIZE_ADS=You chose to initialize the contents \ of base DN %s on server %s with the contents in server %s. This base DN is \ used by the replication mechanism and by some administrative tools and it is \ -- Gitblit v1.10.0