From 07314bd0f1ad8d225edead4d97495876edb5fdc2 Mon Sep 17 00:00:00 2001 From: Patrick Diligent <patrick.diligent@forgerock.com> Date: Fri, 17 Apr 2015 01:23:20 +0000 Subject: [PATCH] OPENDJ-1056 CR-6649 Add troubleshooting logging for mis-configured secure connections --- opendj-server-legacy/src/messages/org/opends/messages/protocol.properties | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/protocol.properties b/opendj-server-legacy/src/messages/org/opends/messages/protocol.properties index 01faa20..8a7daca 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/protocol.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/protocol.properties @@ -907,3 +907,5 @@ whitespace character at the current position: %s ERR_GSER_NO_VALID_IDENTIFIEDCHOICE_1523=The GSER value does not \ contain a valid IdentifiedChoiceValue at the current position: %s +INFO_NULL_KEY_PROVIDER_MANAGER_1524=The keystore %s seems to be missing, \ + this may render the secure port inoperative for '%s' \ No newline at end of file -- Gitblit v1.10.0