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/tools.properties | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties index 6d9be6d..59ba407 100644 --- a/opends/src/messages/messages/tools.properties +++ b/opends/src/messages/messages/tools.properties @@ -2347,7 +2347,7 @@ provided LDIF files must be conform to the server schema SEVERE_WARN_LDIFDIFF_NO_CONFIG_FILE_1675=WARNING: no configuration file was \ provided as argument. No schema check will be performed. If this is being \ - called throught the '%s' command-line, verify that the script has not been \ + called through the '%s' command-line, verify that the script has not been \ modified INFO_LDAPAUTH_NON_EMPTY_PASSWORD_1676=You must provide a non-empty password \ to continue @@ -2540,7 +2540,7 @@ INFO_UPGRADE_REBUILD_INDEX_ENDS_1840=Rebuild index task ends INFO_UPGRADE_PERFORMING_POST_TASKS_1841=Performing post upgrade tasks INFO_UPGRADE_POST_TASKS_COMPLETE_1842=Post upgrade tasks complete -SEVERE_ERR_UPGRADE_PERFORMING_POST_TASKS_FAIL_1843=An error occured during post \ +SEVERE_ERR_UPGRADE_PERFORMING_POST_TASKS_FAIL_1843=An error occurred during post \ upgrade task. Process aborted. Please check log for further details INFO_UPGRADE_REBUILD_INDEX_DECLINED_1844 =You have to rebuild the '%s' index \ manually to get a fully functional server @@ -2585,3 +2585,5 @@ INFO_UPGRADE_TASK_10133_1_SUMMARY_10021=Changing matching rule for 'userCertificate' and \ 'caCertificate' to CertificateExactMatch INFO_UPGRADE_TASK_10133_2_SUMMARY_10022=Configuring 'CertificateExactMatch' matching rule +INFO_UPGRADE_TASK_10733_1_SUMMARY_10023=Removing 'dc=replicationchanges' backend +INFO_UPGRADE_TASK_10733_2_SUMMARY_10024=Removing ACI for 'dc=replicationchanges' -- Gitblit v1.10.0