From 062a0efc5af3f00d411ee9032741490a813de51f Mon Sep 17 00:00:00 2001 From: Violette Roche-Montane <violette.roche-montane@forgerock.com> Date: Mon, 02 Dec 2013 09:34:32 +0000 Subject: [PATCH] CR-2635 Second fix for OpenDJ-1196. As an issue was find by Christophe when template 02-config was deleted, added a check on template existence before copying it. - Added i18n/path in messages. - Added message ouput for post upgrade task. - Moved temp file creation as it leaves .temp files in schema folder when upgrade fails. --- opends/src/messages/messages/tools.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties index 53bc168..c307e45 100644 --- a/opends/src/messages/messages/tools.properties +++ b/opends/src/messages/messages/tools.properties @@ -2551,6 +2551,7 @@ INFO_UPGRADE_REBUILD_INDEX_ARGUMENTS_1847=The rebuild index tool arguments are %s INFO_UPGRADE_REBUILD_ALL_1848=Rebuilding all indexes INFO_UPGRADE_PROCESS_END_1849=End of the upgrade process +SEVERE_ERR_UPGRADE_CORRUPTED_TEMPLATE_1850='%s' is missing or empty, it is probably corrupted # Upgrade tasks INFO_UPGRADE_TASK_6869_SUMMARY_10000=Fixing de-DE collation matching rule OID -- Gitblit v1.10.0