From bb6bb0b50b588cd9c256f20d13413e8158a87999 Mon Sep 17 00:00:00 2001 From: Nicolas Capponi <nicolas.capponi@forgerock.com> Date: Mon, 30 Nov 2015 11:09:22 +0000 Subject: [PATCH] OPENDJ-2478 dsconfig fails with "Undefined" error message while deleting a log publisher --- opendj-server-legacy/src/messages/org/opends/messages/logger.properties | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/logger.properties b/opendj-server-legacy/src/messages/org/opends/messages/logger.properties index 658cb57..4bfde52 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/logger.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/logger.properties @@ -99,4 +99,10 @@ ERR_COMMON_AUDIT_INVALID_TRANSACTION_ID_26=Error while decoding a transaction id control \ received from a request: %s ERR_COMMON_AUDIT_UNABLE_TO_PROCESS_LOG_EVENT_27=Error while processing a log event \ - for common audit: %s \ No newline at end of file + for common audit: %s +ERR_COMMON_AUDIT_KEYSTORE_PIN_FILE_MISSING_28=Error while processing \ + common audit log publisher %s, the keystore pin file %s is missing +ERR_COMMON_AUDIT_ERROR_READING_KEYSTORE_PIN_FILE_29=Error while processing \ + common audit log publisher %s, the keystore pin file %s could not be read: %s +ERR_COMMON_AUDIT_KEYSTORE_PIN_FILE_CONTAINS_EMPTY_PIN_30=Error while processing \ + common audit log publisher %s, the keystore pin file %s contains an empty pin \ No newline at end of file -- Gitblit v1.10.0