From 5360b07bd36e6b3479c1bb3f911bb34f8d661b1f Mon Sep 17 00:00:00 2001 From: Nicolas Capponi <nicolas.capponi@forgerock.com> Date: Wed, 21 Sep 2016 15:15:44 +0000 Subject: [PATCH] OPENDJ-2413 Apply PR comments: remove builders in parameters classes, simplify configuration retrieval Include also other minor changes and renaming --- opendj-server-legacy/src/messages/org/opends/messages/utility.properties | 36 +++++++++++++++++++----------------- 1 files changed, 19 insertions(+), 17 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/utility.properties b/opendj-server-legacy/src/messages/org/opends/messages/utility.properties index 9cf169c..8a75da5 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/utility.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/utility.properties @@ -406,34 +406,36 @@ ERR_BACKUP_CANNOT_CREATE_SAVE_DIRECTORY_326=An error occurred while \ attempting to create a save directory with base path %s before restore of \ backup of %s: %s -ERR_EMBEDDED_SERVER_DISPLAY_REPLICATION_STATUS_327=An error occurred while attempting \ - to display replication status of embedded server with server root '%s'. Error code \ - is: %s -ERR_EMBEDDED_SERVER_ENABLE_REPLICATION_328=An error occurred while attempting \ - to enable replication between embedded server with server root '%s' and replication \ - port1 '%s' and second server with hostname '%s' and replication port2 '%s'. Error code \ - is: %s +ERR_EMBEDDED_SERVER_CONFIGURE_REPLICATION_328=An error occurred while attempting \ + to configure replication between embedded server with server root '%s' and source replication \ + port '%s' and destination server with hostname '%s' and destination replication port '%s'. Error code \ + is: %d ERR_EMBEDDED_SERVER_IMPORT_DATA_329=An error occurred while attempting \ to import LDIF file '%s' into embedded server with server root '%s'. Error code \ - is: %s + is: %d ERR_EMBEDDED_SERVER_INITIALIZE_REPLICATION_330=An error occurred while attempting \ to initialize replication between embedded server with server root '%s' and admin \ - port1 '%s' and second server with hostname '%s' and admin port2 '%s'. Error code \ - is: %s -ERR_EMBEDDED_SERVER_READ_CONFIG_331=An error occurred while attempting \ - to read configuration of embedded server with server root '%s' : %s + source port '%s' and destination server with hostname '%s' and destination admin port '%s'. Error code \ + is: %d ERR_EMBEDDED_SERVER_SETUP_332=An error occurred while attempting \ to setup the embedded server with server root '%s', base DN '%s' and backend type '%s'. \ - Error code is: %s + Error code is: %d ERR_EMBEDDED_SERVER_SETUP_EXTRACT_ARCHIVE_333=An error occurred while attempting \ to extract server archive '%s' before setup of embedded server with server root '%s': %s ERR_EMBEDDED_SERVER_REBUILD_INDEX_334=An error occurred while attempting \ - to rebuild index of embedded server with server root '%s'. Error code is: %s -ERR_EMBEDDED_SERVER_UPDATE_CONFIG_335=An error occurred while attempting \ - to update configuration of embedded server with server root '%s' : %s + to rebuild index of embedded server with server root '%s'. Error code is: %d ERR_EMBEDDED_SERVER_START_336=An error occurred while attempting \ to start the embedded server with server root '%s' : %s ERR_EMBEDDED_SERVER_UPGRADE_337=An error occurred while attempting \ to upgrade the embedded server with server root '%s' : %s ERR_EMBEDDED_SERVER_INTERNAL_CONNECTION=An error occurred while attempting to retrieve \ - an internal connection to the server with the user DN '%s' \ No newline at end of file + an internal connection to the server with the user DN '%s' +ERR_EMBEDDED_SERVER_ARCHIVE_SETUP_WRONG_ROOT_DIRECTORY=The setup from an archive \ + can only be done with a server root directory named after the root directory contained \ + in the archive: '%s'. The provided server root was: '%s' +ERR_EMBEDDED_SERVER_IMPORT_DATA_SERVER_IS_NOT_RUNNING=The import data operation could \ + not be performed on the embedded server because it is not running +ERR_EMBEDDED_SERVER_REBUILD_INDEX_SERVER_IS_RUNNING=The rebuild index operation could \ + not be performed on the embedded server because it is running +ERR_EMBEDDED_SERVER_LDIF_MANAGEMENT_CONTEXT=An error occurred while attempting to \ + read the configuration file '%s' \ No newline at end of file -- Gitblit v1.10.0