From d056ebdcc008cc3f0343390c682fddd6b9946384 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Thu, 20 Jun 2013 20:16:32 +0000 Subject: [PATCH] Fix OPENDJ-992: JE environment failure (LOG_FILE_NOT_FOUND) after upgrading from OpenDJ 2.4.6 to OpenDJ 2.6.0 --- opends/src/messages/messages/tools.properties | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties index 3100921..62b6fa2 100644 --- a/opends/src/messages/messages/tools.properties +++ b/opends/src/messages/messages/tools.properties @@ -2713,4 +2713,8 @@ INFO_UPGRADE_TASK_7466_SUMMARY_10016=Rename SNMP security config file INFO_UPGRADE_TASK_8985_1_SUMMARY_10017=Adding 'emailAddress' attribute INFO_UPGRADE_TASK_8985_2_SUMMARY_10018=Updating subject attribute to user attribute configuration +INFO_UPGRADE_TASK_9013_DESCRIPTION_10019=OpenDJ 2.5.0-Xpress1 introduced a \ + regression in the ds-sync-hist ordering index. This index must be rebuilt \ + after the upgrade has completed and before restarting OpenDJ. Do you wish to \ + continue? -- Gitblit v1.10.0