From c18591b0bb075c240849ec5d2520a0442dca330d Mon Sep 17 00:00:00 2001
From: Fabio Pistolesi <fabio.pistolesi@forgerock.com>
Date: Tue, 05 Apr 2016 10:09:16 +0000
Subject: [PATCH] Refactor initialization in tools for OPENDJ-2616 Support protection of pluggable backend data at rest

---
 opendj-server-legacy/src/messages/org/opends/messages/tool.properties |   18 ++++++++----------
 1 files changed, 8 insertions(+), 10 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 e0d019d..5be737e 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties
@@ -77,7 +77,7 @@
  Directory Server schema:  %s
 ERR_CANNOT_INITIALIZE_CORE_CONFIG_23=An error occurred while trying to \
  initialize the core Directory Server configuration:  %s
-ERR_ENCPW_CANNOT_INITIALIZE_STORAGE_SCHEMES_24=An error occurred while \
+ERR_CANNOT_INITIALIZE_STORAGE_SCHEMES_24=An error occurred while \
  trying to initialize the Directory Server password storage schemes:  %s
 ERR_ENCPW_NO_STORAGE_SCHEMES_25=No password storage schemes have been \
  configured for use in the Directory Server
@@ -566,10 +566,6 @@
  values
 INFO_LDIFIMPORT_DESCRIPTION_SKIP_SCHEMA_VALIDATION_339=Skip schema validation \
  during the LDIF import
-ERR_LDIFEXPORT_CANNOT_INITIALIZE_PLUGINS_340=An error occurred while \
- attempting to initialize the LDIF export plugins:  %s
-ERR_LDIFIMPORT_CANNOT_INITIALIZE_PLUGINS_341=An error occurred while \
- attempting to initialize the LDIF import plugins:  %s
 INFO_DESCRIPTION_ASSERTION_FILTER_342=Use the LDAP assertion control with the \
  provided filter
 ERR_LDAP_ASSERTION_INVALID_FILTER_343=The search filter provided for the \
@@ -623,7 +619,7 @@
  scheme "%s" is not configured for use in the Directory Server
 ERR_ENCPW_INVALID_ENCODED_AUTHPW_372=The provided password is not a \
  valid encoded authentication password value:  %s
-ERR_LDIFIMPORT_CANNOT_INITIALIZE_PWPOLICY_373=An error occurred while \
+ERR_CANNOT_INITIALIZE_PWPOLICY_373=An error occurred while \
  attempting to initialize the password policy components:  %s
 INFO_STOPDS_DESCRIPTION_HOST_374=Directory server hostname or IP address
 INFO_STOPDS_DESCRIPTION_PORT_375=Directory server administration port number
@@ -2168,9 +2164,8 @@
  already a backup location for backend %s
 
 INFO_RECURRING_TASK_PLACEHOLDER_1651={schedulePattern}
-ERR_ENCPW_CANNOT_INITIALIZE_SERVER_COMPONENTS_1652=An error occurred \
- while attempting to initialize server components to run the encode \
- password tool:  %s
+ERR_CANNOT_INITIALIZE_SERVER_COMPONENTS_1652=An error occurred \
+ while attempting to initialize server components to run the tool: %s
 ERR_LDIFIMPORT_COUNT_REJECTS_REQUIRES_OFFLINE_1653=The %s \
  argument is not supported for online imports
 INFO_DESCRIPTION_RECURRING_TASK_1654=Indicates the task is recurring and will \
@@ -2458,7 +2453,10 @@
 offHeapSize cannot be parsed: %s
 INFO_LDIFIMPORT_DESCRIPTION_OFFHEAP_SIZE_1898=Size expressed in megabytes of the off-heap memory dedicated to the \
 phase one buffers.
-INFO_LDIFIMPORT_OFFHEAP_SIZE_PLACEHOLDER_1687={size in megabytes}
+INFO_LDIFIMPORT_OFFHEAP_SIZE_PLACEHOLDER_1899={size in megabytes}
+ERR_CANNOT_INITIALIZE_BACKENDS_1900=An error occurred while initializing server backends: %s
+ERR_CANNOT_INITIALIZE_SERVER_PLUGINS_1901=An error occurred while initializing plugins: %s
+ERR_CANNOT_SUBSYSTEM_NOT_INITIALIZED_1902=Subsystem %s should be initialized first
 
 # Upgrade tasks
 INFO_UPGRADE_TASK_6869_SUMMARY_10000=Fixing de-DE collation matching rule OID

--
Gitblit v1.10.0