Uses of Class
org.forgerock.i18n.LocalizableMessageDescriptor.Arg2
Package
Description
This package provides an alternative localization mechanism to
org.slf4j.cal10n
.APIs for implementing REST to LDAP gateways.
Defines all the messages that may be used in the Directory Server and tools.
Contains various classes that comprise the core of the Directory Server codebase.
Contains implementations for various Directory Server tasks.
-
Uses of LocalizableMessageDescriptor.Arg2 in org.forgerock.i18n.slf4j
Modifier and TypeMethodDescription<T1,
T2> void LocalizedLogger.error
(LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs an error message.<T1,
T2> void LocalizedLogger.info
(LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a message at INFO level.<T1,
T2> void LocalizedLogger.note
(LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a message at NOTICE level.<T1,
T2> void LocalizedLogger.warn
(LocalizableMessageDescriptor.Arg2<T1, T2> d, T1 a1, T2 a2) Logs a warning message. -
Uses of LocalizableMessageDescriptor.Arg2 in org.forgerock.opendj.rest2ldap
Modifier and TypeFieldDescriptionRest2ldapMessages.ERR_ABSTRACT_AUXILIARY_TYPE_IN_CREATE
The resource cannot be created because it specified the abstract auxiliary resource type '%s'. Please specify one of the following non-abstract auxiliary types: %s
Rest2ldapMessages.ERR_ABSTRACT_TYPE_IN_CREATE
The resource cannot be created because it specified the abstract resource type '%s'. Please specify one of the following non-abstract types: %s
Rest2ldapMessages.ERR_BAD_API_RESOURCE_VERSION
The requested resource API version '%s' is unsupported. This endpoint only supports the following resource API version(s): %s
Rest2ldapMessages.ERR_CONFIG_INVALID_AUTHZID_TEMPLATE
Invalid authorization ID template: '%s'.Templates must start with one of the following elements: %s
Rest2ldapMessages.ERR_CONFIG_INVALID_KEY_MANAGER
The key-manager defined in '%s' is invalid: %s
Rest2ldapMessages.ERR_CONFIG_INVALID_TRUST_MANAGER
The trust-manager defined in '%s' is invalid: %s
Rest2ldapMessages.ERR_CONFIG_OAUTH2_INVALID_INTROSPECT_URL
The token introspection endpoint '%s' is not a valid URL: '%s'
Rest2ldapMessages.ERR_CONFIG_OAUTH2_UNSUPPORTED_ACCESS_TOKEN_RESOLVER
'%s'is not a supported access token resolver. Must be one of '%s'
Rest2ldapMessages.ERR_CONFIG_UNSUPPORTED_BIND_STRATEGY
Unsupported bind strategy '%s'. Must be one of '%s'
Rest2ldapMessages.ERR_ENCODING_VALUES_FOR_FIELD
The request cannot be processed because an error occurred while encoding the values for the field '%s': '%s'
Rest2ldapMessages.ERR_HDAP_JWT_CLAIM_DOES_NOT_CONTAIN
The given JWT claim '%s' does not contain the value '%s'
Rest2ldapMessages.ERR_HDAP_JWT_DEFAULT_SECRET_STORE
Unable to create a secret store for the purposes '%s' with the default JWS algorithm '%s'
Rest2ldapMessages.ERR_HDAP_JWT_NO_KEY_FOUND
The key '%s' is configured as valid but is not found: %s
Rest2ldapMessages.ERR_HDAP_JWT_REQUIRES_KEYSTORE_CONFIG
A keystore is required: as a keyAlias '%s' is defined in the servlet JWT configuration, the configuration should also declare a 'security/keyManager' with one of these values: %s
Rest2ldapMessages.ERR_HDAP_UNKNOWN_BIND_MECHANISM
Unknown bindMechanism '%s' declared in the HDAP configuration '%s'
Rest2ldapMessages.ERR_ILLEGAL_FILTER_ASSERTION_VALUE
The request cannot be processed because it contained an illegal filter assertion value '%s' for field '%s'
Rest2ldapMessages.ERR_JSON_QUERY_PARSE_ERROR_UNRECOGNIZED_FILTER_OPERATOR
The value '%s' could not be parsed as a valid JSON query filter because it contained an unrecognized or unsupported filter operator '%s'
Rest2ldapMessages.ERR_LOCAL_SORT_AND_PAGE_INVALID_PAGINATION
Local sorting and pagination fails: the resulting ordered page '%s' has more elements than '%d' (pageSize + 1)
Rest2ldapMessages.ERR_MODIFY_READ_ONLY_FIELD
The %s request cannot be processed because it attempts to modify the read-only field '%s'
Rest2ldapMessages.ERR_MVCC_VERSIONS_MISMATCH
The resource could not be accessed because the expected version '%s' does not match the current version '%s'
Rest2ldapMessages.ERR_OAUTH2_CTS_INVALID_TOKEN_TYPE
The token '%s' must be an access token, but it is a '%s'
Rest2ldapMessages.ERR_OAUTH2_CTS_TOKEN_NOT_FOUND
Unable to find the token '%s' in the CTS because: '%s'
Rest2ldapMessages.ERR_OAUTH2_CTS_TOKEN_RESOLUTION
Unable to resolve access token '%s' due to the following reason: '%s'
Rest2ldapMessages.ERR_OAUTH2_FILE_INVALID_JSON_TOKEN
Malformed token file '%s'. Details: '%s'
Rest2ldapMessages.ERR_REFERENCE_CANNOT_BE_UPDATED
The request cannot be processed because it attempts to update the properties of referenced resource(s) '%s' through the resource '%s'. Update the referenced resource with these values through a direct request.
Rest2ldapMessages.ERR_REFERENCE_FIELD_AMBIGUOUS
The request cannot be processed because the resource '%s' referenced in field '%s' is ambiguous
Rest2ldapMessages.ERR_REFERENCE_FIELD_DOES_NOT_EXIST
The request cannot be processed because the resource '%s' referenced in field '%s' does not exist
Rest2ldapMessages.ERR_REMOVE_REQUIRED_FIELD
The %s request cannot be processed because it attempts to remove the required field '%s'
Rest2ldapMessages.ERR_REVERSE_PROPERTY_NOT_FOUND
The reverseReference property mapper for property "%s" specifies a property which is not a "reference" property in the resource "%s"
Rest2ldapMessages.ERR_RUNTIME_EXCEPTION
A runtime exception occurred while processing the request '%s': '%s'
Rest2ldapMessages.ERR_SCHEMA_UNRECOGNIZED_NAME
The schema element requested for '%s' is not recognized: '%s'
Rest2ldapMessages.ERR_UNABLE_LOAD_SCHEMA
Unable to load the LDAP schema: %s. Next attempt at %s
Rest2ldapMessages.ERR_UNRECOGNIZED_AUXILIARY_TYPE_IN_CREATE
The resource cannot be created because it specified an auxiliary resource type '%s' which is not permitted by this resource. Please specify one of the following auxiliary types: %s
Rest2ldapMessages.ERR_UNRECOGNIZED_FILTER_OPERATOR
The query request cannot be processed because its query filter '%s' contained an unrecognized or unsupported filter operator '%s'
Rest2ldapMessages.ERR_UNRECOGNIZED_RESOURCE_AUXILIARY_TYPE
The resource '%s' has an unrecognized auxiliary type '%s'
Rest2ldapMessages.ERR_UNRECOGNIZED_RESOURCE_SUPER_TYPE
The resource '%s' has an unrecognized super-type '%s'
Rest2ldapMessages.ERR_UNRECOGNIZED_SUB_RESOURCE_TYPE
The resource '%s' references an unrecognized sub-resource '%s'
Rest2ldapMessages.ERR_UNRECOGNIZED_TYPE_IN_CREATE
The resource cannot be created because it specified an unrecognized resource type '%s'. Please specify one of the following types: %s
Rest2ldapMessages.INFO_HDAP_CREATING_ENDPOINT
HDAP created endpoint '%s' version %s
Rest2ldapMessages.INFO_REST2LDAP_CREATING_ENDPOINT
Rest2Ldap created endpoint '%s' version %s
-
Uses of LocalizableMessageDescriptor.Arg2 in org.opends.messages
Modifier and TypeFieldDescriptionServerMessages.DSBACKUP_BACKEND_NAME_OR_BACKUP_ID_ARG_MISSING
Either the --%s or --%s argument must be provided
ServerMessages.DSBACKUP_BACKUP_SUCCESSFUL
Backup completed for backend '%s' with backup ID '%s'
The attempt to remove backend files from directory '%s' has failed, backend '%s' may contain corrupted data, please remove the files manually
ServerMessages.DSBACKUP_CANNOT_COMPUTE_BACKEND_FILE_FINGERPRINT
Cannot compute the fingerprint for backend file '%s': %s
ServerMessages.DSBACKUP_CANNOT_CREATE_BACKEND_DIRECTORY
Cannot create the backend directory '%s' before restoring: %s
ServerMessages.DSBACKUP_CANNOT_DELETE_BACKEND_FILES
Cannot delete backend files from directory '%s': %s
ServerMessages.DSBACKUP_CANNOT_DELETE_LOCK_FILE
Cannot delete the backup lock file '%s', please remove this file manually: %s
ServerMessages.DSBACKUP_CANNOT_READ_BACKEND_FILES
Cannot read backend files in directory '%s': %s
ServerMessages.DSBACKUP_CREATE_CANNOT_LOCK_BACKEND
Cannot acquire a shared lock for backend '%s': %s. This generally means that some other process has exclusive access to this backend (e.g., a restore or an LDIF import)
ServerMessages.DSBACKUP_CREATE_CANNOT_UNLOCK_BACKEND
Cannot release the shared lock for backend '%s': %s. This lock should automatically be cleared when the backup process exits, so no further action should be required
ServerMessages.DSBACKUP_CREATE_REQUESTED_BACKENDS_DO_NOT_SUPPORT_BACKUP
The following backends do not support backups: %s. Here is the list of enabled backends that support backups: %s
ServerMessages.DSBACKUP_CREATE_REQUESTED_BACKENDS_NOT_ENABLED
The following backends do not exist or are disabled: %s. Here is the list of enabled backends that support backups: %s
ServerMessages.DSBACKUP_ERROR_DURING_BACKUP
An error occurred while attempting to backup backend '%s': %s
ServerMessages.DSBACKUP_FILE_IS_CORRUPTED
File '%s' is corrupted: %s
ServerMessages.DSBACKUP_IO_EXCEPTION_WITH_FILE
Problem with file '%s' : %s
ServerMessages.DSBACKUP_PURGE_ARG_CAN_ONLY_BE_USED_WITH_OTHER_ARG
The option '--%s' can only be used with the option '--%s'
ServerMessages.DSBACKUP_PURGE_BACKEND_FILES_ERROR
An error occurred while attempting to purge backup files starting with '%s': %s
ServerMessages.DSBACKUP_PURGE_BACKEND_NAME_DESCRIPTION
Purge only backups of the specified backend. Specify this option multiple times to allow purging backups of different backends. Skip this option to allow purging backups of all backends. This can only be used with options '--%s' or '--%s'
ServerMessages.DSBACKUP_PURGE_ERROR
An error occurred while attempting to purge the backup '%s': %s
ServerMessages.DSBACKUP_PURGE_KEEPCOUNT_ARG_EXCEPTION
Invalid value for '%s': %s
ServerMessages.DSBACKUP_RESTORE_CANNOT_LOCK_BACKEND
Cannot acquire an exclusive lock for backend '%s': %s. This generally means some other process is still using this backend (e.g., it is in use by the Directory Server or a backup or LDIF export is in progress)
ServerMessages.DSBACKUP_RESTORE_CANNOT_UNLOCK_BACKEND
Cannot release the exclusive lock for backend '%s': %s. This lock should automatically be cleared when the restore process exits, so no further action should be required
ServerMessages.DSBACKUP_RESTORE_STARTS
Starting restore for backend '%s' with backup ID '%s'
ServerMessages.DSBACKUP_RESTORE_SUCCESSFUL
Restore completed for backend '%s' with backup ID '%s'
ServerMessages.DSBACKUP_RESTORE_WARN_CANNOT_ACTIVATE_BACKEND
Cannot enable backend '%s' after restoring: %s
ServerMessages.DSBACKUP_STORAGE_PROPERTY_ARG_ONLY_ONE_VALUE
The storage property '%s' has several values while it can have only one. The provided properties string was: "%s"
ServerMessages.ERR_ADD_ATTR_IS_INVALID_OPTION
Entry %s can not be added because BER encoding of %s attribute is not supported
ServerMessages.ERR_ADD_ATTR_IS_NO_USER_MOD
Entry %s cannot be added because it includes attribute %s which is defined as NO-USER-MODIFICATION in the server schema
ServerMessages.ERR_ADD_MISSING_RDN_ATTRIBUTE
Entry %s cannot be added because it is missing attribute %s that is contained in the entry's RDN. All attributes used in the RDN must also be provided in the attribute list for the entry
ServerMessages.ERR_ADD_NO_PARENT
Entry %s cannot be added because its parent entry %s does not exist in the server
ServerMessages.ERR_ADD_PARENT_IS_SUBENTRY
Entry %s cannot be added because its parent entry %s is a subentry
ServerMessages.ERR_ADD_UNSUPPORTED_CRITICAL_CONTROL
Entry %s cannot be added because the request contained a critical control with OID %s that is not supported by the Directory Server for this type of operation
ServerMessages.ERR_ADMIN_DATA_TRUSTMANAGER_KEYSTORE_READ_ALIAS_FAILURE
An unexpected error occurred while attempting to read the instance key '%s' in "cn=admin data": %s
ServerMessages.ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_PERIOD
The provided value "%s" could not be parsed as a valid distinguished name because the parsed attribute name %s included a period but that name did not appear to be a valid OID
ServerMessages.ERR_ATTR_SYNTAX_DN_ATTR_VALUE_DECODE_FAILURE
The provided value "%s" could not be parsed as a valid distinguished name because an unexpected failure occurred while attempting to parse an attribute value from one of the RDN components: "%s"
ServerMessages.ERR_ATTR_SYNTAX_DN_END_WITH_ATTR_NAME
The provided value "%s" could not be parsed as a valid distinguished name because the last non-space character was part of the attribute name '%s'
ServerMessages.ERR_ATTR_SYNTAX_DN_INVALID_HEX_DIGIT
The provided value "%s" could not be parsed as a valid distinguished name because an attribute value started with an octothorpe (#) but contained a character %c that was not a valid hexadecimal digit
ServerMessages.ERR_BACKEND_ADD_NOT_SUPPORTED
Unwilling to add entry "%s" because add operations are not supported in the "%s" backend
ServerMessages.ERR_BACKEND_CANNOT_CHANGE_CONFIDENTIALITY
Confidentiality cannot be disabled on suffix '%s' because the following indexes have confidentiality still enabled: %s
ServerMessages.ERR_BACKEND_CANNOT_REGISTER_BASEDNS
An error occurred while attempting to register the base DNs %s in the Directory Server: %s
ServerMessages.ERR_BACKEND_CONFIG_CACHE_PERCENT_GREATER_THAN_JVM_HEAP
Configuration attribute ds-cfg-db-cache-percent has a value of %d%% but the JVM has only %d%% available
ServerMessages.ERR_BACKEND_CONFIG_CACHE_SIZE_GREATER_THAN_JVM_HEAP
Configuration attribute ds-cfg-db-cache-size has a value of %d but the JVM has only %d available. Consider using ds-cfg-db-cache-percent
ServerMessages.ERR_BACKEND_DEBUG_CANNOT_LOCK_BACKEND
An error occurred while attempting to acquire a shared lock for backend %s: %s. This generally means that some other process has exclusive access to this backend (e.g., a restore or an LDIF import)
ServerMessages.ERR_BACKEND_DEBUG_DECODE_BASE_DN
Unable to decode base DN string "%s" as a valid distinguished name: %s
ServerMessages.ERR_BACKEND_DEBUG_NO_ENTRY_CONTAINERS_FOR_BASE_DN
None of the entry containers are configured with the requested base DN %s in backend %s
ServerMessages.ERR_BACKEND_DELETE_NOT_SUPPORTED
Unwilling to remove entry "%s" because delete operations are not supported in the "%s" backend
ServerMessages.ERR_BACKEND_ENTRY_DOESNT_EXIST
Entry %s does not exist in the "%s" backend
ServerMessages.ERR_BACKEND_LIST_FILES_TO_BACKUP
An error occurred while trying to list the files to backup for backend '%s': %s
ServerMessages.ERR_BACKEND_MODIFY_DN_NOT_SUPPORTED
Unwilling to rename entry "%s" because modify DN operations are not supported in the "%s" backend
ServerMessages.ERR_BACKEND_MODIFY_NOT_SUPPORTED
Unwilling to update entry "%s" because modify operations are not supported in the "%s" backend
ServerMessages.ERR_BACKEND_SEARCH_ENTRY
An error occurred when searching for %s : %s
ServerMessages.ERR_BACKEND_TOOL_CURSOR_AT_KEY_NUMBER
At key number %d, %s:
ServerMessages.ERR_BACKEND_TOOL_ERROR_INITIALIZING_BACKEND
An unexpected error occurred while attempting to initialize the backend '%s': %s
ServerMessages.ERR_BACKEND_TOOL_EXECUTING_COMMAND
An error occurred while trying to execute %s: %s
ServerMessages.ERR_BACKEND_TOOL_NO_TREE_FOR_NAME_IN_STORAGE
No storage index exists with the requested name %s in backend %s
ServerMessages.ERR_BACKUP_CANNOT_LIST_LOG_FILES
An error occurred while attempting to obtain a list of the files in directory %s to include in the backup: %s
ServerMessages.ERR_BAD_ADMIN_API_RESOURCE_VERSION
The requested admin API version '%s' is unsupported. This endpoint only supports the following admin API version(s): %s
ServerMessages.ERR_BIND_OPERATION_INSECURE_SASL_BIND
Rejecting a SASL %s bind request for user %s because the password policy requires secure authentication
ServerMessages.ERR_CANNOT_ACQUIRE_EXCLUSIVE_SERVER_LOCK
The Directory Server could not acquire an exclusive lock on file %s: %s. This generally means that another instance of this server is already running
ServerMessages.ERR_CANNOT_DECODE_BASE_DN
Unable to decode base DN string "%s" as a valid distinguished name: %s
ServerMessages.ERR_CANNOT_DECODE_CONTROL_VALUE
Cannot decode the provided control %s because an error occurred while attempting to decode the control value: %s
ServerMessages.ERR_CANNOT_DECODE_PRINCIPAL_AS_DN
Could not map the provided certificate chain to a user becausethe peer certificate issuer "%s" could not be decoded as an LDAP DN: %s
ServerMessages.ERR_CANNOT_READ_CONFIG_VERSION
An error occurred when trying to read the configuration version in %s : %s
ServerMessages.ERR_CANNOT_READ_UPGRADE_NUMBER
An error occurred when trying to read the upgrade version in second line of file '%s' (%s)
ServerMessages.ERR_CANNOT_RECOVER_CHANGES
Error when searching old changes from the database for base DN %s: %s
ServerMessages.ERR_CANT_LOCATE_JAVA_CMD
Could not find the "%s" command in "%s"
ServerMessages.ERR_CERTIFICATE_ISSUER_DOES_NOT_MATCH
Could not map the provided certificate chain to a user because the matching user entry with DN '%s' does not contain an issuer DN matching the certificate issuer DN '%s'
ServerMessages.ERR_CHANGELOG_BACKEND_UNEXPECTED_MESSAGE_TYPE
Unexpected message type when trying to create changelog entry for dn %s: '%s'
ServerMessages.ERR_CHANGELOG_INCOHERENT_DOMAIN_STATE
There is a mismatch between domain state file and actual domain directories found in file system. Expected domain ids : %s. Actual domain ids found in file system: %s
ServerMessages.ERR_CHANGELOG_INVALID_REPLICA_OFFLINE_STATE_FILE
Could not read replica offline state file '%s' for domain %s, it should contain exactly one line corresponding to the offline CSN
ServerMessages.ERR_CHANGELOG_LOG_FILE_IS_NOT_READABLE
An error occurred while verifying integrity of log file '%s' : %s
ServerMessages.ERR_CHANGELOG_READ_STATE_CANT_READ_DOMAIN_DIRECTORY
Error when retrieving changelog state from root path '%s' : IO error on domain directory '%s' when retrieving list of server ids
ServerMessages.ERR_CHANGELOG_RESET_CHANGE_NUMBER_CSN_TOO_OLD
The change number could not be reset to %d because the associated change with CSN '%s' has already been purged from the change log. Try resetting to a more recent change
ServerMessages.ERR_CHANGELOG_STAT_CANNOT_LIST_CHANGELOG_FILES
Cannot list the changelog files in '%s': %s
ServerMessages.ERR_CHANGELOG_STAT_ERROR_WHEN_DECODING_CHANGELOG_FILE
Error while decoding the changelog file '%s' : %s
ServerMessages.ERR_CHANGELOG_STAT_ERROR_WHEN_READING_RS_ENTRY
An error occurred when reading the replication server configuration entry '%s': %s
ServerMessages.ERR_CHANGELOG_UNABLE_TO_CREATE_GENERATION_ID_FILE
Could not create generation id file '%s': %s
ServerMessages.ERR_CHANGELOG_UNABLE_TO_CREATE_LAST_LOG_ROTATION_TIME_FILE
Could not create file '%s' to store last log rotation time %d
ServerMessages.ERR_CHANGELOG_UNABLE_TO_CREATE_LOG_DIRECTORY
Could not create root directory '%s' for log file: %s
ServerMessages.ERR_CHANGELOG_UNABLE_TO_CREATE_LOG_FILE
Could not create log file '%s': %s
ServerMessages.ERR_CHANGELOG_UNABLE_TO_DECODE_DN_FROM_DOMAIN_STATE_FILE
Could not decode DN from domain state file '%s', from line '%s'
ServerMessages.ERR_CHANGELOG_UNABLE_TO_INITIALIZE_LOG
Could not initialize the log '%s' : %s
ServerMessages.ERR_CHANGELOG_UNABLE_TO_OPEN_LOG_FILE
Could not open log file '%s' for write: %s
ServerMessages.ERR_CHANGELOG_UNABLE_TO_OPEN_READER_ON_LOG_FILE
Could not open a reader on log file '%s': %s
ServerMessages.ERR_CHANGELOG_UNABLE_TO_READ_DOMAIN_STATE_FILE
Could not read domain state file '%s'. The replication server cannot continue, it should be restored from a backup. Cause was : %s
ServerMessages.ERR_CHANGELOG_UNABLE_TO_READ_REPLICA_OFFLINE_STATE_FILE
Could not read content of replica offline state file '%s' for domain %s
ServerMessages.ERR_CHANGELOG_UNABLE_TO_RECOVER_LOG_FILE
An error occurred while recovering the replication change log file '%s'. The recovery has been aborted and this replication server will be removed from the replication topology. The change log file system may be read-only, full, or corrupt and must be fixed before this replication server can be used. The underlying error was: %s
ServerMessages.ERR_CHANGELOG_UNABLE_TO_RETRIEVE_KEY_BOUNDS_FROM_FILE
Could not retrieve key bounds from log file '%s': %s
ServerMessages.ERR_CHANGELOG_UNABLE_TO_RETRIEVE_READ_ONLY_LOG_FILES_LIST
Could not retrieve read-only log files from log '%s': %s
ServerMessages.ERR_CHANGELOG_UNABLE_TO_SEEK
Could not seek to position %d for reader on log file '%s'
ServerMessages.ERR_CHANGELOG_UNABLE_TO_SYNC
Could not synchronize written records to file system for log file '%s': %s
ServerMessages.ERR_CHARSET_CONSTRUCTOR_INVALID_NAME_CHAR
The named character set is invalid because the provide name "%s" has an invalid character at position %d. Only ASCII alphabetic characters are allowed in the name
ServerMessages.ERR_CHARSET_VALIDATOR_DUPLICATE_CHAR
The provided character set definition '%s' is invalid because it contains character '%s' which has already been used
ServerMessages.ERR_CHARSET_VALIDATOR_MALFORMED_RANGE
The provided character range definition '%s' is invalid because the range '%s' is missing the minus
ServerMessages.ERR_CHARSET_VALIDATOR_SHORT_RANGE
The provided character range definition '%s' is invalid because the range '%s' is too short
ServerMessages.ERR_CHARSET_VALIDATOR_TOO_FEW_CHARS_FROM_RANGE
The provided password did not contain enough characters from the character range '%s'. The minimum number of characters from that range that must be present in user passwords is %d
ServerMessages.ERR_CHARSET_VALIDATOR_TOO_FEW_CHARS_FROM_SET
The provided password did not contain enough characters from the character set '%s'. The minimum number of characters from that set that must be present in user passwords is %d
ServerMessages.ERR_CHARSET_VALIDATOR_TOO_FEW_OPTIONAL_CHAR_SETS
The provided password did not contain characters from at least %d of the following character sets or ranges: %s
ServerMessages.ERR_CHARSET_VALIDATOR_UNSORTED_RANGE
The provided character range definition '%s' is invalid because the range '%s' is reversed
ServerMessages.ERR_COMMON_AUDIT_ADD_OR_UPDATE_LOG_PUBLISHER
Error while creating or updating common audit log publisher %s: %s
ServerMessages.ERR_COMMON_AUDIT_CSV_HANDLER_DELIMITER_CHAR
Error while processing common audit log publisher %s, delimiter char '%s' should not contain more than one character
ServerMessages.ERR_COMMON_AUDIT_CSV_HANDLER_QUOTE_CHAR
Error while processing common audit log publisher %s, quote char '%s' should not contain more than one character
ServerMessages.ERR_COMMON_AUDIT_EXTERNAL_HANDLER_CREATION
Error while creating common audit external log publisher %s: %s
ServerMessages.ERR_COMMON_AUDIT_FILE_BASED_HANDLER_CREATION
Error while creating common audit log publisher %s: %s
ServerMessages.ERR_COMMON_AUDIT_KEYSTORE_FILE_IS_EMPTY
Error while processing common audit log publisher %s, the keystore file %s is empty
ServerMessages.ERR_COMMON_AUDIT_KEYSTORE_FILE_MISSING
Error while processing common audit log publisher %s, the keystore file %s is missing
ServerMessages.ERR_COMMON_AUDIT_KEYSTORE_PIN_FILE_CONTAINS_EMPTY_PIN
Error while processing common audit log publisher %s, the keystore pin file %s contains an empty pin
ServerMessages.ERR_COMMON_AUDIT_KEYSTORE_PIN_FILE_MISSING
Error while processing common audit log publisher %s, the keystore pin file %s is missing
ServerMessages.ERR_COMMON_AUDIT_UNSUPPORTED_LOG_RETENTION_POLICY
Error while adding common audit log publisher %s, the publisher defines an unsupported log retention policy %s
ServerMessages.ERR_COMMON_AUDIT_UNSUPPORTED_LOG_ROTATION_POLICY
Error while adding common audit log publisher %s, the publisher defines an unsupported log rotation policy %s
ServerMessages.ERR_COMPARE_UNSUPPORTED_CRITICAL_CONTROL
Cannot perform the compare operation on entry %s because the request contained a critical control with OID %s that is not supported by the Directory Server for this type of operation
ServerMessages.ERR_CONFIG_ACCTNOTHANDLER_CONFIG_NOT_ACCEPTABLE
The configuration for the account status notification handler defined in configuration entry %s was not acceptable: %s
ServerMessages.ERR_CONFIG_ALERTHANDLER_CONFIG_NOT_ACCEPTABLE
The configuration for the alert handler defined in configuration entry %s was not acceptable: %s
ServerMessages.ERR_CONFIG_ATTR_INVALID_BOOLEAN_VALUE
Unable to set the value for Boolean configuration attribute %s because the provided value %s was not either 'true' or 'false'
ServerMessages.ERR_CONFIG_AUTHZ_CONFIG_NOT_ACCEPTABLE
The configuration for the trust manager provider defined in configuration entry %s was not acceptable: %s
ServerMessages.ERR_CONFIG_AUTHZ_REFERENCED_DN_DOESNT_EXISTS
The authorization mechanism defined in %s is referencing a non existing DN: %s
ServerMessages.ERR_CONFIG_BACKEND_CANNOT_ACQUIRE_SHARED_LOCK
The Directory Server was unable to acquire a shared lock for backend %s: %s. This generally means that the backend is in use by a process that requires an exclusive lock (e.g., importing from LDIF or restoring a backup). This backend will be disabled
ServerMessages.ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_ENABLED_STATE
An unexpected error occurred while attempting to determine whether the backend associated with configuration entry %s should be enabled or disabled: %s. It will be disabled
ServerMessages.ERR_CONFIG_BIG_INDEX_EQUALITY_MATCHING_RULE_REQUIRED
Big index for attribute '%s' cannot be created for matching rule '%s' because it is not an equality matching rule
ServerMessages.ERR_CONFIG_CANNOT_CALCULATE_DIGEST
An error occurred while attempting to calculate a SHA-1 digest of file %s: %s
ServerMessages.ERR_CONFIG_CANNOT_REGISTER_AS_PRIVATE_SUFFIX
An unexpected error occurred while trying to register the configuration handler base DN "%s" as a private suffix with the Directory Server: %s
ServerMessages.ERR_CONFIG_CERTMAPPER_CONFIG_NOT_ACCEPTABLE
The configuration for the certificate mapper defined in configuration entry %s was not acceptable: %s
ServerMessages.ERR_CONFIG_ENTRYCACHE_CANNOT_INITIALIZE_CACHE
An error occurred while attempting to initialize an instance of class %s for use as the Directory Server entry cache: %s. As a result, the entry cache will be disabled
ServerMessages.ERR_CONFIG_ENTRYCACHE_CONFIG_LEVEL_NOT_ACCEPTABLE
The configuration for the entry cache defined in configuration entry %s was not acceptable: the entry cache level %d is already in use
ServerMessages.ERR_CONFIG_ENTRYCACHE_CONFIG_NOT_ACCEPTABLE
The configuration for the entry cache defined in configuration entry %s was not acceptable: %s
ServerMessages.ERR_CONFIG_FILE_ADD_NO_PARENT
Entry %s cannot be added to the Directory Server configuration because its parent entry %s does not exist
ServerMessages.ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR
An error occurred while trying to create the configuration archive directory %s: %s
ServerMessages.ERR_CONFIG_FILE_CANNOT_OPEN_FOR_READ
An error occurred while attempting to open the configuration file %s for reading: %s
ServerMessages.ERR_CONFIG_FILE_GENERIC_ERROR
An unexpected error occurred while attempting to process the Directory Server configuration file %s: %s
ServerMessages.ERR_CONFIG_FILE_MODIFY_REJECTED_BY_CHANGE_LISTENER
Entry %s cannot be modified because one of the configuration change listeners registered for that entry rejected the change: %s
ServerMessages.ERR_CONFIG_FILE_WRITE_CANNOT_EXPORT_NEW_CONFIG
An error occurred while attempting to export the new Directory Server configuration to file %s: %s
ServerMessages.ERR_CONFIG_FILE_WRITE_ERROR
An unexpected error occurred while trying to write configuration entry %s to LDIF: %s
ServerMessages.ERR_CONFIG_HTTPENDPOINT_INVALID_AUTHZ_DN
The HTTP endpoint configuration defined in %s is referencing a non existing authorization DN %s
ServerMessages.ERR_CONFIG_HTTPENDPOINT_INVALID_CONFIGURATION
The HTTP endpoint configuration defined in %s is invalid: %s
ServerMessages.ERR_CONFIG_HTTPENDPOINT_UNABLE_TO_START
An error occurred while starting the HTTP endpoint as defined in configuration entry %s: %s
ServerMessages.ERR_CONFIG_IDMAPPER_CONFIG_NOT_ACCEPTABLE
The configuration for the identity mapper defined in configuration entry %s was not acceptable: %s
ServerMessages.ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE
Index for attribute '%s' cannot be created for matching rule '%s' because it cannot be found in the schema. Fix the matching rule name in the config or add the matching rule to the schema
ServerMessages.ERR_CONFIG_INVALID_REGEXP_EXCLUSION_PATTERN
The metric name pattern to exclude '%s' cannot be parsed as a valid regular expression due to the following error: '%s'
ServerMessages.ERR_CONFIG_INVALID_REGEXP_INCLUSION_PATTERN
The metric name pattern to include '%s' cannot be parsed as a valid regular expression due to the following error: '%s'
ServerMessages.ERR_CONFIG_INVALID_SMTP_HOSTPORT
The smtp-server value '%s' is invalid: %s
ServerMessages.ERR_CONFIG_JE_PROPERTY_INVALID
An error occurred while trying to parse and validate Berkeley DB JE property %s: %s
ServerMessages.ERR_CONFIG_JE_PROPERTY_SHADOWS_CONFIG
An error occurred while trying to parse and validate Berkeley DB JE property %s: the property shadows configuration attribute %s
ServerMessages.ERR_CONFIG_JEB_CACHE_SIZE_TOO_SMALL
Configuration attribute ds-cfg-db-cache-size has a value of %d which is less than the minimum: %d
ServerMessages.ERR_CONFIG_JMX_ATTR_NO_ATTR
Configuration entry %s does not contain attribute %s (or that attribute exists but is not accessible using JMX)
ServerMessages.ERR_CONFIG_JMX_CANNOT_REGISTER_MBEAN
The Directory Server could not register a JMX MBean for the component associated with configuration entry %s: %s
ServerMessages.ERR_CONFIG_JMX_NO_METHOD
There is no method %s for any invokable component registered with configuration entry %s
ServerMessages.ERR_CONFIG_KEYMANAGER_CONFIG_NOT_ACCEPTABLE
The configuration for the key manager provider defined in configuration entry %s was not acceptable: %s
ServerMessages.ERR_CONFIG_LOGGER_CANNOT_CREATE_LOGGER
An error occurred while attempting to create a Directory Server logger from the information in configuration entry %s: %s
ServerMessages.ERR_CONFIG_LOGGER_CANNOT_UPDATE_LOGGER
An error occurred while attempting to update a Directory Server logger from the information in configuration entry %s: %s
ServerMessages.ERR_CONFIG_LOGGING_CANNOT_CREATE_WRITER
An error occurred while attempting to create a text writer for a Directory Server logger from the information in configuration entry %s: %s
ServerMessages.ERR_CONFIG_LOGGING_INVALID_TARGET_DN_PATTERN
The access log filtering criteria defined in "%s" could not be parsed because it contains an invalid target DN pattern "%s"
ServerMessages.ERR_CONFIG_LOGGING_INVALID_USER_DN_PATTERN
The access log filtering criteria defined in "%s" could not be parsed because it contains an invalid user DN pattern "%s"
ServerMessages.ERR_CONFIG_LOGGING_MODE_INVALID
Invalid UNIX file permissions %s: %s
ServerMessages.ERR_CONFIG_MANUAL_CHANGES_LOST
The Directory Server encountered an error while attempting to determine whether the configuration file %s has been externally edited with the server online, and/or trying to preserve such changes: %s. Any manual changes made to that file may have been lost
ServerMessages.ERR_CONFIG_OAUTH2_CONFIG_ERROR
Unable to configure the authorization mechanism defined in %s: %s
ServerMessages.ERR_CONFIG_OAUTH2_NON_EXISTING_DIRECTORY
The authorization mechanism defined in %s is referencing a non-existing or non-readable directory: %s
ServerMessages.ERR_CONFIG_PLUGIN_CONFIG_NOT_ACCEPTABLE
The configuration for the plugin defined in configuration entry %s was not acceptable: %s
ServerMessages.ERR_CONFIG_PWGENERATOR_CONFIG_NOT_ACCEPTABLE
The configuration for the password generator defined in configuration entry %s was not acceptable: %s
ServerMessages.ERR_CONFIG_PWPOLICY_INVALID_POLICY_CONFIG
The password policy defined in configuration entry %s is invalid: %s
ServerMessages.ERR_CONFIG_PWSCHEME_CONFIG_NOT_ACCEPTABLE
The configuration for the password storage scheme defined in configuration entry %s was not acceptable: %s
ServerMessages.ERR_CONFIG_PWVALIDATOR_CONFIG_NOT_ACCEPTABLE
The configuration for the password validator defined in configuration entry %s was not acceptable: %s
ServerMessages.ERR_CONFIG_RETENTION_POLICY_CANNOT_CREATE_POLICY
An error occurred while attempting to create a Directory Server log retention policy from the information in configuration entry %s: %s
ServerMessages.ERR_CONFIG_ROTATION_POLICY_CANNOT_CREATE_POLICY
An error occurred while attempting to create a Directory Server log rotation policy from the information in configuration entry %s: %s
ServerMessages.ERR_CONFIG_SASL_CONFIG_NOT_ACCEPTABLE
The configuration for the SASL mechanism handler defined in configuration entry %s was not acceptable: %s
ServerMessages.ERR_CONFIG_SCHEMA_CANNOT_LIST_FILES
Unable to read the Directory Server schema definitions from directory %s because an unexpected error occurred while trying to list the files in that directory: %s
ServerMessages.ERR_CONFIG_SCHEMA_PROVIDER_CONFIG_NOT_ACCEPTABLE
The configuration of schema provider '%s' is not acceptable for the following reasons: %s
ServerMessages.ERR_CONFIG_SYNCH_ERROR_INITIALIZING_PROVIDER
An error occurred while attempting to initialize the Directory Server synchronization provider referenced in configuration entry %s: %s
ServerMessages.ERR_CONFIG_TRUSTMANAGER_CONFIG_NOT_ACCEPTABLE
The configuration for the trust manager provider defined in configuration entry %s was not acceptable: %s
ServerMessages.ERR_CONFIG_UNABLE_TO_APPLY_STARTUP_CHANGES
An error occurred while attempting to apply the changes contained in file %s to the server configuration at startup: %s
ServerMessages.ERR_CONFIG_UNABLE_TO_RESOLVE_HOST
Unable to resolve the host for the listen address '%s' of the LDAP connection handler %s
ServerMessages.ERR_CONFIG_VATTR_CONFIG_NOT_ACCEPTABLE
The configuration for the virtual attribute provider defined in configuration entry %s was not acceptable: %s
ServerMessages.ERR_CONFIG_VATTR_SV_TYPE_WITH_MERGE_VALUES
The virtual attribute configuration in entry "%s" is not valid because attribute type %s is single-valued but the conflict behavior is configured to merge real and virtual values
ServerMessages.ERR_CONFIG_VERSION_MISMATCH
The OpenDJ binary version '%s' does not match the installed configuration version '%s'. Please run upgrade before continuing
ServerMessages.ERR_CONFIG_VLV_INDEX_UNDEFINED_ATTR
Sort attribute %s for VLV index %s is not defined in the server schema
ServerMessages.ERR_CONNHANDLER_DENIED_CLIENT
The connection attempt from client %s to %s has been rejected because the client was included in one of the denied address ranges
ServerMessages.ERR_CONNHANDLER_DISALLOWED_CLIENT
The connection attempt from client %s to %s has been rejected because the client was not included in one of the allowed address ranges
ServerMessages.ERR_CONNHANDLER_MISSING_CIPHER
The connection attempt from client '%s' to '%s' has been rejected because the proxy protocol header indicated that the client used SSL but the header does not specify which SSL cipher was used. The proxy should be configured to transmit all SSL headers
ServerMessages.ERR_CONNHANDLER_RESTRICTED_CLIENT
The connection attempt from client %s to %s has been rejected because there are too many open connections from this client
ServerMessages.ERR_COULD_NOT_BIND_CHANGELOG
Replication Server failed to start : could not bind to the listen port : %d. Error : %s
ServerMessages.ERR_COULD_NOT_READ_DB
The replication server failed to start because the database %s could not be read : %s
ServerMessages.ERR_COULD_NOT_RESTART_CHANGELOG
Could not restart the Replication Server, bind to listen port %d failed : %s
ServerMessages.ERR_COULD_NOT_SET_LISTEN_SOCKET_TIMEOUT
Replication server failed to start because setting socket timeout on port %d caused error %s
ServerMessages.ERR_COULD_NOT_SOLVE_CONFLICT
Error while trying to solve conflict with DN : %s ERROR : %s
ServerMessages.ERR_COULD_NOT_START_REPLICATION
The Replication was not started on base-dn %s : %s
ServerMessages.ERR_CREATERC_PROVIDE_ONE_ARG
You must provide either the --%s or the --%s argument
ServerMessages.ERR_CREATERC_UNABLE_TO_DETERMINE_SERVER_ROOT
Unable to determine the path to the server root directory. Please ensure that the %s system property or the %s environment variable is set to the path of the server root directory
ServerMessages.ERR_CREDENTIALS_ISSUE
A problem occurred while connecting to cloud provider '%s' using the provided credentials: %s
ServerMessages.ERR_CRYPTOMGR_CANNOT_ENCODE_DUE_TO_MISSING_MASTER_KEY
The CryptoManager could not encode a symmetric because the master key with alias '%s' does not exist in the '%s' key manager. Please check that the correct key manager has been configured and that it contains the specified master keys
ServerMessages.ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_DIGEST
CryptoManager cannot get the requested digest %s: %s
ServerMessages.ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_ENCRYPTION_CIPHER
CryptoManager cannot get the requested encryption cipher %s: %s
ServerMessages.ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_MAC_ENGINE
CryptoManager cannot get the requested MAC engine %s: %s
ServerMessages.ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_MASTER_KEY
The master key with alias '%s' does not exist in the '%s' key manager. Please check that the correct key manager has been configured and that it contains the specified master keys
ServerMessages.ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_ADS_TRUSTSTORE_CERTS
CryptoManager failed to retrieve the collection of instance-key-pair public-key-certificates from ADS container "%s": %s
ServerMessages.ERR_CRYPTOMGR_GET_CIPHER_INVALID_CIPHER_TRANSFORMATION
CryptoManager passed invalid Cipher transformation "%s": %s
ServerMessages.ERR_CRYPTOMGR_GET_MAC_ENGINE_INVALID_MAC_ALGORITHM
CryptoManager passed invalid MAC algorithm "%s": %s
ServerMessages.ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_OTHER
CryptoManager failed to import the symmetric key entry "%s": %s
ServerMessages.ERR_CRYPTOMGR_INVALID_KEY_IDENTIFIER_SYNTAX
CryptoManager failed to decode the key entry identifier "%s": %s
ServerMessages.ERR_CRYPTOMGR_INVALID_SYMMETRIC_KEY_ALGORITHM
CryptoManager failed to instantiate a KeyGenerator for algorithm "%s": %s
ServerMessages.ERR_CRYPTOMGR_INVALID_SYMMETRIC_KEY_LENGTH
CryptoManager failed to initialize because the specified cipher key length "%d" is beyond the allowed cryptography strength "%d" in jurisdiction policy files
ServerMessages.ERR_CRYPTOMGR_SYMMETRIC_KEY_ENTRY_ADD_FAILED
CryptoManager failed to add locally produced symmetric key entry "%s": %s
ServerMessages.ERR_CSN_RANGE_INCLUDES_MORE_THAN_ONE_SERVER
Specified CSNs '%s' and '%s' have two different server ids. The historicalCsnRangeMatch extensible matching rule requires CSNs to have the same server id
ServerMessages.ERR_CSN_RANGE_SAME_OPERATOR_TYPE
Specified operators '%s' and '%s' do not specify a range for historicalCsnRangeMatch extensible matching rule
ServerMessages.ERR_DATA_VERSION_MISMATCH
The OpenDJ binary version '%s' does not match the installed data version '%s'. Please run 'upgrade --dataOnly' before continuing
ServerMessages.ERR_DELETE_HAS_SUB_BACKEND
Entry %s cannot be removed because the backend that should contain that entry has a subordinate backend with a base DN of %s that is below the target DN
ServerMessages.ERR_DELETE_UNSUPPORTED_CRITICAL_CONTROL
Entry %s cannot be removed because the request contained a critical control with OID %s that is not supported by the Directory Server for this type of operation
ServerMessages.ERR_DICTIONARY_VALIDATOR_CANNOT_READ_FILE
An error occurred while attempting to load the dictionary from file %s: %s
ServerMessages.ERR_DISK_SPACE_GET_MOUNT_POINT
Could not get filesystem for directory %s: %s
ServerMessages.ERR_DISK_SPACE_MONITOR_UPDATE_FAILED
Failed to update free disk space for directory %s: %s
ServerMessages.ERR_DS_DN_DOES_NOT_MATCH
DN sent by replication server: %s does not match local directory server one: %s
ServerMessages.ERR_DSREPL_CANNOT_DELETE_CNI_FILE
The replication changelog file '%s' could not be deleted. Check file permissions and filesystem status. The error is: %s
ServerMessages.ERR_DSREPL_CLEANUP_MIGRATED_CANNOT_DELETE_ADMIN_ENTRIES
Cannot delete entries under '%s' in admin backend. The error was: %s
Cannot obtain a connection to server '%s' from the topology. The error was: %s
ServerMessages.ERR_DSREPL_CLEANUP_MIGRATED_CANNOT_READ_MONITOR_ENTRY
Cannot read monitor entries under '%s' on the local server. The error was: %s
ServerMessages.ERR_DSREPL_CLEANUP_MIGRATED_CANNOT_UPDATE_CONFIGURATION
Cannot update configuration for server '%s'. The error was: %s
ServerMessages.ERR_DSREPL_DOMAIN_DR_ID_INCONSISTENCY
The provided base DN '%s' does not match the disaster recovery id '%s'. Please verify that the base DN and disaster recovery id correspond to the base DN and id from the first recovered server
ServerMessages.ERR_DSREPL_DR_CANNOT_CLEAR_CNI
An error occurred while clearing the change number index. The change number index on this server will expose erroneous data. Make sure the filesystem at '%s' is readable with delete permissions and try again. The error is: %s
ServerMessages.ERR_DSREPL_DR_CANNOT_COMPUTE_DR_ID
An error occurred while computing the disaster recovery id for base DN '%s': %s
ServerMessages.ERR_DSREPL_DR_CANNOT_REWRITE_BASE_DN
An error occurred while rewriting the base entry of the domain '%s'. This server will not be able to connect to the servers which already have received the disaster recovery procedure. Make sure the filesystem is writeable and there is some free disk space, and try again. The error is: %s
ServerMessages.ERR_DSREPL_MIGRATION_CANNOT_ADD_NEW_SERVER_TO_CN_ADMIN_DATA
Cannot add an entry describing the new server to 'cn=admin data' in the remote server '%s' in the existing topology. The error was: %s
ServerMessages.ERR_DSREPL_MIGRATION_CANNOT_OBTAIN_CONNECTION_TO_SERVER
Cannot obtain a connection to server '%s' from the existing topology. The error was: %s
ServerMessages.ERR_DSREPL_MIGRATION_CANNOT_READ_CN_ADMIN_DATA
Cannot read 'cn=admin data' in server '%s'. The error was: %s
ServerMessages.ERR_DSREPL_MIGRATION_CANNOT_RETRIEVE_REPLICATION_PORT
Cannot retrieve the replication port from server '%s'. The error was: %s
ServerMessages.ERR_DSREPL_STATUS_CANNOT_READ_CN_MONITOR_ON_TARGET_SERVER
An error occurred while reading cn=monitor on server %s: %s
ServerMessages.ERR_EMAILMSG_INVALID_RECIPIENT_ADDRESS
The provided recipient address %s is invalid: %s
ServerMessages.ERR_EMAILMSG_INVALID_SENDER_ADDRESS
The provided sender address %s is invalid: %s
ServerMessages.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'
ServerMessages.ERR_EMBEDDED_SERVER_INITIALIZE_CONFIGURATION
An error occurred while initializing configuration of embedded server with server root '%s': %s
ServerMessages.ERR_EMBEDDED_SERVER_REBUILD_INDEX_FAILURE
An error occurred while attempting to rebuild index of embedded server with server root '%s': %s
ServerMessages.ERR_EMBEDDED_SERVER_REBUILD_INDEX_NOT_SUCCESSFUL
An error occurred while attempting to rebuild index of embedded server with server root '%s'. Rebuild task state was '%s'. You can look at the task logs printed on the embedded server output stream for more details
ServerMessages.ERR_EMBEDDED_SERVER_START
An error occurred while attempting to start the embedded server with server root '%s' : %s
ServerMessages.ERR_EMBEDDED_SERVER_UPGRADE
An error occurred while attempting to upgrade the embedded server with server root '%s' : %s
ServerMessages.ERR_ENTRY_ADD_OBSOLETE_OC
Object class %s added to entry %s is marked OBSOLETE in the server schema
ServerMessages.ERR_ENTRY_ADD_UNKNOWN_OC
Object class %s cannot be added to entry %s because that class is not defined in the Directory Server schema
ServerMessages.ERR_ENTRY_CONTAINER_ALREADY_REGISTERED
An entry container named '%s' is already registered for base DN '%s'
ServerMessages.ERR_ENV_VAR_VALUE_NOT_FOUND
No environment value '%s' found for property '%s'. If you are running the tool in offline mode, make sure the command has access to this variable, or else make sure the directory server has access to it
ServerMessages.ERR_ERROR_CLEARING_DB
While clearing the database %s, the following error happened: %s
ServerMessages.ERR_EXACTMAP_BACKEND_IS_NOT_LOCAL
The baseDN '%s' specified as match base DN in the exact match identity mapper defined in configuration entry '%s', does not belong to a local backend
ServerMessages.ERR_EXACTMAP_INEFFICIENT_SEARCH
The internal search based on ID string %s could not be processed efficiently: %s. Check the server configuration to ensure that all associated backends are properly configured for these types of searches
ServerMessages.ERR_EXACTMAP_SEARCH_FAILED
An internal failure occurred while attempting to resolve ID string %s to a user entry: %s
ServerMessages.ERR_EXCEPTION_DECODING_OPERATION
Error trying to replay %s, operation could not be decoded: %s
ServerMessages.ERR_EXCEPTION_FORWARDING_RESET_GEN_ID
Caught IOException while forwarding ResetGenerationIdMsg to peer replication servers for domain %s : %s
ServerMessages.ERR_EXTENDED_UNSUPPORTED_CRITICAL_CONTROL
Unable to process the request for extended operation %s because it contained an unsupported critical control with OID %s
ServerMessages.ERR_EXTOP_PASSMOD_CANNOT_DETERMINE_ID_MAPPER
An error occurred while attempting to determine the identity mapper to use in conjunction with the password modify extended operation defined in configuration entry %s: %s. The password modify extended operation will not be enabled for use in the server
ServerMessages.ERR_EXTOP_PASSMOD_CANNOT_GET_PW_POLICY
An error occurred while attempting to get the password policy for user %s: %s
ServerMessages.ERR_EXTOP_PASSMOD_ERROR_MAPPING_USER
An error occurred while attempting to map authorization ID string "%s" to a user entry: %s
ServerMessages.ERR_FAILED_TO_PURGE_HISTORICAL
Error when purging historical information for entry %s: %s
ServerMessages.ERR_FCM_CANNOT_CALCULATE_FINGERPRINT
An error occurred while attempting to calculate the fingerprint for the peer certificate with subject %s: %s
ServerMessages.ERR_FCM_INEFFICIENT_SEARCH
The internal search based on the certificate with fingerprint %s could not be processed efficiently: %s. Check the server configuration to ensure that all associated backends are properly configured for these types of searches
ServerMessages.ERR_FCM_SEARCH_FAILED
An internal failure occurred while attempting to map the certificate with fingerprint %s to a user entry: %s
ServerMessages.ERR_FILE_CHECK_CREATE_FAILED
An Exception was caught while testing existence or trying to create the directory for the Replication Server database : %s %s
ServerMessages.ERR_FILE_KEYMANAGER_CANNOT_CREATE_FACTORY
An error occurred while trying to create a key manager factory to access the contents of keystore file %s: %s
ServerMessages.ERR_FILE_KEYMANAGER_CANNOT_LOAD
An error occurred while trying to load the keystore contents from file %s: %s
ServerMessages.ERR_FILE_KEYMANAGER_NO_SUCH_FILE
The keystore file %s specified in attribute ds-cfg-key-store-file of configuration entry %s does not exist
ServerMessages.ERR_FILE_TRUSTMANAGER_CANNOT_CREATE_FACTORY
An error occurred while trying to create a trust manager factory to access the contents of trust store file %s: %s
ServerMessages.ERR_FILE_TRUSTMANAGER_CANNOT_LOAD
An error occurred while trying to load the trust store contents from file %s: %s
ServerMessages.ERR_FILE_TRUSTMANAGER_NO_SUCH_FILE
The trust store file %s specified in attribute ds-cfg-trust-store-file of configuration entry %s does not exist
ServerMessages.ERR_FILELOCKER_LOCK_EXCLUSIVE_FAILED_CREATE
The attempt to obtain an exclusive lock on file %s was rejected because the attempt to create the lock file failed: %s
ServerMessages.ERR_FILELOCKER_LOCK_EXCLUSIVE_FAILED_LOCK
The attempt to obtain an exclusive lock on file %s was rejected because an error occurred while attempting to acquire the lock: %s
ServerMessages.ERR_FILELOCKER_LOCK_EXCLUSIVE_FAILED_OPEN
The attempt to obtain an exclusive lock on file %s was rejected because the attempt to open the lock file failed: %s
ServerMessages.ERR_FILELOCKER_LOCK_SHARED_FAILED_CREATE
The attempt to obtain a shared lock on file %s was rejected because the attempt to create the lock file failed: %s
ServerMessages.ERR_FILELOCKER_LOCK_SHARED_FAILED_LOCK
The attempt to obtain a shared lock on file %s was rejected because an error occurred while attempting to acquire the lock: %s
ServerMessages.ERR_FILELOCKER_LOCK_SHARED_FAILED_OPEN
The attempt to obtain a shared lock on file %s was rejected because the attempt to open the lock file failed: %s
ServerMessages.ERR_FILELOCKER_UNLOCK_EXCLUSIVE_FAILED_RELEASE
The attempt to release the exclusive lock held on %s failed: %s
ServerMessages.ERR_FILELOCKER_UNLOCK_SHARED_FAILED_RELEASE
The attempt to release the shared lock held on %s failed: %s
ServerMessages.ERR_FULL_UPDATE_NO_REMOTES
Cannot start total update in domain "%s" from this directory server DS(%s): no remote directory servers found
ServerMessages.ERR_GLOBAL_ACCESS_CONTROL_INVALID_TARGET_DN_PATTERN
The global access control policy defined in "%s" could not be parsed because it contains an invalid target DN pattern "%s"
ServerMessages.ERR_GLOBAL_ACCESS_CONTROL_INVALID_USER_DN_PATTERN
The global access control policy defined in "%s" could not be parsed because it contains an invalid user DN pattern "%s"
ServerMessages.ERR_GLOBAL_ACCESS_CONTROL_UNRECOGNIZED_CONTROL_ALIAS
The global access control policy defined in "%s" could not be parsed because it contains an unrecognized control alias "%s"
ServerMessages.ERR_GLOBAL_ACCESS_CONTROL_UNRECOGNIZED_EXTOP_ALIAS
The global access control policy defined in "%s" could not be parsed because it contains an unrecognized extended operation alias "%s"
ServerMessages.ERR_HEX_DECODE_INVALID_CHARACTER
The value %s cannot be decoded as a hexadecimal string because it contains an illegal character %c that is not a valid hexadecimal digit
ServerMessages.ERR_HOST_PORT_ALREADY_SPECIFIED
The connection handler %s is trying to use the listener %s which is already in use by another connection handler
ServerMessages.ERR_HTTP_CONNECTION_HANDLE_EXCEPTION
Unable to process request '%s' received for HTTP client connection: %s
ServerMessages.ERR_HTTP_REQUEST_PROCESSING_EXCEPTION
Unable to process HTTP request '%s': %s
ServerMessages.ERR_HTTP_WRITING_RESPONSE_EXCEPTION
Unable to write HTTP response to the client '%s': %s
ServerMessages.ERR_IDLETIME_DISCONNECT_ERROR
An error occurred while attempting to disconnect client connection %d: %s
ServerMessages.ERR_IMPORT_LDIF_LACK_MEM
Insufficient free memory (%d bytes) to perform import. At least %d bytes of free memory is required
ServerMessages.ERR_INIT_BAD_MSG_ID_SEQ_DURING_IMPORT
Bad msg id sequence during import. Expected:%s Actual:%s
ServerMessages.ERR_INIT_CANNOT_LOCK_BACKEND
Initialization cannot be done because the following error occurred while locking the backend %s : %s
ServerMessages.ERR_INIT_NO_SUCCESS_END_FROM_SERVERS
The following servers did not end initialization being connected with the right generation (%s). They are potentially stopped or too slow. Servers list: %s
ServerMessages.ERR_INIT_NO_SUCCESS_START_FROM_SERVERS
The following servers did not acknowledge initialization in the expected time for domain %s. They are potentially down or too slow. Servers list: %s
ServerMessages.ERR_INITIALIZE_PLUGIN
Invalid plugin type '%s', a backup plugin must be of type '%s'
ServerMessages.ERR_INTERNAL_CONNECTION_HANDLE_EXCEPTION
Unable to process request '%s' received for internal client connection: %s
ServerMessages.ERR_INTERNAL_ERROR_WITH_EXCEPTION
An internal error occurred when accessing backend '%s': %s
ServerMessages.ERR_INVALID_BACKUP_ID_CANNOT_PARSE_TIMESTAMP
Backup id '%s' is invalid: cannot parse '%s' as a timestamp
ServerMessages.ERR_JEB_INVALID_LOGGING_LEVEL
The database logging level string '%s' provided for configuration entry '%s' is invalid. The value must be one of OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, or ALL. Note that these values are case sensitive
ServerMessages.ERR_JMX_CONNECTION_FINALIZED
JMX connection %s with JMX connection ID '%s' has been disconnected because it was finalized by GC
ServerMessages.ERR_JMX_CONNECTION_HANDLE_EXCEPTION
Unable to process request '%s' received for JMX client connection: %s
ServerMessages.ERR_JMX_CONNECTION_UNEXPECTED_RESPONSE_TYPE
Unable to process response received for JMX client connection for request '%s' because the response '%s' is not of any of the expected types
ServerMessages.ERR_KEYSTORE_DOES_NOT_CONTAIN_ALIAS
The key with alias '%s' used by '%s' could not be found, which may cause subsequent SSL connections to fail. Verify that the underlying keystore is properly configured
ServerMessages.ERR_KEYSTORE_INVALID_KEY_EXPIRED
The key with alias '%s' used by '%s' has expired. The key will be used, but SSL connections may fail depending on the validation performed by the peer. Verify that the underlying keystore is properly configured with a valid key
ServerMessages.ERR_KEYSTORE_INVALID_KEY_NOT_YET_VALID
The key with alias '%s' used by '%s' is not valid yet. The key will be used, but SSL connections may fail depending on the validation performed by the peer. Verify that the underlying keystore is properly configured with a valid key
ServerMessages.ERR_LDAP_CONNECTION_CLOSED
LDAP connection %s has been closed because the LDAP connection handler %s is shutting down
ServerMessages.ERR_LDAP_DISCONNECT_DUE_TO_BIND_PROTOCOL_ERROR
This client connection is being terminated because a protocol error occurred while trying to process a bind request. The LDAP message ID was %d and the error message for the bind response was %s
ServerMessages.ERR_LDAP_DISCONNECT_DUE_TO_INVALID_REQUEST_TYPE
Terminating this connection because the client sent an invalid message of type %s (LDAP message ID %d) that is not allowed for request messages
ServerMessages.ERR_LDAP_KEYMANAGER_CANNOT_CREATE_FACTORY
An error occurred while trying to create a key manager factory to access the contents of LDAP keystore with base DN '%s': %s
ServerMessages.ERR_LDAP_TRUSTMANAGER_CANNOT_CREATE_FACTORY
An error occurred while trying to create a trust manager factory to access the contents of LDAP keystore with base DN '%s': %s
ServerMessages.ERR_LDAPURL_CANNOT_DECODE_PORT
The provided string "%s" cannot be decoded as an LDAP URL because the port number portion %s cannot be decoded as an integer
ServerMessages.ERR_LDAPURL_INVALID_HEX_BYTE
The provided URL component "%s" could not be decoded because the character at byte %d was not a valid hexadecimal digit
ServerMessages.ERR_LDAPURL_INVALID_PORT
The provided string "%s" cannot be decoded as an LDAP URL because the provided port number %d is not within the valid range between 1 and 65535
ServerMessages.ERR_LDAPURL_INVALID_SCOPE_STRING
The provided string "%s" cannot be decoded as an LDAP URL because the scope string %s was not one of the allowed values of base, one, sub, or subordinate
ServerMessages.ERR_LDAPURL_PERCENT_TOO_CLOSE_TO_END
The provided URL component "%s" could not be decoded because the percent character at byte %d was not followed by two hexadecimal digits
ServerMessages.ERR_LDAPV2_EXTENDED_REQUEST_NOT_ALLOWED
The client with connection ID %d authenticated to the Directory Server using LDAPv2, but attempted to send an extended operation request (LDAP message ID %d), which is not allowed for LDAPv2 clients. The connection will be terminated
ServerMessages.ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF
An error occurred while trying to write entry %s during the LDIF export: %s
ServerMessages.ERR_LDIF_BACKEND_ERROR_EMPTY_FILE
The file %s written for the LDIF backend defined in configuration entry %s is 0 bytes long and unusable
ServerMessages.ERR_LDIF_CONNHANDLER_CANNOT_DELETE
An error occurred while the LDIF connection handler was attempting to delete processed file %s: %s
ServerMessages.ERR_LDIF_CONNHANDLER_IO_ERROR
An I/O error occurred while the LDIF connection handler was processing LDIF file %s: %s
ServerMessages.ERR_LDIF_INVALID_LEADING_SPACE
Unable to parse line %d ("%s") from the LDIF source because the line started with a space but there were no previous lines in the entry to which this line could be appended
ServerMessages.ERR_LDIF_NO_ATTR_NAME
Unable to parse LDIF entry starting at line %d because the line "%s" does not include an attribute name
ServerMessages.ERR_LDIF_NO_DN
Unable to parse LDIF entry starting at line %d because the first line does not contain a DN (the first line was "%s"
ServerMessages.ERR_LDIF_READ_ATTR_SKIP
Skipping entry %s because the following error was received when reading its attributes: %s
ServerMessages.ERR_LDIF_REJECTED_BY_PLUGIN
Rejecting entry %s because it was rejected by a plugin: %s
ServerMessages.ERR_LDIF_SKIP_EXCLUDE_BRANCH
Skipping entry %s because the DN is excluded by the exclude branch "%s"
ServerMessages.ERR_LDIF_SKIP_EXCLUDE_FILTER
Skipping entry %s because the DN is excluded by the exclude filter "%s"
ServerMessages.ERR_LDIFEXPORT_CANNOT_DECODE_EXCLUDE_BASE
Unable to decode exclude branch string "%s" as a valid distinguished name: %s
ServerMessages.ERR_LDIFEXPORT_CANNOT_LOCK_BACKEND
An error occurred while attempting to acquire a shared lock for backend %s: %s. This generally means that some other process has an exclusive lock on this backend (e.g., an LDIF import or a restore). The LDIF export cannot continue
ServerMessages.ERR_LDIFEXPORT_CANNOT_PARSE_EXCLUDE_FILTER
Unable to decode exclude filter string "%s" as a valid search filter: %s
ServerMessages.ERR_LDIFEXPORT_CANNOT_PARSE_INCLUDE_FILTER
Unable to decode include filter string "%s" as a valid search filter: %s
ServerMessages.ERR_LDIFEXPORT_INVALID_INCLUDE_BASE
Provided include base DN "%s" is not handled by the backend with backend ID %s
ServerMessages.ERR_LDIFIMPORT_CANNOT_DECODE_EXCLUDE_BASE
Unable to decode exclude branch string "%s" as a valid distinguished name: %s
ServerMessages.ERR_LDIFIMPORT_CANNOT_DECODE_INCLUDE_BASE
Unable to decode include branch string "%s" as a valid distinguished name: %s
ServerMessages.ERR_LDIFIMPORT_CANNOT_LOCK_BACKEND
An error occurred while attempting to acquire an exclusive lock for backend %s: %s. This generally means some other process is still using this backend (e.g., it is in use by the Directory Server or a backup or LDIF export is in progress). The LDIF import cannot continue
ServerMessages.ERR_LDIFIMPORT_CANNOT_OPEN_REJECTS_FILE
An error occurred while trying to open the rejects file %s for writing: %s
ServerMessages.ERR_LDIFIMPORT_CANNOT_OPEN_SKIP_FILE
An error occurred while trying to open the skip file %s for writing: %s
ServerMessages.ERR_LDIFIMPORT_CANNOT_PARSE_EXCLUDE_FILTER
Unable to decode exclude filter string "%s" as a valid search filter: %s
ServerMessages.ERR_LDIFIMPORT_CANNOT_PARSE_INCLUDE_FILTER
Unable to decode include filter string "%s" as a valid search filter: %s
ServerMessages.ERR_LDIFIMPORT_CANNOT_PARSE_TEMPLATE_FILE
Unable to parse the specified file %s as a MakeLDIF template file: %s
ServerMessages.ERR_LDIFIMPORT_CANNOT_PARSE_THREAD_COUNT
The value %s for threadCount cannot be parsed: %s
ServerMessages.ERR_LDIFIMPORT_INVALID_INCLUDE_BASE
Provided include base DN "%s" is not handled by the backend with backend ID %s
ServerMessages.ERR_LDIFIMPORT_MISSING_BACKEND_ARGUMENT
Neither the %s nor the %s argument was provided. One of these arguments must be given to specify the backend for the LDIF data to be imported to
ServerMessages.ERR_LDIFIMPORT_MISSING_REQUIRED_ARGUMENT
Neither the %s nor the %s argument was provided. One of these arguments must be given to specify the source for the LDIF data to be imported
ServerMessages.ERR_LOADING_GENERATION_ID
An unexpected error occurred when searching in %s for the generation ID : %s
ServerMessages.ERR_LOGGER_ERROR_CLOSING_FILE
Error occurred while closing log file for logger %s: %s
ServerMessages.ERR_LOGGER_ERROR_FLUSHING_BUFFER
Error occurred while flushing writer buffer for logger %s: %s
ServerMessages.ERR_LOGGER_ERROR_OBTAINING_FREE_SPACE
Error occurred while obtaining free disk space in the partition containing log file %s: %s
ServerMessages.ERR_LOGGER_ERROR_WRITING_RECORD
Error occurred while writing log record for logger %s: %s. Any further write errors will be ignored
ServerMessages.ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF
Cannot write entry %s to LDIF: %s
ServerMessages.ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST
Unable to add entry %s because its parent entry %s does not exist in the memory-based backend
ServerMessages.ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST
Cannot rename entry %s because the new parent entry %s doesn't exist
ServerMessages.ERR_MODDN_CANNOT_LOCK_NEW_DN
The modify DN operation for entry %s cannot be performed because the server was unable to obtain a write lock for the new DN %s
ServerMessages.ERR_MODDN_DIFFERENT_BACKENDS
The modify DN operation for entry %s cannot be performed because the backend holding the current entry is different from the backend used to handle the new DN %s. Modify DN operations may not span multiple backends
ServerMessages.ERR_MODDN_NEW_RDN_ATTR_IS_NO_USER_MOD
Entry %s cannot be renamed because the new RDN includes attribute %s which is defined as NO-USER-MODIFICATION in the server schema, and the target value for that attribute is not already included in the entry
ServerMessages.ERR_MODDN_NEW_SUPERIOR_IN_SUBTREE
The modify DN operation for entry %s cannot be performed because the new superior entry %s is equal to or a subordinate of the entry to be moved
ServerMessages.ERR_MODDN_NEWRDN_ATTR_IS_OBSOLETE
The modify DN operation for entry %s cannot be performed because the new RDN includes attribute type %s which is declared OBSOLETE in the server schema
ServerMessages.ERR_MODDN_NO_BACKEND_FOR_NEW_ENTRY
The modify DN operation for entry %s cannot be performed because no backend is registered to handle the new DN %s
ServerMessages.ERR_MODDN_OLD_RDN_ATTR_IS_NO_USER_MOD
Entry %s cannot be renamed because the current DN includes attribute %s which is defined as NO-USER-MODIFICATION in the server schema and the deleteOldRDN flag was set in the modify DN request
ServerMessages.ERR_MODDN_PREOP_VIOLATES_SCHEMA
The modify DN operation for entry %s cannot be performed because a pre-operation plugin modified the entry in a way that caused it to violate the server schema: %s
ServerMessages.ERR_MODDN_UNSUPPORTED_CRITICAL_CONTROL
Entry %s cannot be renamed because the request contained a critical control with OID %s that is not supported by the Directory Server for this type of operation
ServerMessages.ERR_MODDN_VIOLATES_SCHEMA
The modify DN operation for entry %s cannot be performed because the change would have violated the server schema: %s
ServerMessages.ERR_MODIFY_ADD_NO_VALUES
Entry %s cannot be modified because the modification contained an add component for attribute %s but no values were provided
ServerMessages.ERR_MODIFY_ATTR_IS_NO_USER_MOD
Entry %s cannot be modified because the modification attempted to update attribute %s which is defined as NO-USER-MODIFICATION in the server schema
ServerMessages.ERR_MODIFY_ATTR_IS_OBSOLETE
Entry %s cannot be modified because the modification attempted to set one or more new values for attribute %s which is marked OBSOLETE in the server schema
ServerMessages.ERR_MODIFY_DELETE_NO_SUCH_ATTR
Entry %s cannot be modified because an attempt was made to remove one or more values from attribute %s but this attribute is not present in the entry
ServerMessages.ERR_MODIFY_DELETE_RDN_ATTR
Entry %s cannot be modified because the change to attribute %s would have removed a value used in the RDN
ServerMessages.ERR_MODIFY_INCREMENT_RDN
Entry %s cannot be modified because an attempt was made to increment the value of attribute %s which is used as an RDN attribute for the entry
ServerMessages.ERR_MODIFY_INCREMENT_REQUIRES_EXISTING_VALUE
Entry %s cannot be modified because an attempt was made to increment the value of attribute %s but that attribute did not have any values in the target entry
ServerMessages.ERR_MODIFY_INCREMENT_REQUIRES_SINGLE_VALUE
Entry %s cannot be modified because an attempt was made to increment the value of attribute %s but the request contained multiple values, where only a single integer value is allowed
ServerMessages.ERR_MODIFY_INCREMENT_REQUIRES_VALUE
Entry %s cannot be modified because an attempt was made to increment the value of attribute %s but the request did not include a value for that attribute specifying the amount by which to increment the value
ServerMessages.ERR_MODIFY_INVALID_MOD_TYPE_FOR_PASSWORD
Invalid modification type %s attempted on password attribute %s
ServerMessages.ERR_MODIFY_UNSUPPORTED_CRITICAL_CONTROL
Entry %s cannot be modified because the request contained a critical control with OID %s that is not supported by the Directory Server for this type of operation
ServerMessages.ERR_MODIFY_VIOLATES_SCHEMA
Entry %s cannot be modified because the resulting entry would have violated the server schema: %s
ServerMessages.ERR_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN
A plugin caused the modify DN operation to be aborted while moving and/or renaming an entry from %s to %s
ServerMessages.ERR_MONITOR_INVALID_BASE
Unable to retrieve the requested entry %s from the monitor backend because the DN is not below the monitor base of %s
ServerMessages.ERR_MONITOR_MODIFY_NOT_SUPPORTED
Unwilling to update entry "%s" because modify operations are not supported in the monitor backend. If you wish to alter the contents of the base monitor entry itself, then it may be possible to do so by modifying the "%s" entry in the configuration
ServerMessages.ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY
An error occurred while attempting to export the monitor entry for monitor provider %s: %s
ServerMessages.ERR_NO_CLOUD_FILE_FOUND
Could not find file '%s' in cloud bucket '%s'
ServerMessages.ERR_NO_KEY_ENTRY_IN_KEYSTORE
There is no private key entry in keystore '%s' used by file based key manager provider '%s'. TLS connections which rely on this key manager provider may fail. Ensure that keystore file contains at least one private key
ServerMessages.ERR_NO_REACHABLE_PEER_IN_THE_DOMAIN
Domain %s: the server with serverId=%s is unreachable
ServerMessages.ERR_OPERATION_NOT_FOUND_IN_PENDING
Internal Error : Operation %s change number %s was not found in local change list
ServerMessages.ERR_OPERATION_NOT_FOUND_IN_REMOTE
Internal Error : Operation %s change number %s was not found in remote change list
ServerMessages.ERR_PLUGIN_ADLIST_INVALID_PLUGIN_TYPE
The LDAP attribute description list plugin instance defined in configuration entry %s lists an invalid plugin type %s. This plugin can only be used as a pre-parse search plugin
ServerMessages.ERR_PLUGIN_ATTR_CLEANUP_EQUAL_VALUES
The mapping '%s:%s' maps the attribute to itself
ServerMessages.ERR_PLUGIN_CHANGE_NUMBER_INVALID_PLUGIN_TYPE_LIST
An attempt was made to register the Change Number Control plugin with the following plugin types : %s. However this plugin must be configured with all of the following plugin types : %s
ServerMessages.ERR_PLUGIN_LDIF_IMPORT_PLUGIN_RETURNED_NULL
The LDIF import plugin defined in configuration entry %s returned null when invoked on entry %s. This is an illegal response
ServerMessages.ERR_PLUGIN_REFERENT_BAD_FILTER
The filtering criteria '%s' specified in property 'check-references-filter-criteria' is invalid because the filter could not be decoded: '%s'
ServerMessages.ERR_PLUGIN_REFERENT_INVALID_ATTRIBUTE_SYNTAX
An error occurred in the Referential Integrity plugin while attempting to configure the attribute type %s which has a syntax OID of %s. A Referential Integrity attribute type must have a syntax OID of either 1.3.6.1.4.1.1466.115.121.1.12 (for the distinguished name syntax) or 1.3.6.1.4.1.1466.115.121.1.34 (for the name and optional uid syntax) or 1.3.6.1.4.1.36733.2.1.3.12 (for the name and json syntax)
ServerMessages.ERR_PLUGIN_REFERENT_MODIFY_FAILED
The Referential Integrity plugin failed when performing an internal modify on entry %s: %s
ServerMessages.ERR_PLUGIN_SHUTDOWN_PLUGIN_EXCEPTION
The shutdown plugin defined in configuration entry %s threw an exception when it was invoked during the Directory Server shutdown process: %s
ServerMessages.ERR_PLUGIN_STARTUP_PLUGIN_EXCEPTION
The startup plugin defined in configuration entry %s threw an exception when it was invoked during the Directory Server startup process: %s. The server startup process has been aborted
ServerMessages.ERR_PLUGIN_TYPE_NOT_SUPPORTED
The plugin defined in configuration entry %s does not support the %s plugin type
ServerMessages.ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR
An internal error occurred while attempting to determine whether the operation would have resulted in a unique attribute conflict (result %s, message %s)
ServerMessages.ERR_PROXY_CANNOT_DISCOVER_REMOTE_CAPABILITIES
Proxy backend '%s' could not discover remote servers capabilities: %s
ServerMessages.ERR_PROXY_NO_PRIMARY_NOR_SECONDARY_SERVERS_DISCOVERED
Proxy backend '%s' is non functional because it could not find any primary nor secondary servers via the service discovery mechanism '%s'
ServerMessages.ERR_PROXY_UNKNOWN_SERVICE_DISCOVERY
Proxy backend '%s' cannot find the configured service discovery mechanism '%s'
ServerMessages.ERR_PUBLISHING_FAKE_OPS
Caught exception publishing fake operations for domain %s : %s
ServerMessages.ERR_PWLENGTHVALIDATOR_MIN_GREATER_THAN_MAX
The configured minimum password length of %d characters is greater than the configured maximum password length of %d
ServerMessages.ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_CHANGE_BY_TIME
An error occurred while attempting to determine the value for attribute ds-cfg-require-change-by-time in configuration entry %s: %s
ServerMessages.ERR_PWPOLICY_DEPRECATED_SCHEME_NOT_AUTH
Password policy configuration entry %s references deprecated password storage scheme DN %s which does not support the auth password syntax
ServerMessages.ERR_PWPOLICY_INVALID_LAST_LOGIN_TIME_FORMAT
The password policy definition contained in configuration entry "%s" is invalid because the specified last login time format "%s" is not a valid format string The last login time format string should conform to the syntax described in the API documentation for the 'java.text.SimpleDateFormat' class
ServerMessages.ERR_PWPOLICY_INVALID_PREVIOUS_LAST_LOGIN_TIME_FORMAT
The password policy definition contained in configuration entry "%s" is invalid because the specified previous last login time format "%s" is not a valid format string The previous last login time format strings should conform to the syntax described in the API documentation for the 'java.text.SimpleDateFormat' class
ServerMessages.ERR_PWPOLICY_SCHEME_DOESNT_SUPPORT_AUTH
The password storage scheme defined in configuration entry %s does not support the auth password syntax, which is used by password attribute %s
ServerMessages.ERR_PWPOLICY_UNDEFINED_PASSWORD_ATTRIBUTE
The password policy definition contained in configuration entry "%s" is invalid because the specified password attribute "%s" is not defined in the server schema
ServerMessages.ERR_PWPOLICY_UNKNOWN_STORAGE_SCHEMES
No enabled password storage schemes in '%s' in subentry '%s'
ServerMessages.ERR_PWPOLICY_VALIDATION_FAILED
The password value for attribute %s was found to be unacceptable: %s
ServerMessages.ERR_PWPSTATE_CANNOT_UPDATE_USER_ENTRY
An error occurred while attempting to update password policy state information for user %s: %s
ServerMessages.ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE
The value %s provided for the password policy state operation used to set the account expiration time was invalid: %s. The value should be specified using the generalized time format
ServerMessages.ERR_PWPSTATE_EXTOP_BAD_AUTH_FAILURE_TIME
The value %s provided for the password policy state operation used to update the authentication failure times was invalid: %s. The value should be specified using the generalized time format
ServerMessages.ERR_PWPSTATE_EXTOP_BAD_GRACE_LOGIN_TIME
The value %s provided for the password policy state operation used to update the grace login use times was invalid: %s. The value should be specified using the generalized time format
ServerMessages.ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME
The value %s provided for the password policy state operation used to set the last login time was invalid: %s. The value should be specified using the generalized time format
ServerMessages.ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE
The value %s provided for the password policy state operation used to set the password changed time was invalid: %s. The value should be specified using the generalized time format
ServerMessages.ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE
The value %s provided for the password policy state operation used to set the password warned time was invalid: %s. The value should be specified using the generalized time format
ServerMessages.ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME
The value %s provided for the password policy state operation used to set the required change time was invalid: %s. The value should be specified using the generalized time format
ServerMessages.ERR_PWPSTATE_NO_SUCH_POLICY
User entry %s is configured to use a password policy subentry of %s but no such password policy has been defined in the server configuration
ServerMessages.ERR_PWSCHEME_ARGON2_NOT_ENOUGH_MEMORY
The Argon2 password storage scheme could not be configured because it requires %s kB of memory, exceeding the maximum available of %s kB. Configure a bigger heap or reduce the Argon2 memory requirements
ServerMessages.ERR_PWSCHEME_CANNOT_BASE64_DECODE_STORED_PASSWORD
An error occurred while attempting to base64-decode the password value %s: %s
ServerMessages.ERR_PWSCHEME_CANNOT_DECODE_SCRAM_CREDENTIAL
An error occurred while attempting to decode the SCRAM credential value %s: %s
ServerMessages.ERR_PWSCHEME_CANNOT_DECRYPT
An error occurred while trying to decrypt a value using password storage scheme %s: %s
ServerMessages.ERR_PWSCHEME_CANNOT_ENCODE_PASSWORD
An unexpected error occurred while attempting to encode a password using the storage scheme defined in class %s: %s
ServerMessages.ERR_PWSCHEME_CANNOT_ENCRYPT
An error occurred while trying to encrypt a value using password storage scheme %s: %s
ServerMessages.ERR_PWSCHEME_CANNOT_INITIALIZE_MESSAGE_DIGEST
An error occurred while attempting to initialize the message digest generator for the %s algorithm: %s
ServerMessages.ERR_RANDOMPWGEN_CHARSET_NAME_CONFLICT
Configuration entry "%s" contains multiple definitions for the %s character set
ServerMessages.ERR_RANDOMPWGEN_UNKNOWN_CHARSET
The password format string "%s" references an undefined character set "%s"
ServerMessages.ERR_READING_PROFILE_VERSION_FILE
An error occurred while reading file '%s': %s
ServerMessages.ERR_REBUILDINDEX_CANNOT_EXCLUSIVE_LOCK_BACKEND
An error occurred while attempting to acquire a exclusive lock for backend %s: %s. This generally means that some other process has an lock on this backend or the server is running with this backend online. The rebuild process cannot continue
ServerMessages.ERR_REBUILDINDEX_CANNOT_SHARED_LOCK_BACKEND
An error occurred while attempting to acquire a shared lock for backend %s: %s. This generally means that some other process has an exclusive lock on this backend (e.g., an LDIF import or a restore). The rebuild process cannot continue
ServerMessages.ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL
An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry: %s
ServerMessages.ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK
An error occurred while trying to create an instance of class %s as a Directory Server task. Is this class a subclass of %s?
ServerMessages.ERR_REGEXMAP_BACKEND_IS_NOT_LOCAL
The baseDN '%s' specified as match base DN in the regular expression identity mapper defined in configuration entry '%s', does not belong to a local backend
ServerMessages.ERR_REGEXMAP_INEFFICIENT_SEARCH
The internal search based on processed ID string %s could not be processed efficiently: %s. Check the server configuration to ensure that all associated backends are properly configured for these types of searches
ServerMessages.ERR_REGEXMAP_INVALID_MATCH_PATTERN
The provided match pattern "%s" could not be parsed as a regular expression: %s
ServerMessages.ERR_REGEXMAP_SEARCH_FAILED
An internal failure occurred while attempting to resolve processed ID string %s to a user entry: %s
ServerMessages.ERR_REPLICATION_PROTOCOL_MESSAGE_TYPE
Replication protocol error. Bad message type. %s received, %s required
ServerMessages.ERR_REPLICATION_PROTOCOL_UNEXPECTED_DS
Replication Server '%s' expected to negotiate with another Replication Server but got information for Directory Server '%s' instead. The connection will be closed
ServerMessages.ERR_REPLICATION_SERVER_ID_INCOMPATIBLE_WITH_VERSION
Cannot enable replication to server '%s' as this server's ID '%s' is not a number between 1 and 32767
ServerMessages.ERR_REPLICATION_UNEXPECTED_MESSAGE
New replication connection from %s started with unexpected message %s and is being closed
ServerMessages.ERR_RESYNC_REQUIRED_UNKNOWN_DOMAIN_IN_PROVIDED_COOKIE
Full resync required. Reason: The provided cookie contains unknown replicated domain %s. Current starting cookie <%s>
ServerMessages.ERR_ROOTDSE_MODIFY_NOT_SUPPORTED
Unwilling to update entry "%s" because modify operations are not supported in the root DSE backend. If you wish to alter the contents of the root DSE itself, then it may be possible to do so by modifying the "%s" entry in the configuration
ServerMessages.ERR_RS_DN_DOES_NOT_MATCH
DN sent by remote replication server: %s does not match local replication server one: %s
ServerMessages.ERR_RS_SESSION_PUBLISH_INTERRUPTED_EXCEPTION
Error when trying to publish a message in '%s'. The connection is going to be closed and reopened. Error: %s
ServerMessages.ERR_SASL_ACCOUNT_NOT_LOCAL
SASL %s authentication is not supported for user %s because the account is not managed locally
ServerMessages.ERR_SASL_AUTHZID_CANNOT_GET_ENTRY
The entry %s specified as the authorization identity could not be retrieved: %s
ServerMessages.ERR_SASL_AUTHZID_INVALID_DN
The provided authorization ID %s contained an invalid DN: %s
ServerMessages.ERR_SASL_CANNOT_GET_SERVER_FQDN
An unexpected error occurred while attempting to determine the value of the ds-cfg-server-fqdn attribute in configuration entry %s: %s
ServerMessages.ERR_SASL_CANNOT_MAP_AUTHENTRY
An error occurred while attempting to map authorization ID %s to a user entry: %s
ServerMessages.ERR_SASL_CONTEXT_CREATE_ERROR
An unexpected error occurred while trying to create an %s context: %s
ServerMessages.ERR_SASL_NO_REVERSIBLE_PASSWORDS
SASL %s authentication is not possible for user %s because none of the passwords in the user entry are stored in a reversible form
ServerMessages.ERR_SASL_NO_SCRAM_CREDENTIALS
SASL %s authentication is not possible for user '%s' because the user entry does not contain any SCRAM credentials
ServerMessages.ERR_SASL_PROTOCOL_ERROR
SASL %s protocol error: %s
ServerMessages.ERR_SASL_ZERO_LENGTH_USERNAME
The username contained in the SASL %s bind request had a length of zero characters, which is not allowed. %s authentication does not allow an empty string for use as the username
ServerMessages.ERR_SASLDIGESTMD5_CANNOT_MAP_USERNAME
An error occurred while attempting to map username %s to a Directory Server entry: %s
ServerMessages.ERR_SASLEXTERNAL_CANNOT_VALIDATE_CERT
An error occurred while attempting to validate the peer certificate presented by the client with a certificate from the user's entry %s: %s
ServerMessages.ERR_SASLPLAIN_AUTHZID_CANNOT_GET_ENTRY
An error occurred while attempting to retrieve entry %s specified as the authorization ID: %s
ServerMessages.ERR_SASLPLAIN_AUTHZID_CANNOT_MAP_AUTHZID
An error occurred while attempting to map authorization ID %s to a user entry: %s
ServerMessages.ERR_SASLPLAIN_AUTHZID_INVALID_DN
The provided authorization ID %s contained an invalid DN: %s
ServerMessages.ERR_SASLPLAIN_CANNOT_CHECK_PASSWORD_VALIDITY
An error occurred while attempting to verify the password for user %s during SASL PLAIN authentication: %s
ServerMessages.ERR_SASLPLAIN_CANNOT_DECODE_AUTHCID_AS_DN
An error occurred while attempting to decode the SASL PLAIN authentication ID "%s" because it appeared to contain a DN but DN decoding failed: %s
ServerMessages.ERR_SASLPLAIN_CANNOT_GET_ENTRY_BY_DN
An error occurred while attempting to retrieve user entry %s as specified in the DN-based authentication ID of a SASL PLAIN bind request: %s
ServerMessages.ERR_SASLPLAIN_CANNOT_MAP_USERNAME
An error occurred while attempting to map username %s to a Directory Server entry: %s
ServerMessages.ERR_SATUACM_CANNOT_DECODE_SUBJECT_AS_DN
Unable to decode peer certificate subject %s as a DN: %s
ServerMessages.ERR_SATUACM_DUPLICATE_CERT_ATTR
Configuration entry %s contains multiple mappings for certificate attribute %s
ServerMessages.ERR_SATUACM_DUPLICATE_USER_ATTR
Configuration entry %s contains multiple mappings for user attribute %s
ServerMessages.ERR_SATUACM_INEFFICIENT_SEARCH
The internal search based on the certificate with subject %s could not be processed efficiently: %s. Check the server configuration to ensure that all associated backends are properly configured for these types of searches
ServerMessages.ERR_SATUACM_INVALID_MAP_FORMAT
Configuration entry %s has value '%s' which violates the format required for attribute mappings. The expected format is 'certattr:userattr'
ServerMessages.ERR_SATUACM_SEARCH_FAILED
An internal failure occurred while attempting to map the certificate with subject %s to a user entry: %s
ServerMessages.ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE
An error occurred while attempting to write file %s containing a concatenated list of all server schema elements: %s. The server may not be able to accurately identify any schema changes made with the server offline
ServerMessages.ERR_SCHEMA_HAS_WARNINGS
There should be no warnings on the schema, but instead got %d warnings: %s
ServerMessages.ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX
An error occurred while attempting to decode the ldapsyntax description "%s": %s
ServerMessages.ERR_SCHEMA_PARSE_LINE
Ignoring schema definition '%s' because the following error occurred while it was being parsed: %s
ServerMessages.ERR_SDTUACM_INEFFICIENT_SEARCH
The internal search based on the certificate with subject %s could not be processed efficiently: %s. Check the server configuration to ensure that all associated backends are properly configured for these types of searches
ServerMessages.ERR_SDTUACM_SEARCH_FAILED
An internal failure occurred while attempting to map the certificate with subject %s to a user entry: %s
ServerMessages.ERR_SEARCHING_FRACTIONAL_CONFIGURATION
An unexpected error occurred when loading the fractional replication configuration of domain "%s": %s
ServerMessages.ERR_SEARCHING_GENERATION_ID
An unexpected error occurred when loading the generation id of domain "%s": %s
ServerMessages.ERR_SECRET_FILE_TOO_BIG
The file '%s' exceeds max size '%s'
ServerMessages.ERR_SEDCM_CANNOT_DECODE_SUBJECT_AS_DN
Could not map the provided certificate chain to a user because the peer certificate subject "%s" could not be decoded as an LDAP DN: %s
ServerMessages.ERR_SEDCM_CANNOT_GET_ENTRY
Could not map the provided certificate chain to a user because an error occurred while attempting to retrieve the user entry with DN "%s": %s
ServerMessages.ERR_SENDING_NEW_ATTEMPT_INIT_REQUEST
When sending a new initialization request for an initialization from a remote server, the following error occurred %s. The initial error was : %s
ServerMessages.ERR_SERVICE_DISCOVERY_CONFIG_MANAGER_ADD_MECHANISM
An error occurred while adding Service Discovery Mechanism '%s': %s
ServerMessages.ERR_SERVICE_DISCOVERY_CONFIG_MANAGER_INIT_MECHANISM
Discovery mechanism '%s' initialization failed : %s
ServerMessages.ERR_SERVICE_DISCOVERY_MECHANISM_CANNOT_CREATE_SSL_CONTEXT
Error occurred while creating an SSL context for service discovery mechanism '%s' : %s
Service discovery mechanism '%s' failed to refresh the connection options. Exception : %s",
Service discovery mechanism '%s' failed to refresh the partition information. Exception : %s",
ServerMessages.ERR_SESSION_SEND_EXCEPTION
An error occurred in session '%s' when trying to send a message to the socket: %s
ServerMessages.ERR_SETUP_ADD_UPGRADE_VERSION_IN_CONFIG
Unable to write the upgrade version in '%s' file (%s)
ServerMessages.ERR_SETUP_CANNOT_WRITE_FILE
Unable to write a required file. Make sure that the %s tool has sufficient permissions to create and write the file: %s
ServerMessages.ERR_SETUP_CERTNICKNAME_NOT_FOUND
The provided certificate nickname '%s' could not be found. The keystore contains the following certificate nicknames: %s
ServerMessages.ERR_SETUP_DATA_VERSION_FROM_CONFIG_VERSION
Unable to parse the version in '%s' file in order to initialize the content of the '%s' file
ServerMessages.ERR_SETUP_DS_INVALID_PROFILE_PARAMETER_VALUE_FORMAT
Invalid profile parameter value '%s'. Supported format is '%s'
ServerMessages.ERR_SETUP_DS_PROFILE_MISSING_PARAMETER_VALUE
The parameter '%s' is required by profile '%s', but no value has been provided
ServerMessages.ERR_SETUP_DS_PROFILE_NOT_FOUND
Setup profile '%s' cannot be found. %s
ServerMessages.ERR_SETUP_ENABLING_TRUST_MANAGER_PROVIDER
An error occurred while enabling the %s trust manager provider: %s
ServerMessages.ERR_SETUP_ENABLING_WINDOWS_SERVICE
Unable to enable windows service (return code '%d'): %s
ServerMessages.ERR_SETUP_FILE_BASED_KEYSTORE_PASSWORD_IS_MISSING
You must specify the keystore password of the file based keystore. You can use either --%s or --%s options to specify it
ServerMessages.ERR_SETUP_INSTANCE_INSTALLED_FROM_FILE
A server instance (%s) has already been setup in the directory %s
ServerMessages.ERR_SETUP_MANAGEMENT_CONTEXT_FROM_CONFIG
Unable to write configuration file '%s' (%s)
ServerMessages.ERR_SETUP_MONITOR_USER_INVALID_DN
Monitor user DN value '%s' is invalid because: %s
ServerMessages.ERR_SETUP_PASSWORD_FILE_NO_PASSWORD
Unable to read password in file '%s'. A password file must contain a single line with the keystore password, details: %s
ServerMessages.ERR_SETUP_PROFILE_ADD_BACKEND
Unable to create '%s' backend (%s)
ServerMessages.ERR_SETUP_PROFILE_ADD_INDEX
Unable to add index for attribute '%s' (%s)
ServerMessages.ERR_SETUP_PROFILE_CLI_NO_PROFILE_PROVIDED
You must select at least one profile by using the option '%s'. %s
ServerMessages.ERR_SETUP_PROFILE_CREATE_REPLICATION_DOMAIN
Unable to create replication domain for base DN '%s' (%s)
ServerMessages.ERR_SETUP_PROFILE_EMPTY_DN_PARAMETER
The value for DN parameter '%s' of profile '%s' cannot be empty
ServerMessages.ERR_SETUP_PROFILE_IMPORT_IO
An IO error occurred while running profile '%s': '%s'
ServerMessages.ERR_SETUP_PROFILE_INVALID_FOLDER
Folder '%s' of the setup profile '%s' must be a readable existing folder
ServerMessages.ERR_SETUP_PROFILE_INVALID_PARAMETERS_SCRIPT_FILE
File '%s' from the setup profile '%s' must be a readable regular file
ServerMessages.ERR_SETUP_PROFILE_INVALID_VERSION_FOLDER
Last folder of profile '%s' path '%s' must be the profile version (two or three digits separated by either dot or hyphen, e.g /path/to/profile/6.5.0)
ServerMessages.ERR_SETUP_PROFILE_MISSING_MANDATORY_SCRIPT_FILE
Folder of the setup profile '%s' must contain a '%s' readable regular file
ServerMessages.ERR_SETUP_PROFILE_PARAMETER_BLANK_DOMAIN_VALUE
The value for domain parameter '%s' of profile '%s' cannot be blank
ServerMessages.ERR_SETUP_PROFILE_SCRIPT_EXECUTION
The '%s' setup profile failed: %s
ServerMessages.ERR_SETUP_PROFILE_SEARCH_RESOURCE_IN_OTHER_VERSIONS
Unable to find resource '%s' of profile '%s' in profile version folders
ServerMessages.ERR_SETUP_ROOT_USER_INVALID_DN
The administrator user bind DN '%s' is invalid. %s
ServerMessages.ERR_SETUP_UNABLE_TO_WRITE_FILE
Unable to write file '%s' because: '%s'
ServerMessages.ERR_SETUP_WRITING_PASSWORD_INTERNAL_FILE
An error occurred while storing provided password in the instance file '%s', details: %s
ServerMessages.ERR_SMTP_ASNH_SUBJECT_DUPLICATE_TYPE
The message subject definitions contained in configuration entry '%s' have multiple subjects defined for notification type %s
ServerMessages.ERR_SMTP_ASNH_SUBJECT_NO_COLON
Unable to parse message subject value '%s' from configuration entry '%s' because the value does not contain a colon to separate the notification type from the subject
ServerMessages.ERR_SMTP_ASNH_TEMPLATE_DUPLICATE_TYPE
The message template file path definitions contained in configuration entry '%s' have multiple template file paths defined for notification type %s
ServerMessages.ERR_SMTP_ASNH_TEMPLATE_NO_COLON
Unable to parse message template file path value '%s' from configuration entry '%s' because the value does not contain a colon to separate the notification type from the template file path
ServerMessages.ERR_SMTP_ASNH_TEMPLATE_NO_SUCH_FILE
The message template file '%s' referenced in configuration entry '%s' does not exist
ServerMessages.ERR_SMTP_ASNH_TEMPLATE_UNCLOSED_TOKEN
An unclosed token was found starting at column %d of line %d
ServerMessages.ERR_STARTOK_CANNOT_OPEN_FOR_READING
An error occurred while attempting to open the current configuration file %s for reading in order to copy it to the ".startok" file: %s
ServerMessages.ERR_STARTUP_PLUGIN_ERROR
A fatal error occurred when executing one of the Directory Server startup plugins: %s (error ID %d). The Directory Server startup process has been aborted
ServerMessages.ERR_TASK_ADDSCHEMAFILE_CANNOT_NOTIFY_SYNC_PROVIDER
An error occurred while attempting to notify a synchronization provider of type %s about the schema changes made by the add schema file task: %s
ServerMessages.ERR_TASK_ADDSCHEMAFILE_ERROR_LOADING_SCHEMA_FILE
An error occurred while attempting to load the contents of schema file %s into the server schema: %s
ServerMessages.ERR_TASK_ADDSCHEMAFILE_NO_FILENAME
Unable to add one or more files to the server schema because no schema file names were provided in attribute %s of task entry %s
ServerMessages.ERR_TASK_ADDSCHEMAFILE_NO_SUCH_FILE
Unable to add one or more files to the server schema because the specified schema file %s does not exist in schema directory %s
ServerMessages.ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME
An error occurred while trying to parse the actual start time value %s from task entry %s
ServerMessages.ERR_TASK_CANNOT_PARSE_COMPLETION_TIME
An error occurred while trying to parse the completion time value %s from task entry %s
ServerMessages.ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME
An error occurred while trying to parse the scheduled start time value %s from task entry %s
ServerMessages.ERR_TASK_EXECUTE_FAILED
An error occurred while executing the task defined in entry %s: %s
ServerMessages.ERR_TASK_INVALID_ATTRIBUTE_VALUE
Attribute %s has an invalid value. Reason: %s
ServerMessages.ERR_TASK_INVALID_STATE
The task defined in entry %s is invalid because it has an invalid state %s
ServerMessages.ERR_TASK_MISSING_ATTR
Task entry %s is missing required attribute %s
ServerMessages.ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE
There are multiple instances of attribute %s in task entry %s
ServerMessages.ERR_TASK_MULTIPLE_VALUES_FOR_ATTR
There are multiple values for attribute %s in task entry %s
ServerMessages.ERR_TASKBE_ADD_DISALLOWED_DN
New entries in the task backend may only be added immediately below %s for scheduled tasks or immediately below %s for recurring tasks
ServerMessages.ERR_TASKBE_BACKING_FILE_MISSING_PARENT
The parent directory %s for the new task data backing file %s does not exist. Please create this directory before attempting to use this path for the new backing file or choose a new path
ServerMessages.ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY
The parent directory %s for the new task data backing file %s exists but is not a directory. Please choose a new path for the task data backing file
ServerMessages.ERR_TASKINFO_ACCESSING_LOGS
Error accessing logs for task '%s': %s
ServerMessages.ERR_TASKINFO_CANCELING_TASK
Error canceling task '%s': %s
ServerMessages.ERR_TASKINFO_RETRIEVING_TASK_ENTRY
Error retrieving task entry %s: %s
ServerMessages.ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE
An error occurred while attempting to create a new tasks backing file %s for use with the task scheduler: %s
ServerMessages.ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL
An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry: %s
ServerMessages.ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK
An error occurred while trying to create an instance of class %s as a Directory Server task. Is this class a subclass of %s?
ServerMessages.ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY
An error occurred while attempting to parse entry %s as a recurring task and add it to the scheduler: %s
ServerMessages.ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY
An error occurred while attempting to parse entry %s as a task and add it to the scheduler: %s
ServerMessages.ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE
An error occurred while attempting to write the new tasks data backing file %s: %s. Configuration information reflecting the latest update may be lost
ServerMessages.ERR_TASKSCHED_DEPENDENCY_MISSING
Unable to schedule task %s because its dependency task %s is missing
ServerMessages.ERR_TASKSCHED_ENTRY_HAS_NO_PARENT
Entry %s read from the tasks backing file is invalid because it has no parent and does not match the task root DN of %s
ServerMessages.ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE
An error occurred while attempting to read from the tasks data backing file %s: %s
ServerMessages.ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION
An error occurred while attempting to schedule the next iteration of recurring task %s: %s
ServerMessages.ERR_TASKSCHED_INVALID_TASK_ENTRY_DN
Entry %s read from the tasks backing file %s has a DN which is not valid for a task or recurring task definition and will be ignored
ServerMessages.ERR_TASKTOOL_INVALID_EMAIL_ADDRESS
The value %s for option %s is not a valid email address
ServerMessages.ERR_TASKTOOL_INVALID_FDA
The failed dependency action value %s is invalid. The value must be one of %s
ServerMessages.ERR_TIMEOUT_DURING_STARTUP
The timeout of '%d' seconds has been reached. You can use the argument '--%s' to increase this timeout
ServerMessages.ERR_UNCAUGHT_THREAD_EXCEPTION
An uncaught exception during processing for thread "%s" has caused it to terminate abnormally. The stack trace for that exception is: %s
ServerMessages.ERR_UNKNOWN_ATTRIBUTE_IN_HISTORICAL
The entry %s has historical information for attribute %s which is not defined in the schema. This information will be ignored
ServerMessages.ERR_UNKNOWN_FINGERPRINT_DIGEST
Digest algorithm '%s' of fingerprint '%s' is not supported by the JVM
ServerMessages.ERR_UPDATING_GENERATION_ID
An unexpected error occurred when updating generation ID for domain "%s": %s
ServerMessages.ERR_UPGRADE_ADD_CONFIG_FILE_FAILS
An error occurred while adding configuration file '%s': %s
ServerMessages.ERR_UPGRADE_ADDATTRIBUTE_FAILS
An error occurred while adding one or more attributes to the schema file '%s': %s
ServerMessages.ERR_UPGRADE_CANNOT_READ_CONFIG_FILE
An error occured when trying to read the configuration file %s: %s
ServerMessages.ERR_UPGRADE_CONFIG_SCHEMA_FILE
"Error parsing existing schema file '%s' - %s"
ServerMessages.ERR_UPGRADE_COPY_FILES_FROM_TEMPLATE
An error occurred while copying data from '%s' to the server instance configuration directory. Error details: %s
ServerMessages.ERR_UPGRADE_COPYSCHEMA_FAILS
An error occurred while copying the schema file '%s': %s
ServerMessages.ERR_UPGRADE_INCOMPATIBLE_ARGS
The argument '%s' is incompatible with '%s'
ServerMessages.ERR_UPGRADE_TASK_CANNOT_CREATE_DIR
The directory '%s' could not be created: %s
ServerMessages.ERR_UPGRADE_TASK_MIGRATE_ROOT_DN_CANNOT_CREATE_DB_DIR
Root DNs could not be migrated because the '%s' directory could not be created: %s
ServerMessages.ERR_UPGRADE_TASK_MODIFY_CONFIG_FILE
An error occurred while trying to modify %s : %s
ServerMessages.ERR_UPGRADE_TO_PREVIOUS_CONF_VERSION
The OpenDJ binary version '%s' is older than the configuration version '%s', it usually means that an older version has been unzipped over the previous binaries. Unzip a more recent version than the configuration version and run upgrade again
ServerMessages.ERR_UPGRADE_TO_PREVIOUS_DATA_VERSION
The OpenDJ binary version '%s' is older than the data version '%s', it usually means that an older version has been unzipped over the previous binaries. Unzip a more recent version than the data version and run upgrade again
ServerMessages.ERR_UPGRADE_UNKNOWN_OC_ATT
No %s with OID %s exists in the schema
ServerMessages.ERR_VERIFY_DN2ID_UNKNOWN_ID
File dn2id has DN <%s> referencing unknown ID %d
ServerMessages.ERR_VERIFY_DN2ID_WRONG_ENTRY
File dn2id has DN <%s> referencing entry with wrong DN <%s>
ServerMessages.ERR_VERIFY_DUPLICATE_REFERENCE
Duplicate reference to ID %d%n%s
ServerMessages.ERR_VERIFY_ENTRY_NON_MATCHING_KEY
The entry with ID %s is associated with the wrong key%n%s
ServerMessages.ERR_VERIFY_MISSING_ENTRY
Missing entry %s in index %s
ServerMessages.ERR_VERIFY_MISSING_ID
Missing ID %d%n%s
ServerMessages.ERR_VERIFY_UNEXPECTED_REFERENCE
Reference to entry <%s> which does not match the value%n%s
ServerMessages.ERR_VERIFY_UNKNOWN_ID
Reference to unknown entry ID %s%n%s
ServerMessages.ERR_VERIFY_UNKNOWN_REFERENCE
Reference to unknown ID %d%n%s
ServerMessages.ERR_VERIFY_WRONG_ENTRY_COUNT
The stored entry count in id2entry (%d) does not agree with the actual number of entry records found (%d)
ServerMessages.ERR_VERIFYINDEX_CANNOT_LOCK_BACKEND
An error occurred while attempting to acquire a shared lock for backend %s: %s. This generally means that some other process has an exclusive lock on this backend (e.g., an LDIF import or a restore). The index verification cannot continue
ServerMessages.ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_GROUP
Target group %s referenced by virtual static group %s does not exist
ServerMessages.ERR_VIRTUAL_STATIC_GROUP_TARGET_CANNOT_BE_VIRTUAL
Virtual static group %s references target group %s which is itself a virtual static group. One virtual static group is not allowed to reference another as its target group
ServerMessages.ERROR_DSREPL_INITIALIZATION_DURING_INIT_TASK_WITH_LOG
An error occurred during initialization. Last log details: %s. Task state: %s
ServerMessages.ERROR_DSREPL_INITIALIZATION_DURING_RESET_GENID_TASK_WITH_LOG
Error during the processing of the reset generationID task. Last log details: %s. Task state: %s
ServerMessages.ERROR_DSREPL_PURGE_METADATA_DURING_TASK_WITH_LOG
An error occurred while purging old replication meta-data. Last log details: %s. Task state: %s
ServerMessages.ERROR_DSREPL_RESET_CHANGE_NUMBER_DURING_TASK_WITH_LOG
An error occurred during the re-synchronization of the change number. Last log details: %s. Task state: %s
ServerMessages.ERROR_DSREPL_RESET_CHANGE_NUMBER_SEARCH_ERROR
Error when searching change number '%s' in the source server: %s
ServerMessages.ERROR_SETUP_PROFILE_PARAMETER_UNUSED
Parameter(s) '%s' provided for profile '%s' is (are) not used in the profile
ServerMessages.INFO_ACI_ADD_FAILED_PRIVILEGE
An attempt to add the entry "%s" containing an aci attribute type failed, because the authorization DN "%s" lacked modify-acl privileges
ServerMessages.INFO_ACI_ADD_LIST_ACIS
Added %s Access Control Instruction (ACI) attribute types found in context "%s" to the access control evaluation engine
ServerMessages.INFO_ACI_HANDLER_FAIL_PROCESS_GLOBAL_ACI
An unexpected error occurred while processing the ds-cfg-global-aci attribute in configuration entry %s: %s
ServerMessages.INFO_ACI_MODIFY_FAILED_PRIVILEGE
An attempt to modify an aci attribute type in the entry "%s" failed, because the authorization DN "%s" lacked modify-acl privileges
ServerMessages.INFO_CACHE_AND_MEMORY_REPORT
Free memory = %d MB, Cache miss rate = %.1f/record
ServerMessages.INFO_CANNOT_DELETE_OBSOLETE_FILE
Upgrade failed to delete the obsolete file '%s'. Reason: %s
ServerMessages.INFO_CONFIG_AND_DATA_UPGRADE_SUMMARY
OpenDJ will be upgraded from version %s to %s
ServerMessages.INFO_CONFIG_UPGRADE_SUMMARY
OpenDJ configuration will be upgraded from version %s to %s
ServerMessages.INFO_CONFIG_WORK_QUEUE_CLASS_CHANGE_REQUIRES_RESTART
The class used to provide the Directory Server work queue implementation has been changed from %s to %s, but this change will not take effect until the server is restarted
ServerMessages.INFO_DATA_UPGRADE_SUMMARY
OpenDJ data will be upgraded from version %s to %s
ServerMessages.INFO_DESCRIPTION_TASK_FAILED_DEPENDENCY_ACTION
Action this task will take should one if its dependent tasks fail. The value must be one of %s. If not specified defaults to %s
ServerMessages.INFO_DSREPL_DR_COMPUTED_ID_FULL_COMMAND
dsrepl disaster-recovery --baseDn '%s' --generated-id %s
ServerMessages.INFO_DSREPL_DR_WITH_VERSION_ALREADY_RUN
Disaster recovery for domain '%s' has already been run with recovery ID '%s'. Verify all servers in the topology are being recovered with the same recovery ID
ServerMessages.INFO_DSREPL_PURGE_METADATA_START_MSG
Purging old replication meta-data for server '%s' for base DNs: %s
ServerMessages.INFO_DSREPL_RESET_CHANGE_NUMBER_CSN_AND_DN
Change number corresponds to start CSN '%s' and base DN '%s'
ServerMessages.INFO_DSREPL_RESET_CHANGE_NUMBER_START_MSG
Start to re-synchronize the change-log change number of server '%s' from the source server '%s'
ServerMessages.INFO_DSREPL_START_INITIALIZATION_TO_ALL_REMOTE
Starting initialization from '%s' to all replicas for base DNs: %s
ServerMessages.INFO_ERGONOMIC_SIZING_OF_JE_CLEANER_THREADS
JE backend '%s' does not specify the number of cleaner threads: defaulting to %d threads
ServerMessages.INFO_ERGONOMIC_SIZING_OF_JE_LOCK_TABLES
JE backend '%s' does not specify the number of lock tables: defaulting to %d
ServerMessages.INFO_ERGONOMIC_SIZING_OF_REQUEST_HANDLER_THREADS
Connection handler '%s' does not specify the number of request handler threads: defaulting to %d threads
ServerMessages.INFO_ERROR_COPYING_FILE
An error occurred while copying the file '%s' to '%s'
ServerMessages.INFO_ERROR_DELETING_DIRECTORY
An error occurred while deleting directory '%s'. Check that you have the rights to delete this directory and that there is no other application using it. Error was: %s
ServerMessages.INFO_ERROR_DELETING_FILE
An error occurred while deleting file '%s': %s. Check that you have the rights to delete this file and that there is no other application using it
ServerMessages.INFO_EXTERNAL_LIB_MESSAGE_WITH_EXCEPTION
%s with exception: %s
ServerMessages.INFO_HELP_SETUP_ALL_PROFILES_FOOTER
Use %s %s to list profile parameters
ServerMessages.INFO_INDEX_FILTER_INDEX_TYPE_DISABLED
%s index type is disabled for the %s attribute
ServerMessages.INFO_INITIALIZE_PROGRESS_WITH_PERCENTAGE
%s entries processed (%s %% complete)
ServerMessages.INFO_INITIALIZE_WILL_RETRY
Task '%s' to initialize domain '%s' failed to contact the source server. The task will be retried because the current server may be in the process of re-connecting to the best replication server for itself
ServerMessages.INFO_JDKTOOLS_DIRECTORY_DEFAULT_VALUE
No value was provided for %s, JDK tool directory is set to %s
ServerMessages.INFO_LABEL_BACKEND_TOOL_TOTAL_DATA_SIZE_AND_AVG
Total / Average Data Size: %d bytes / %d bytes%n
ServerMessages.INFO_LABEL_BACKEND_TOOL_TOTAL_KEY_SIZE_AND_AVG
Total / Average Key Size: %d bytes / %d bytes%n
ServerMessages.INFO_LDIF_CONNHANDLER_RESULT_CODE
Result Code: %d (%s)
ServerMessages.INFO_OTHER_MESSAGE
%s: received message <%s>
The Referential Integrity plugin background processing update interval has been changed from %s to %s, the new value will now be during background processing
ServerMessages.INFO_PLUGIN_REFERENT_LOGFILE_CHANGE_REQUIRES_RESTART
The file name that the Referential Integrity plugin logs changes to during background processing has been changed from %s to %s, but this change will not take effect until the server is restarted
ServerMessages.INFO_PROFILE_PARAMETER_HELP_HEADER
%s (%s) parameters
ServerMessages.INFO_PROFILE_PARAMETER_NO_PARAMETERS
Profile '%s (%s)' does not have any parameters
ServerMessages.INFO_PROXY_DISCOVERY_RECONFIGURATION_IN_PROGRESS
Configuration of proxy backend '%s' with service discovery mechanism '%s' is in progress. Requests will not be proxied until configuration completes
ServerMessages.INFO_PROXY_SERVER_AVAILABLE
The server '%s' for proxy backend '%s' is available and will be used for proxying requests
ServerMessages.INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS
The root DSE configuration has been updated so that configuration attribute %s will now use a value of %s
ServerMessages.INFO_SASL_UNSUPPORTED_CALLBACK
An unsupported or unexpected callback was provided to the SASL server for use during %s authentication: %s
ServerMessages.INFO_SETUP_ENABLING_WINDOWS_SERVICE_OUTPUT
Enable windows service command (return code '%d') output: %s
ServerMessages.INFO_SETUP_INTERACTIVE_PROFILE_VERSION_PROMPT
Which version of '%s' do you want to use (minimum %s)?
ServerMessages.INFO_SETUP_INTERACTIVE_SUMMARIZE_PROFILE_VERSION
Configure server for profile '%s (%s)'
ServerMessages.INFO_TASK_SHUTDOWN_CUSTOM_MESSAGE
The Directory Server shutdown process has been initiated by task %s: %s
ServerMessages.INFO_TASK_TOOL_RECURRING_TASK_SCHEDULED
Recurring %s task %s scheduled successfully
ServerMessages.INFO_TASK_TOOL_TASK_NOT_SUCCESSFULL
%s task %s did not complete successfully
ServerMessages.INFO_TASK_TOOL_TASK_SCHEDULED_NOW
%s task %s scheduled to start immediately
ServerMessages.INFO_TASK_TOOL_TASK_SUCCESSFULL
%s task %s has been successfully completed
ServerMessages.INFO_TIME_IN_MINUTES_SECONDS
%d minutes, %d seconds
ServerMessages.INFO_TOP_NOT_SUPPORTED_ON_OS
Cannot extract process statistics (by running "top" command) on OS '%s'. Only %s dump samples will be collected
ServerMessages.INFO_TRUSTSTORESYNC_ADD_FAILED
Error while trying to add entry %s to the trust store: %s
ServerMessages.INFO_TRUSTSTORESYNC_ADMIN_SUFFIX_SEARCH_FAILED
Error while searching base %s to synchronize the trust store: %s
ServerMessages.INFO_UPGRADE_CHANGE_DONE_IN_SPECIFIC_FILE
...Change(s) done in %s (x%s)
ServerMessages.INFO_UPGRADE_REBUILD_INDEX_STARTS
Rebuilding index(es) %s for base dn(s): %s
ServerMessages.INFO_UPGRADE_REPLACE_HDAP_ENDPOINT_AUTH_MECHANISM_CONFIG
Replace the authentication mechanism of the '/hdap' endpoint '%s' with the new HDAP authorization mechanism '%s'
ServerMessages.INFO_UPGRADE_TASK_MIGRATE_ROOT_DN_CONFIRM_ALIAS_REMOVAL
OpenDJ 6.0.0 drops support for Root DNs and replaces them with standard user entries which are stored in LDIF backends. The root DN '%s' has multiple alias names, but only the alias name '%s' will be kept. Do you want to proceed with the upgrade?
ServerMessages.INFO_UPGRADE_TASK_MIGRATE_ROOT_DN_CONFIRM_RENAME
OpenDJ 6.0.0 drops support for Root DNs and replaces them with standard user entries which are stored in LDIF backends. The root DN '%s' does not have an alias name so it must be renamed to '%s' so that it no longer resides inside the configuration. Do you want to proceed with the upgrade?
ServerMessages.INFO_UPGRADE_TASK_RENAME_PDB_DIR
Renaming PDB backend directory '%s' to '%s'
ServerMessages.NOTE_AVOID_YOYO_EFFECT
DS(%s) stayed connected to RS(%s) to avoid the yoyo effect
ServerMessages.NOTE_BACKEND_STARTED
The database backend %s containing %d entries has started
ServerMessages.NOTE_BEST_RS
RS(%s) has been evaluated to be the best replication server for DS(%s) to connect to because it was the only one standing after all tests
ServerMessages.NOTE_BIGGEST_WEIGHT_RS
DS(%s) will connect to RS(%s) because it has the biggest weight among all the replication servers
ServerMessages.NOTE_CONFIG_DB_DIR_REQUIRES_RESTART
The change to the DB directory will not take effect until the backend is restarted. The DB files from the previous directory %s must be moved to the new directory %s after shutting down the backend to retain the existing data
ServerMessages.NOTE_CONFIG_FILE_USING_STARTOK_FILE
The Directory Server is starting using the last known good configuration file %s rather than the active configuration file %s
ServerMessages.NOTE_DISCONNECT_DS_FROM_OVERLOADED_RS
DS(%s) disconnected from overloaded RS(%s)
ServerMessages.NOTE_DO_NOT_DISCONNECT_DS_FROM_ACCEPTABLE_LOAD_RS
DS(%s) not disconnected from current RS(%s), because RS is underloaded or its load goal is reached
ServerMessages.NOTE_DO_NOT_DISCONNECT_DS_FROM_OVERLOADED_RS
DS(%s) not disconnected from overloaded RS(%s), other DSs will disconnect
ServerMessages.NOTE_ERR_FRACTIONAL
Fractional replication : exception for domain : %s : %s
ServerMessages.NOTE_ERR_FRACTIONAL_CONFIG_NOT_OPTIONAL_ATTRIBUTE
Wrong fractional replication configuration : attribute %s is not optional in class %s
ServerMessages.NOTE_ERR_FRACTIONAL_FORBIDDEN_FULL_UPDATE_FRACTIONAL
The export of domain %s from server %s to all other servers of the topology is forbidden as the source server has some fractional configuration : only fractional servers in a replicated topology does not make sense
ServerMessages.NOTE_ERR_FRACTIONAL_FORBIDDEN_OPERATION
The following operation has been forbidden in suffix %s due to inconsistency with the fractional replication configuration : %s
ServerMessages.NOTE_ERR_FULL_UPDATE_IMPORT_FRACTIONAL_BAD_REMOTE
The online full update for importing suffix %s data from remote directory server %s has been stopped due to fractional configuration inconsistency between destination and source server : imported data set has not the same fractional configuration
ServerMessages.NOTE_ERR_FULL_UPDATE_IMPORT_FRACTIONAL_REMOTE_IS_FRACTIONAL
The online full update for importing suffix %s data from remote directory server %s has been stopped due to fractional configuration inconsistency between destination and source server : imported data set has some fractional configuration but not destination server
ServerMessages.NOTE_ERR_UNABLE_TO_ENABLE_ECL_VIRTUAL_ATTR
Error when loading a virtual attribute for external change log: Attribute: %s , Error: %s
ServerMessages.NOTE_IMPORT_LDIF_DB_MEM_BUF_INFO
Setting DB cache size to %d bytes and phase one buffer size to %d bytes
ServerMessages.NOTE_IMPORT_LDIF_TOT_MEM_BUF
The amount of free memory available to the import task is %d bytes. The number of phase one buffers required is %d buffers
ServerMessages.NOTE_NO_NEED_TO_REBALANCE_DSS_BETWEEN_RSS
DS(%s) not disconnected from current RS(%s), since there is no need to rebalance all directory servers to other replication servers in the topology
ServerMessages.NOTE_READER_EXCEPTION
Exception when reading messages from %s: %s
ServerMessages.NOTE_READER_RECEIVED_STOP
%s is disconnecting from this replication server %s
ServerMessages.NOTE_REBUILD_START
Rebuild of index(es) %s started with %d total entries to process
ServerMessages.NOTE_RESET_GENERATION_ID
The generation ID for domain "%s" has been reset to %s
ServerMessages.NOTE_RS_ON_DIFFERENT_HOST_THAN_DS
RS(%s) is on a different host than DS(%s), but at least another RS is on the same host
ServerMessages.NOTE_RS_ON_DIFFERENT_VM_THAN_DS
RS(%s) is not on the same virtual machine as DS(%s) but another RS is
ServerMessages.NOTE_SCHEMA_IMPORT_FAILED
A schema element could not be imported: %s, %s
ServerMessages.NOTE_SERVER_SHUTDOWN
The Directory Server has started the shutdown process. The shutdown was initiated by an instance of class %s and the reason provided for the shutdown was %s
ServerMessages.NOTE_SERVER_STATE_RECOVERY
ServerState recovery for domain %s, updated with changeNumber %s
ServerMessages.NOTE_TASK_STARTED
%s task %s started execution
ServerMessages.NOTE_UNKNOWN_RS
RS(%s) could not be contacted by DS(%s)
ServerMessages.NOTE_UNNECESSARY_PRESENCE_INDEX
Both equality and presence index types are defined for attribute '%s'. When no presence index exists, presence search filters are processed using the equality index. Therefore, consider deleting the presence index for attribute '%s'
ServerMessages.PROXY_DIAGNOSTIC_MESSAGE_WITH_CLIENT_SIDE_RESULT_CODE
Initial result code was '%s', with diagnostic message: %s
ServerMessages.WARN_ACI_ADD_FAILED_DECODE
An attempt to add the entry "%s" containing an aci attribute type failed because of the following reason: %s
ServerMessages.WARN_ACI_ATTRIBUTE_NOT_INDEXED
Backend %s does not have a presence index defined for attribute type %s. Access control initialization may take a very long time to complete in this backend
ServerMessages.WARN_ACI_MODIFY_FAILED_DECODE
An attempt to modify an aci attribute type in the entry "%s" failed because of the following reason: %s
ServerMessages.WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID
The provided Access Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed because the numeric OID contained two consecutive periods at position %d
ServerMessages.WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO
The provided Access Control Instruction (ACI) bind rule keyword string "%s" is invalid for the bind rule operator string "%s"
ServerMessages.WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT
The provided Access Control Instruction (ACI) bind rule IP address expression "%s" failed to parse for the following reason: "%s"
ServerMessages.WARN_ACI_SYNTAX_INVALID_SSF_FORMAT
The provided Access Control Instruction (ACI) bind rule SSF expression "%s" failed to parse for the following reason: "%s"
ServerMessages.WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER
The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because one or more of the specified filters are invalid for the following reason: %s
ServerMessages.WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS
The provided Access Control Instruction (ACI) target keyword value "%s" was seen multiple times in the ACI "%s"
ServerMessages.WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR
The provided Access Control Instruction (ACI) target operator value "%s" is invalid. The only valid target operator value for the "%s" keyword is '='
ServerMessages.WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_FORMAT
The provided Access Control Instruction (ACI) bind rule timeofday expression "%s" failed to parse for the following reason: "%s"
ServerMessages.WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED
The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid. The inheritance level value cannot exceed the max level limit of %s
ServerMessages.WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF
The provided Access Control Instruction (ACI) target expression DN value "%s" is invalid. The target expression DN value must be a descendant of the ACI entry DN "%s", if no wild-card is specified in the target expression DN
ServerMessages.WARN_ADD_ATTR_IS_OBSOLETE
Entry "%s" cannot be added because it contains attribute type %s which is declared OBSOLETE in the server schema
ServerMessages.WARN_ADD_OC_IS_OBSOLETE
Entry "%s" cannot be added because it contains objectclass %s which is declared OBSOLETE in the server schema
ServerMessages.WARN_BACKEND_DEBUG_CANNOT_UNLOCK_BACKEND
An error occurred while attempting to release the shared lock for backend %s: %s. This lock should automatically be cleared when the process exits, so no further action should be required
ServerMessages.WARN_BIND_CANNOT_PROCESS_USER_CURSOR_ENTRY_LIMIT
The user-specific cursor entry limit value '%s' contained in user entry '%s' could not be parsed as an integer. The default server cursor entry limit will be used
ServerMessages.WARN_BIND_CANNOT_PROCESS_USER_IDLE_TIME_LIMIT
The user-specific idle time limit value %s contained in user entry %s could not be parsed as an integer. The default server idle time limit will be used
ServerMessages.WARN_BIND_CANNOT_PROCESS_USER_SIZE_LIMIT
The user-specific size limit value %s contained in user entry %s could not be parsed as an integer. The default server size limit will be used
ServerMessages.WARN_BIND_CANNOT_PROCESS_USER_TIME_LIMIT
The user-specific time limit value %s contained in user entry %s could not be parsed as an integer. The default server time limit will be used
ServerMessages.WARN_CANNOT_OPEN_DATABASE_BECAUSE_SHUTDOWN_WAS_REQUESTED
Cannot open database %s because shutdown was requested from replication server RS(%s)
ServerMessages.WARN_CANNOT_SET_BROKER_SOCKET_TIMEOUT
Error while setting replication listener socket timeout to 1 second for domain '%s', server state may be reported as being a bit late with respect to other servers. Cause was: %s
ServerMessages.WARN_CNI_CANNOT_ADVANCE_MISSING_UPDATE_FROM_REPLICA
Change number indexing cannot advance because replica '%s' has not sent any messages since '%s'. The changelog is temporarily unable to purge old files. Verify whether the replica is still running or is connected to a replication server
ServerMessages.WARN_COMPARE_OP_NO_SUCH_ATTR
Entry "%s" does not contain any values for attribute "%s"
ServerMessages.WARN_COMPARE_OP_NO_SUCH_ATTR_WITH_OPTIONS
Entry "%s" does not contain any values for attribute "%s" with the specified set of options
ServerMessages.WARN_CONFIG_BACKEND_CANNOT_REGISTER_BACKEND
An error occurred while attempting to register backend %s with the Directory Server: %s
ServerMessages.WARN_CONFIG_BACKEND_CANNOT_RELEASE_SHARED_LOCK
An error occurred while attempting to release a shared lock for backend %s: %s. This may interfere with operations that require exclusive access, including LDIF import and restoring a backup
ServerMessages.WARN_CONFIG_BACKEND_DUPLICATE_BACKEND_ID
The backend defined in configuration entry %s has a backend ID of %s that conflicts with the backend ID for another backend in the server. The backend will be disabled
ServerMessages.WARN_CONFIG_FILE_NO_STARTOK_FILE
No last known good configuration file %s exists. The server will attempt to start using the active configuration file %s
ServerMessages.WARN_CONFIG_LOGGING_UNSUPPORTED_FIELDS_IN_LOG_FORMAT
The log format for %s contains the following unsupported fields: %s. Their output will be replaced with a dash ("-") character
ServerMessages.WARN_CONFIG_MANUAL_CHANGES_DETECTED
The Directory Server has detected that one or more external changes have been made to the configuration file %s while the server was online, but another change has caused the server configuration to be overwritten. The manual changes have not been applied, but they have been preserved in file %s
ServerMessages.WARN_CONFIG_PLUGIN_LISTED_MULTIPLE_TIMES
The plugin order definition for plugins of type %s includes multiple references to the '%s' plugin. This may cause the plugin order to be evaluated incorrectly
ServerMessages.WARN_CONFIG_SCHEMA_FILE_HAS_SCHEMA_WARNING
The config schema file '%s' generated warning when trying to update schema with its content: %s
ServerMessages.WARN_CONFIG_SCHEMA_FILE_HAS_SCHEMA_WARNING_WITH_OVERWRITE
The config schema file '%s' generated warning when trying to update schema with its content, despite allowing to overwrite definitions: %s
ServerMessages.WARN_CONFIG_SCHEMA_MULTIPLE_ENTRIES_IN_FILE
Schema configuration file %s in directory %s contains more than one entry. Only the first entry will be examined, and the additional entries will be ignored
ServerMessages.WARN_CONNECTION_FROM_SAME_REPLICA
Replica '%s' for domain '%s' tried to connect but the replication server is still processing messages from the previous replication session and considers the replica already connected. The connection will be closed, the replica will connect again
ServerMessages.WARN_CTHEARTBEAT_JOIN_TIMEDOUT
ChangeTime Heartbeat publisher '%s' for domain '%s' will be forcibly stopped because the peer server is unresponsive
ServerMessages.WARN_DEPRECATED_CONFIGURATION
'%s' is DEPRECATED for removal since %s. Its usage is highly discouraged
ServerMessages.WARN_DEREGISTER_BASEDN_MISSING_HIERARCHY
Base DN %s has been deregistered from the Directory Server for backend %s. This base DN had both superior and subordinate entries in other backends, and there might be inconsistent or unexpected behavior when accessing entries in this portion of the hierarchy because of the missing entries that had been held in the de-registered backend
ServerMessages.WARN_DYNAMICGROUP_NONEXISTENT_BASE_DN
Base DN %s specified in dynamic group %s does not exist in the server
ServerMessages.WARN_FORCE_CLOSE_DS_ON_STUCK_CONNECTION
The replication domain connection for '%s' will be forcibly closed because the peer replication server '%s' is unresponsive
ServerMessages.WARN_FORCE_CLOSE_RS_ON_STUCK_CONNECTION
The replication server domain connection for '%s' will be forcibly closed because the peer replication server '%s' is unresponsive
ServerMessages.WARN_LDIF_CONNHANDLER_LDIF_DIRECTORY_MISSING
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
ServerMessages.WARN_LDIF_CONNHANDLER_LDIF_DIRECTORY_NOT_DIRECTORY
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
ServerMessages.WARN_LDIFEXPORT_CANNOT_UNLOCK_BACKEND
An error occurred while attempting to release the shared lock for backend %s: %s. This lock should automatically be cleared when the export process exits, so no further action should be required
ServerMessages.WARN_LDIFIMPORT_CANNOT_UNLOCK_BACKEND
An error occurred while attempting to release the exclusive lock for backend %s: %s. This lock should automatically be cleared when the import process exits, so no further action should be required
ServerMessages.WARN_LEGACY_CONFIGURATION
'%s' is LEGACY since %s. Its usage is highly discouraged
ServerMessages.WARN_LOGGER_SET_PERMISSION_FAILED
Error occurred while setting file permissions for the log file %s: %s
ServerMessages.WARN_LOGGER_UNABLE_SET_PERMISSIONS
This platform does not support setting file permissions %s to the log file %s
ServerMessages.WARN_NO_AVAILABLE_CHANGELOGS
Directory server DS(%s) was unable to connect to any replication servers for domain "%s"
ServerMessages.WARN_NON_ATOMIC_SUBTREE_DELETE
The subtree delete against '%s' is being performed non-atomically because it is deleting more than %s subordinate entries. To prevent inconsistency across replicas, the client must retry this same delete operation until it succeeds
ServerMessages.WARN_PLUGIN_PWIMPORT_CANNOT_DECODE_POLICY_DN
An error occurred while attempting to decode the value of the custom password policy attribute in entry '%s': %s. Any passwords contained in the entry will be encoded using the default storage schemes, but authentication as this user might not be possible
ServerMessages.WARN_PLUGIN_PWIMPORT_NO_SUCH_POLICY
Entry '%s' indicates that it uses custom password policy '%s', but no such policy is defined in the server. Any passwords contained in the entry will be encoded using the default storage schemes, but authentication as this user might not be possible
ServerMessages.WARN_PROFILE_PARAMETER_HELP_PROFILE_VERSION_NOT_FOUND
Version %s not found, best match is %s
ServerMessages.WARN_PROXY_PRIMARY_SERVERS_UNAVAILABLE
The primary servers for proxy backend '%s' are unavailable. The secondary servers, if available, will be used for processing requests until the primary servers become available again. The last failure that prevented the primary servers from being used was: %s
ServerMessages.WARN_PROXY_SECONDARY_SERVERS_UNAVAILABLE
The secondary servers for proxy backend '%s' are unavailable. If the primary servers are unavailable, or become unavailable, then it will no longer be possible to proxy requests. The last failure that prevented the secondary servers from being used was: %s
ServerMessages.WARN_QUEUE_UNABLE_TO_CANCEL
The work queue caught an exception while trying to cancel pending operation %s when the Directory Server was shutting down: %s
ServerMessages.WARN_REBUILDINDEX_CANNOT_UNLOCK_BACKEND
An error occurred while attempting to release the shared lock for backend %s: %s. This lock should automatically be cleared when the rebuild process exits, so no further action should be required
ServerMessages.WARN_REPLICATION_DOMAIN_STATUS_NOT_HEALTHY
Replication domain '%s' status '%s' is not healthy
ServerMessages.WARN_SERVICE_DISCOVERY_REPLICATION_MECHANISM_WRONG_REPLICA
Replication server '%s' references server '%s' that could not be parsed correctly; the definition will be skipped
ServerMessages.WARN_SERVICE_DISCOVERY_SCHEDULED_TASK_FAILURE
Scheduled discovery '%s' failed : %s
Cannot gather naming contexts from server %s: %s
ServerMessages.WARN_SET_PERMISSIONS_FAILED
An error occurred while setting file permissions for the backend database directory %s: %s
ServerMessages.WARN_SETUP_DELETE_DIRECTORY
An error occurred while attempting to remove content of directory '%s': %s
ServerMessages.WARN_SHUTDOWN_CANNOT_RELEASE_SHARED_BACKEND_LOCK
An error occurred while attempting to release a shared lock for backend %s: %s. This lock should be automatically cleaned when the Directory Server process exits, so no additional action should be necessary
ServerMessages.WARN_SUBENTRY_FILTER_NOT_INDEXED
The search filter "%s" used by subentry manager is not indexed in backend %s. Backend initialization for subentry manager processing might take a very long time to complete
ServerMessages.WARN_TTL_INDEX_OVER_INDEX_ENTRY_LIMIT
Unable to locate all expired entries on backend '%s' because the ttl-enabled index '%s' has reached the configured index-entry-limit
ServerMessages.WARN_UNABLE_SET_PERMISSIONS
This platform does not support setting file permissions %s to the database directory %s
ServerMessages.WARN_VERIFYINDEX_CANNOT_UNLOCK_BACKEND
An error occurred while attempting to release the shared lock for backend %s: %s. This lock should automatically be cleared when the verification process exits, so no further action should be required
ServerMessages.WARN_WAIT4DEL_CANNOT_OPEN_LOG_FILE
WARNING: Unable to open log file %s for reading: %s
ServerMessages.WARN_WAIT4DEL_CANNOT_OPEN_OUTPUT_FILE
WARNING: Unable to open output file %s for writing: %s
ServerMessages.WARN_WORKER_INTERRUPTED_WITHOUT_SHUTDOWN
%s was interrupted while waiting for new work: %s. This should not happen, but the thread will resume waiting for new work so there should be no adverse effects
ServerMessages.WARN_WORKER_WAITING_UNCAUGHT_EXCEPTION
An unexpected exception was caught while %s was waiting for new work: %s. This should not happen, but the thread will resume waiting for new work so there should be no adverse effects
-
Uses of LocalizableMessageDescriptor.Arg2 in org.opends.server.core
Modifier and TypeMethodDescriptionstatic void
LockFileManager.acquireExclusiveLockForBackend
(String backendID, LocalizableMessageDescriptor.Arg2<Object, Object> failureMsg, DirectoryEnvironmentConfig environmentConfig) Attempts to acquire an exclusive lock on the specified backend ID.static void
LockFileManager.acquireSharedLockForBackend
(String backendID, LocalizableMessageDescriptor.Arg2<Object, Object> failureMsg, DirectoryEnvironmentConfig environmentConfig) Attempts to acquire an shared lock on the specified backend ID.static void
LockFileManager.releaseBackendLock
(String backendID, LocalizableMessageDescriptor.Arg2<Object, Object> failureMsg, DirectoryEnvironmentConfig environmentConfig) Attempts to release a lock on the backend id. -
Uses of LocalizableMessageDescriptor.Arg2 in org.opends.server.tasks
Modifier and TypeMethodDescriptionvoid
ImportExportParams.validate
(LocalizableMessageDescriptor.Arg2<Object, Object> includeBranchErrMsg, LocalizableMessageDescriptor.Arg2<Object, Object> excludeBranchErrMsg, LocalizableMessageDescriptor.Arg2<Object, Object> includeFilterErrMsg, LocalizableMessageDescriptor.Arg2<Object, Object> excludeFilterErrMsg) Validates the parameters provided in the constructor.