From 1e1c39644fa2efe85b0042a83269f13debdbad6d Mon Sep 17 00:00:00 2001 From: Violette Roche-Montane <violette.roche-montane@forgerock.com> Date: Tue, 11 Jun 2013 15:25:39 +0000 Subject: [PATCH] CR-1829 OPENDJ-982 Upgrade: SNMP Connection Handler does not start after the upgrade As suggested in CR, a new upgrade task has been created 'Rename SNMP security config file'. This task is launched if the old SNMP config file actually exists in the config/snmp/security. The task renames the file with the new opendj name. --- 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 5923f7f..d4f48be 100644 --- a/opends/src/messages/messages/tools.properties +++ b/opends/src/messages/messages/tools.properties @@ -2688,6 +2688,8 @@ configuration file '%s': %s INFO_OPTION_ACCEPT_LICENSE_1836=Automatically accepts the product license \ (if present) +SEVERE_ERR_UPGRADE_RENAME_SNMP_SECURITY_CONFIG_FILE_1838=An error occurred when \ +trying to rename the SNMP security config file: %s # Upgrade tasks INFO_UPGRADE_TASK_6869_SUMMARY_10000=Fixing de-DE collation matching rule OID @@ -2708,3 +2710,5 @@ INFO_UPGRADE_TASK_8487_SUMMARY_10013=Adding PBKDF2 password storage scheme configuration INFO_UPGRADE_TASK_8613_SUMMARY_10014=Adding HTTP connection handler configuration INFO_UPGRADE_TASK_8832_SUMMARY_10015=Adding file-based HTTP access logger +INFO_UPGRADE_TASK_7466_SUMMARY_10016=Rename SNMP security config file + -- Gitblit v1.10.0