From d48536f1cf5e4b6714122fc0d85a5e77bf731346 Mon Sep 17 00:00:00 2001 From: Gaetan Boismal <gaetan.boismal@forgerock.com> Date: Wed, 16 Mar 2016 11:41:09 +0000 Subject: [PATCH] OPENDJ-2730 Fix upgrade on case insensitive file systems --- opendj-server-legacy/src/messages/org/opends/messages/tool.properties | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties index 70613b5..2afca86 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties @@ -2623,6 +2623,8 @@ based on "distinguishedName" attribute type, like "member", "owner", "roleOccupant" and "seeAlso". \ They all have to be rebuilt if they exist on your server and this could take a long time to proceed. \ Do you want to launch this process automatically at the end of the upgrade? +INFO_UPGRADE_TASK_UNABLE_TO_REMOVE_OLD_JARS_20029=Unable to determine whether the file system is case sensitive. \ + If the file system is case sensitive, then remove OpenDJ.jar and all OpenDJ_*.jar before starting the upgraded server. INFO_LDAP_CONN_PROMPT_SECURITY_LDAP=LDAP INFO_LDAP_CONN_PROMPT_SECURITY_USE_SSL=LDAP with SSL -- Gitblit v1.10.0