From 256c2bcdd00b78a349feef7e2258364cea0e832f 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 Create new EmbeddedDirectoryServer class as API entry point --- opendj-server-legacy/src/messages/org/opends/messages/utility.properties | 35 +++++++++++++++++++++++++++++++++-- 1 files changed, 33 insertions(+), 2 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 003b7f8..9cf169c 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/utility.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/utility.properties @@ -210,8 +210,8 @@ to or replace the file ERR_LDIF_SKIP_165=Skipping entry %s because the DN is not one that \ should be included based on the include and exclude branches/filters -ERR_EMBEDUTILS_SERVER_ALREADY_RUNNING_167=The Directory Server cannot \ - be started because it is already running +ERR_EMBEDUTILS_SERVER_ALREADY_RUNNING_167=The embedded server with server \ + root '%s' cannot be started because it is already running. INFO_EMAIL_TOOL_DESCRIPTION_171=Send an e-mail message via SMTP INFO_EMAIL_HOST_DESCRIPTION_172=The address of the SMTP server to use to send \ the message @@ -406,3 +406,34 @@ 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_IMPORT_DATA_329=An error occurred while attempting \ + to import LDIF file '%s' into embedded server with server root '%s'. Error code \ + is: %s +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 +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 +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 +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 -- Gitblit v1.10.0