From 6dbc45c1b1a8025baf86d07bae5645dd249953c3 Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Tue, 04 Sep 2007 23:54:02 +0000 Subject: [PATCH] Add a new LDIF connection handler, which can be used to watch for new LDIF files to be created in a directory, at which point the changes contained in those LDIF files will be processed by the server using internal operations. This can potentially be used to make configuration changes or invoke tasks if the server is unresponsive to external clients (e.g., all worker threads are busy). --- opendj-sdk/opends/src/messages/messages/protocol.properties | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/protocol.properties b/opendj-sdk/opends/src/messages/messages/protocol.properties index 3278984..bde672b 100644 --- a/opendj-sdk/opends/src/messages/messages/protocol.properties +++ b/opendj-sdk/opends/src/messages/messages/protocol.properties @@ -1407,3 +1407,30 @@ supported over internal LDAP sockets MILD_ERR_INTERNALOS_STARTTLS_NOT_SUPPORTED_444=StartTLS operations are not \ supported over internal LDAP sockets +SEVERE_WARN_LDIF_CONNHANDLER_LDIF_DIRECTORY_NOT_DIRECTORY_445=The value %s \ + specified as the LDIF directory path for the LDIF connection handler defined \ + in configuration entry %s exists but is not a directory. The specified path \ + must be a directory. The LDIF connection handler will start, but will not \ + be able to proces any changes until this path is changed to a directory +MILD_WARN_LDIF_CONNHANDLER_LDIF_DIRECTORY_MISSING_446=The directory %s \ + referenced by the LDIF connection handler defined in configuration entry %s \ + does not exist. The LDIF connection handler will start, but will not be \ + able to process any changes until this directory is created +MILD_ERR_LDIF_CONNHANDLER_CANNOT_READ_CHANGE_RECORD_NONFATAL_447=An error \ + occurred while trying to read a change record from the LDIF file: %s. This \ + change will be skipped but processing on the LDIF file will continue +MILD_ERR_LDIF_CONNHANDLER_CANNOT_READ_CHANGE_RECORD_FATAL_448=An error \ + occurred while trying to read a change record from the LDIF file: %s. No \ + further processing on this LDIF file can be performed +INFO_LDIF_CONNHANDLER_UNKNOWN_CHANGETYPE_449=Unsupported change type %s +INFO_LDIF_CONNHANDLER_RESULT_CODE_450=Result Code: %d (%s) +INFO_LDIF_CONNHANDLER_ERROR_MESSAGE_451=Additional Info: %s +INFO_LDIF_CONNHANDLER_MATCHED_DN_452=Matched DN: %s +INFO_LDIF_CONNHANDLER_REFERRAL_URL_453=Referral URL: %s +SEVERE_ERR_LDIF_CONNHANDLER_IO_ERROR_454=An I/O error occurred while the LDIF \ + connection handler was processing LDIF file %s: %s +SEVERE_ERR_LDIF_CONNHANDLER_CANNOT_RENAME_455=An error occurred while the \ + LDIF connection handler was attempting to rename partially-processed file \ + from %s to %s: %s +SEVERE_ERR_LDIF_CONNHANDLER_CANNOT_DELETE_456=An error occurred while the \ + LDIF connection handler was attempting to delete processed file %s: %s -- Gitblit v1.10.0