Package | Description |
---|---|
org.forgerock.i18n.slf4j |
This package provides an alternative localization mechanism to
org.slf4j.cal10n . |
org.forgerock.opendj.rest2ldap |
APIs for implementing REST to LDAP gateways.
|
org.opends.guitools.controlpanel.ui |
Contains the panels and dialogs displayed in the Control Panel.
|
org.opends.messages |
Defines all the messages that may be used in the Directory Server and tools.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data types.
|
org.opends.server.util |
Contains implementations for various Directory Server utility classes and methods which may be used throughout the
server but do not necessarily fit in elsewhere.
|
Modifier and Type | Method and Description |
---|---|
<T1> void |
LocalizedLogger.debug(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs a debug message.
|
<T1> void |
LocalizedLogger.debug(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable t)
Logs a debug message with an accompanying exception.
|
<T1> void |
LocalizedLogger.debug(org.slf4j.Marker m,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs a debug message.
|
<T1> void |
LocalizedLogger.debug(org.slf4j.Marker m,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable t)
Logs a debug message with an accompanying exception.
|
<T1> void |
LocalizedLogger.error(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs an error message.
|
<T1> void |
LocalizedLogger.error(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable t)
Logs an error message with an accompanying exception.
|
<T1> void |
LocalizedLogger.error(org.slf4j.Marker m,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs an error message.
|
<T1> void |
LocalizedLogger.error(org.slf4j.Marker m,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable t)
Logs an error message with an accompanying exception.
|
<T1> void |
LocalizedLogger.info(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs an info message.
|
<T1> void |
LocalizedLogger.info(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable t)
Logs an info message with an accompanying exception.
|
<T1> void |
LocalizedLogger.info(org.slf4j.Marker m,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs an info message.
|
<T1> void |
LocalizedLogger.info(org.slf4j.Marker m,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable t)
Logs an info message with an accompanying exception.
|
<T1> void |
LocalizedLogger.trace(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs a trace message.
|
<T1> void |
LocalizedLogger.trace(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable t)
Logs a trace message with an accompanying exception.
|
<T1> void |
LocalizedLogger.trace(org.slf4j.Marker m,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs a trace message.
|
<T1> void |
LocalizedLogger.trace(org.slf4j.Marker m,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable t)
Logs a trace message with an accompanying exception.
|
<T1> void |
LocalizedLogger.warn(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs a warning message.
|
<T1> void |
LocalizedLogger.warn(LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable t)
Logs a warning message with an accompanying exception.
|
<T1> void |
LocalizedLogger.warn(org.slf4j.Marker m,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1)
Logs a warning message.
|
<T1> void |
LocalizedLogger.warn(org.slf4j.Marker m,
LocalizableMessageDescriptor.Arg1<T1> d,
T1 a1,
Throwable t)
Logs a warning message with an accompanying exception.
|
Modifier and Type | Field and Description |
---|---|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_ACTION_NOT_SUPPORTED
The action '%s' is not supported
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_ARRAY_FOR_SINGLE_VALUED_FIELD
The request cannot be processed because an array of values was provided for the single valued field '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_AUTHZID_DECODER_PRINCIPAL_CANNOT_BE_DETERMINED
The request could not be authorized because the required security principal '%s' could not be determined
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_AUTHZID_DECODER_PRINCIPAL_INVALID_DATA_TYPE
The request could not be authorized because the required security principal '%s' had an invalid data type
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_CONFIG_NO_MAPPING_IN_CONFIGURATION
Unknown mapping.
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_CONFIG_OAUTH2_CACHE_INVALID_DURATION
Malformed duration value '%s' for cache expiration.
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_CONFIG_SERVER_CIRCULAR_DEPENDENCIES
The LDAP server configuration '%s' could not be parsed because of potential circular inheritance dependencies
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_CREATION_READ_ONLY_FIELD
The create request cannot be processed because it attempts to create the read-only field '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_DECODING_CONTROL
Unable to decode ldap control: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_FAIL_PARSE_CONFIGURATION
Unable to start Rest2Ldap Http Application due to the configuration error: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_FIELD_WRONG_TYPE
The request cannot be processed because it included the field '%s' whose value is the wrong type: an object is expected
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_INVALID_ENDPOINT_DIRECTORY
The endpoint configuration directory '%s' either does not exist, is not a directory or cannot be read
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_INVALID_ENDPOINTS_DIRECTORY
The endpoints configuration directory '%s' either does not exist, is not a directory or cannot be read
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_JSON_IO_ERROR
The value could not be parsed as valid JSON: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_JSON_QUERY_PARSE_ERROR
The value '%s' could not be parsed as a valid JSON query filter
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_MISSING_REQUIRED_FIELD
The create request cannot be processed because it does not include the required field '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_MISSING_TYPE_PROPERTY_IN_CREATE
The resource cannot be created because it does not contain the type property '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_MVCC_NO_VERSION_INFORMATION
The resource could not be accessed because it did not contain any version information, when the version '%s' was expected
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_NO_ARRAY_FOR_MULTI_VALUED_FIELD
The request cannot be processed because an array of values was not provided for the multi-valued field '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_OAUTH2_CTS_INVALID_JSON_TOKEN
Json of token '%s' is malformed
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_OAUTH2_FILE_NO_TOKEN
Unable to find token file '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_OAUTH2_RFC7662_INVALID_JSON_TOKEN
Invalid or malformed access token: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_OAUTH2_RFC7662_RETURNED_ERROR
Authorization server returned an error: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_PATCH_ADD_NO_VALUE_FOR_FIELD
The patch request cannot be processed because it included an add patch operation but no value(s) for field '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_PATCH_APPEND_IN_SINGLE_VALUED_FIELD
The patch request cannot be processed because it attempts to append a value to the single valued field '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_PATCH_INDEXED_APPEND_TO_MULTI_VALUED_FIELD
The patch request cannot be processed because it attempts to perform an indexed append of an array of values to the multi-valued field '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_PATCH_INDEXED_OPERATION
The patch request cannot be processed because it included an indexed patch operation '%s' which is not supported by this resource provider
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_PATCH_READ_ONLY_FIELD
The patch request cannot be processed because it attempts to patch the read-only field '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_PATCH_UNSUPPORTED_OPERATION
The patch request cannot be processed because it included an unsupported type of patch operation '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_QUERY_SORT_KEY_NOT_SUPPORTED
The query request cannot be processed because it included an unrecognized sort key '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_REFERENCE_FIELD_MULTIPLE_PRIMARY_KEYS
The request cannot be processed because the reference field '%s' contains a value which contains multiple primary keys
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_REFERENCE_FIELD_NO_PRIMARY_KEY
The request cannot be processed because the reference field '%s' contains a value which does not contain a primary key
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_UNRECOGNIZED_FIELD
The request cannot be processed because it included an unrecognized field '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.ERR_UNRECOGNIZED_JSON_VALUE
Unrecognized type of JSON value: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
Rest2ldapMessages.INFO_REST2LDAP_STARTING
Rest2Ldap starting with configuration directory '%s'
|
Modifier and Type | Method and Description |
---|---|
protected void |
StatusGenericPanel.launchOperation(Task task,
LocalizableMessage initialSummary,
LocalizableMessage successSummary,
LocalizableMessage successDetail,
LocalizableMessage errorSummary,
LocalizableMessage errorDetail,
LocalizableMessageDescriptor.Arg1<Number> errorDetailCode,
ProgressDialog dialog)
Launch an task.
|
static void |
StatusGenericPanel.launchOperation(Task task,
LocalizableMessage initialSummary,
LocalizableMessage successSummary,
LocalizableMessage successDetail,
LocalizableMessage errorSummary,
LocalizableMessage errorDetail,
LocalizableMessageDescriptor.Arg1<Number> errorDetailCode,
ProgressDialog dialog,
boolean resetLogs,
ControlPanelInfo info)
Launch an task.
|
Modifier and Type | Field and Description |
---|---|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_ACCTUSABLERES_DECODE_ERROR
Cannot decode the provided account availability response control: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_ACCTUSABLERES_UNKNOWN_VALUE_ELEMENT_TYPE
The account availability response control had an unknown ACCOUNT_USABLE_RESPONSE element type of %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_ADD_ASSERTION_FAILED
Entry %s cannot be added because the request contained an LDAP assertion control and the associated filter did not match the contents of the provided entry
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_ADD_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS
The entry %s cannot be added due to insufficient access rights
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_ADD_BACKEND_READONLY
Unable to add entry %s because the backend that should hold that entry is configured in read-only mode
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_ADD_CANNOT_LOCK_ENTRY
Entry %s cannot be added because the server failed to obtain a write lock for this entry after multiple attempts
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_ADD_ENTRY_ALREADY_EXISTS
The entry %s cannot be added because an entry with that name already exists
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_ADD_ENTRY_ALREADY_EXISTS
The entry '%s' cannot be added because an entry with that name already exists
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_ADD_ENTRY_NOT_SUFFIX
The provided entry %s cannot be added because it does not have a parent and is not defined as one of the suffixes within the Directory Server
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_ADD_ENTRY_UNKNOWN_SUFFIX
The provided entry %s cannot be added because its suffix is not defined as one of the suffixes within the Directory Server
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_ADD_NO_SUCH_OBJECT
The entry '%s' cannot be added because its parent entry does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_ADD_SERVER_READONLY
Unable to add entry %s because the Directory Server is configured in read-only mode
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST
The core administration manifest file %s cannot be located
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_ADMIN_CERTIFICATE_GENERATION
The administration connector self-signed certificate cannot be generated because the following error occurred: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES
The administration connector self-signed certificate cannot be generated because the following files are missing: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY
Unable to read the Directory Server extensions because the extensions directory %s exists but is not a directory
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST
The managed object configuration entry %s does not appear to exist in the Directory Server configuration.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER
Unable to register an add/delete listener against the entry "%s" because it does not exist in the configuration
|
static LocalizableMessageDescriptor.Arg1<Number> |
SchemaMessages.ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_INFO_CHAR
The provided authPassword value had an invalid authInfo character at position %d
|
static LocalizableMessageDescriptor.Arg1<Number> |
SchemaMessages.ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_VALUE_CHAR
The provided authPassword value had an invalid authValue character at position %d
|
static LocalizableMessageDescriptor.Arg1<Number> |
SchemaMessages.ERR_ATTR_SYNTAX_AUTHPW_INVALID_SCHEME_CHAR
The provided authPassword value had an invalid scheme character at position %d
|
static LocalizableMessageDescriptor.Arg1<Number> |
SchemaMessages.ERR_ATTR_SYNTAX_AUTHPW_INVALID_TRAILING_CHAR
The provided authPassword value had an invalid trailing character at position %d
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_SYNTAX_DCR_TRUNCATED_VALUE
The provided value "%s" could not be parsed as a DIT content rule description because the end of the value was encountered while the Directory Server expected more data to be provided
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DASH
The provided value "%s" could not be parsed as a valid distinguished name because the hyphen character is not allowed as the first character of an attribute name
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_SYNTAX_DN_ATTR_NO_NAME
The provided value "%s" could not be parsed as a valid distinguished name because it contained an RDN containing an empty attribute name
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_SYNTAX_DN_END_WITH_COMMA
The provided value "%s" could not be parsed as a valid distinguished name because the last non-space character was a comma or semicolon
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_SYNTAX_DN_ESCAPED_HEX_VALUE_INVALID
The provided value "%s" could not be parsed as a valid distinguished name because one of the RDN components included a value with an escaped hexadecimal digit that was not followed by a second hexadecimal digit
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_SYNTAX_DN_HEX_VALUE_TOO_SHORT
The provided value "%s" could not be parsed as a valid distinguished name because an attribute value started with an octothorpe (#) but was not followed by a positive multiple of two hexadecimal digits
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_SYNTAX_DN_UNMATCHED_QUOTE
The provided value "%s" could not be parsed as a valid distinguished name because one of the RDN components included a quoted value that did not have a corresponding closing quotation mark
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_SYNTAX_DSR_NO_NAME_FORM
The provided value "%s" could not be parsed as a DIT structure rule description because it did not specify the name form for the rule
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE
The provided value "%s" could not be parsed as a DIT structure rule description because the end of the value was encountered while the Directory Server expected more data to be provided
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_SYNTAX_ILLEGAL_X_SCHEMA_FILE
The provided value "%s" is not safe for X-SCHEMA-FILE
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_SYNTAX_LDAPSYNTAX_ENUM_NO_VALUES
The provided value "%s" could not be parsed as an enumeration syntax, because there is no value
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_SYNTAX_LDAPSYNTAX_TOO_MANY_EXTENSIONS
The provided value "%s" could not be parsed as an ldap syntax description because it contains more than one form of constructor
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_SYNTAX_LDAPSYNTAX_TRUNCATED_VALUE
The provided value "%s" could not be parsed as an ldap syntax description because the end of the value was encountered while the Directory Server expected more data to be provided
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_SYNTAX_MRUSE_NO_ATTR
The provided value "%s" could not be parsed as a matching rule description because it does not specify the set of attribute types that may be used with the associated OID
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_SYNTAX_MRUSE_TRUNCATED_VALUE
The provided value "%s" could not be parsed as a matching rule use description because the end of the value was encountered while the Directory Server expected more data to be provided
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_SYNTAX_NAME_FORM_NO_STRUCTURAL_CLASS
The provided value "%s" could not be parsed as a name form description because it does not specify the structural objectclass with which it is associated
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_SYNTAX_NAME_FORM_TRUNCATED_VALUE
The provided value "%s" could not be parsed as a name form description because the end of the value was encountered while the Directory Server expected more data to be provided
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_SYNTAX_OBJECTCLASS_TRUNCATED_VALUE
The provided value "%s" could not be parsed as an objectclass description because the end of the value was encountered while the Directory Server expected more data to be provided
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_SYNTAX_RFC3672_SUBTREE_SPECIFICATION_INVALID
The provided value "%s" could not be parsed as a valid RFC 3672 subtree specification
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_SYNTAX_SUBTREE_SPECIFICATION_INVALID
The provided value "%s" could not be parsed as a valid subtree specification
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_ATTR_TYPE_CANNOT_REGISTER
Attribute type could not be registered from definition: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_ATTRIBUTE_INDEX_NOT_CONFIGURED
There is no index configured for attribute type '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_BACKEND_ALREADY_EXISTS
There is already an existing backend with name: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_BACKEND_BACKUP_AND_RESTORE_NOT_SUPPORTED
Backup and restore operations are not supported in the "%s" backend
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_BACKEND_CANNOT_LOCK_ENTRY
The Directory Server was unable to obtain a lock on entry %s after multiple attempts.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_BACKEND_CONFIG_ENTRY_NULL
Unable to initialize the "%s" backend because the provided configuration entry is null
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_BACKEND_DEBUG_NO_BACKENDS_FOR_ID
None of the Directory Server backends are configured with the requested backend ID %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_BACKEND_GET_ENTRY_NULL
Unable to retrieve the requested entry from the "%s" backend because the provided DN was null
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_BACKEND_IMPORT_AND_EXPORT_NOT_SUPPORTED
LDIF import and export operations are not supported in the "%s" backend
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_BACKEND_IMPORT_NOT_SUPPORTED
The "%s" backend does not support LDIF import operations
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_BACKEND_TOOL_ERROR_LISTING_BASE_DNS
An error occurred while listing the base DNs: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_BACKEND_TOOL_ERROR_LISTING_TREES
An error occurred while listing indexes: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_BACKEND_TOOL_ERROR_READING_TREE
An unexpected error occurred while attempting to read and/or decode records from an index: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_BACKEND_TOOL_PROCESSING_ARGUMENT
An error occurred while processing arguments: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_BACKUP_CANNOT_GET_CIPHER
An error occurred while attempting to obtain the cipher to use to encrypt the backup: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY
Unable to retrieve entry %s from the backup backend because the requested DN is one level below the base DN but does not specify a backup directory
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY
An error occurred while attempting to examine the requested backup directory: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_BACKUP_INVALID_BASE
Requested entry %s does not exist in the backup backend
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_BACKUP_NO_BACKUP_DIR_IN_DN
Unable to retrieve entry %s from the backup backend because the DN does not contain the backup directory in which the requested backup should reside
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_BACKUP_NO_BACKUP_ID_IN_DN
Unable to retrieve entry %s from the backup backend because the requested DN is two levels below the base DN but does not specify a backup ID
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_BACKUP_NO_BACKUP_PARENT_DN
Unable to retrieve entry %s from the backup backend because it does not have a parent
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_BACKUP_NO_SUCH_ENTRY
The requested entry %s does not exist in the backup backend
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_BACKUP_SIGNED_HASH_ERROR
The computed signed hash of backup %s is different to the value computed at time of backup
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_BACKUP_UNSIGNED_HASH_ERROR
The computed hash of backup %s is different to the value computed at time of backup
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_BACKUPDB_CANNOT_BACKUP
The target backend %s cannot be backed up using the requested configuration
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_BACKUPDB_NO_BACKENDS_FOR_ID
None of the Directory Server backends are configured with the requested backend ID "%s"
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_BACKUPDB_REPEATED_BACKEND_ID
The backend ID '%s' has been specified several times
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_BACKUPDIRECTORY_CANNOT_READ_CONFIG_ENTRY_DN
The backup descriptor file %s is invalid because the first line should have contained the DN of the backend configuration entry but was blank
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_BACKUPDIRECTORY_NO_DESCRIPTOR_FILE
No backup directory descriptor file was found at %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_BACKUPDIRECTORY_NOT_DIRECTORY
The backup directory path %s exists but does not reference a directory
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_BACKUPINFO_NO_BACKUP_ID
Unable to decode a backup information structure in directory %s because the structure did not include a backup ID
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_BAD_HISTORICAL
Entry %s was containing some unknown historical information, This may cause some inconsistency for this entry
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_BAD_INTEGER
Invalid integer number "%s".
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_BASE_DN_ALREADY_EXISTS
The base DN '%s' is already defined.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_BASE_DN_ANCESTOR_EXISTS
The backend already contains another base DN that is within the same hierarchical path (%s is an ancestor of the provided base DN).
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_BASE_DN_DN_IS_ANCESTOR_OF
The backend already contains another base DN that is within the same hierarchical path (%s is a descendant of the provided base DN).
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_BASE64_CANNOT_READ_ENCODED_DATA
An error occurred while attempting to read the base64-encoded data: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_BASE64_CANNOT_READ_RAW_DATA
An error occurred while attempting to read the raw data to encode: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_BASE64_CANNOT_WRITE_ENCODED_DATA
An error occurred while attempting to write the encoded data: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_BASE64_CANNOT_WRITE_RAW_DATA
An error occurred while attempting to write the decoded data: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_BASE64_DECODE_INVALID_LENGTH
The value %s cannot be base64-decoded because it does not have a length that is a multiple of four bytes
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_BASE64_UNKNOWN_SUBCOMMAND
Unknown subcommand %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_BIND_ACCOUNT_TEMPORARILY_LOCKED
The account has been locked as a result of too many failed authentication attempts (time to unlock: %s)
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_BIND_OPERATION_UNKNOWN_SASL_MECHANISM
Unable to process the bind request because it attempted to use an unknown SASL mechanism %s that is not available in the Directory Server
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_BIND_OPERATION_WRITABILITY_DISABLED
Rejecting a bind request for user %s because either the entire server or the user's backend has a writability mode of 'disabled' and password policy state updates would not be allowed
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_BIND_UNSUPPORTED_CRITICAL_CONTROL
Unable to process the bind request because it contained a control with OID %s that was marked critical but this control is not supported for the bind operation
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_BUILDVERSION_MALFORMED
The version of the installed OpenDJ could not be determined because the version file '%s' exists but contains invalid data.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_BUILDVERSION_NOT_FOUND
The version of the installed OpenDJ could not be determined because the version file '%s' could not be found.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_BYTE_COUNT
The Server Handler byte count is not correct Byte Count=%s (Fixed)
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_CACHE_PRELOAD_NOT_SUPPORTED
Backend database cache preload for backend '%s' is not supported in this release
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.ERR_CANNOT_BIND_TO_PORT
ERROR: Unable to bind to port %d.
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.ERR_CANNOT_BIND_TO_PRIVILEGED_PORT
ERROR: Unable to bind to port %d.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CANNOT_CONNECT_TO_LOCAL_AUTHENTICATION
The provided credentials are not valid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CANNOT_CONNECT_TO_LOCAL_COMMUNICATION
Could not connect to the server.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CANNOT_CONNECT_TO_LOCAL_GENERIC
Could not connect to the server.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CANNOT_CONNECT_TO_LOCAL_PERMISSIONS
You do not have enough access rights to read the configuration in the server.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE
Could not connect to the Directory Server with the provided credentials.
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CANNOT_CREATE_MBEAN_SERVER
An error occurred while attempting to create the JMX MBean server that will be used for monitoring, notification, and configuration interaction within the Directory Server: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_CANNOT_ENCODE_ENTRY
Cannot encode entry for writing on storage: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CANNOT_GET_ROOT_DSE_CONFIG_ENTRY
An error occurred while trying to retrieve the root DSE configuration entry (cn=Root DSE,cn=config) from the Directory Server configuration: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CANNOT_INITIALIZE_ARGS
An unexpected error occurred while attempting to initialize the command-line arguments: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CANNOT_INITIALIZE_BACKENDS
An error occurred while initializing server backends: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CANNOT_INITIALIZE_CONFIGURATION_FRAMEWORK
Cannot initialize the configuration framework: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CANNOT_INITIALIZE_CORE_CONFIG
An error occurred while trying to initialize the core Directory Server configuration: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CANNOT_INITIALIZE_CRYPTO_MANAGER
An error occurred while attempting to initialize the crypto manager: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CANNOT_INITIALIZE_PWPOLICY
An error occurred while attempting to initialize the password policy components: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CANNOT_INITIALIZE_ROOTDN_MANAGER
An error occurred while attempting to initialize the root DN manager: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CANNOT_INITIALIZE_SERVER_COMPONENTS
An error occurred while attempting to initialize server components to run the tool: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CANNOT_INITIALIZE_SERVER_PLUGINS
An error occurred while initializing plugins: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CANNOT_INITIALIZE_STORAGE_SCHEMES
An error occurred while trying to initialize the Directory Server password storage schemes: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CANNOT_INITIALIZE_SUBENTRY_MANAGER
An error occurred while attempting to initialize the subentry manager: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CANNOT_LOAD_CONFIG
An error occurred while trying to load the Directory Server configuration: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CANNOT_LOAD_SCHEMA
An error occurred while trying to load the Directory Server schema: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CANNOT_READ_KEYSTORE
Cannot access key store '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CANNOT_READ_TRUSTSTORE
Cannot access trust store '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CANNOT_RECOVER_CHANGES
Error when searching old changes from the database for base DN %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CANNOT_RESUME_UNCONFIGURED_REPLICATION
Cannot resume replication because it is not configured on server %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CANNOT_SUBSYSTEM_NOT_INITIALIZED
Subsystem %s should be initialized first
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CANNOT_SUSPEND_UNCONFIGURED_REPLICATION
Cannot suspend replication because it is not configured on server %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_CERTMGR_ALIAS_ALREADY_EXISTS
A certificate with the alias %s already exists in the key store
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_CERTMGR_ALIAS_CAN_NOT_DELETE
The alias %s cannot be deleted from the keystore because it does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_CERTMGR_ALIAS_INVALID
The alias %s cannot be added to the keystore for one of the following reasons: it already exists in the keystore, or, it is not an instance of a trusted certificate class
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_CERTMGR_CERT_REPLIES_INVALID
The alias %s is an instance of a private key entry, which is not supported being added to the keystore at this time
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_CERTMGR_CERTGEN_NOT_FOUND
The CertAndKeyGen security class cannot be found, consider setting -D%s=
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_CERTMGR_CLASS_NOT_FOUND
A security class cannot be found in this JVM because of the following reason: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_CERTMGR_FILE_NAME_INVALID
The %s is invalid because it is null
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_CERTMGR_INVALID_CERT_FILE
The certificate file %s is invalid because it does not exists, or exists, but is not a file
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_CERTMGR_INVALID_KEYSTORE_PATH
Key store path %s exists but is not a file
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_CERTMGR_INVALID_PARENT
Parent directory for key store path %s does not exist or is not a directory
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_CERTMGR_INVALID_PKCS11_PATH
Invalid key store path for PKCS11 keystore, it must be %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_CERTMGR_NO_METHOD
A method needed in the security classes could not be located because of the following reason: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_CERTMGR_SECURITY
The security classes could not be initialized because of the following reason: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
UtilityMessages.ERR_CERTMGR_VALIDITY
Validity value %d is invalid, it must be a positive integer
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_CERTMGR_VALUE_INVALID
The argument %s is invalid because it is either null, or has zero length
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_CANNOT_READ_NEWEST_RECORD
Could not position and read newest record from log file '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_CURSOR_ABORTED
Cursor on log '%s' has been aborted after a purge or a clear
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_ERROR_SENDING_ERROR
An unexpected error occurred while sending an Error Message to %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_ERROR_SENDING_MSG
An unexpected error occurred while sending a Message to %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_GENERATION_ID_WRONG_FORMAT
Could not read generation id because it uses a wrong format, expecting a number but got '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_SERVER_ID_FILENAME_WRONG_FORMAT
Could not read server id filename because it uses a wrong format, expecting '[id].server' where [id] is numeric but got '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_SHUTDOWN_DATABASE_ERROR
Error trying to use the underlying database.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_UNABLE_TO_CREATE_GENERATION_ID_FILE
Could not create generation id file '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_UNABLE_TO_CREATE_LOG_DIRECTORY
Could not create root directory '%s' for log file
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_UNABLE_TO_CREATE_LOG_FILE
Could not create log file '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_UNABLE_TO_DECODE_KEY_FROM_STRING
Could not decode the key from string [%s]
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_UNABLE_TO_DECODE_RECORD
Could not decode a record from data read in log file '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_UNABLE_TO_DELETE_LAST_LOG_ROTATION_TIME_FILE
Could not delete file '%s' that stored the previous last log rotation time
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_UNABLE_TO_DELETE_LOG_FILE
Could not delete log file '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_UNABLE_TO_DELETE_LOG_FILE_WHILE_PURGING
While purging log, could not delete log file(s): '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_UNABLE_TO_GET_CURSOR_READER_POSITION_LOG_FILE
Could not get reader position for cursor in log file '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_UNABLE_TO_INITIALIZE_LOG
Could not initialize the log '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_UNABLE_TO_OPEN_LOG_FILE
Could not open log file '%s' for write
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_UNABLE_TO_OPEN_READER_ON_LOG_FILE
Could not open a reader on log file '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_UNABLE_TO_READ_DOMAIN_STATE_FILE
Could not read domain state file '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_UNABLE_TO_RETRIEVE_FILE_LENGTH
Could not retrieve file length of log file '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_UNABLE_TO_RETRIEVE_KEY_BOUNDS_FROM_FILE
Could not retrieve key bounds from log file '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_UNABLE_TO_RETRIEVE_READ_ONLY_LOG_FILES_LIST
Could not retrieve read-only log files from log '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_UNABLE_TO_SYNC
Could not synchronize written records to file system for log file '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGELOG_UNREFERENCED_LOG_WHILE_RELEASING
The following log '%s' must be released but it is not referenced
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_CHANGELOGBASEDN_VATTR_NOT_SEARCHABLE
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHANGENUMBER_DATABASE
An error occurred when accessing the change number database : %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_CHARSET_NO_CHARS
Cannot decode value "%s" as a named character set because there are no characters to include in the set
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_CHARSET_NO_COLON
Cannot decode value "%s" as a named character set because it does not contain a colon to separate the name from the set of characters
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_CHARSET_NO_NAME
Cannot decode value "%s" as a named character set because it does not contain a name to use for the character set
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_CHARSET_VALIDATOR_ILLEGAL_CHARACTER
The provided password contained character '%s' which is not allowed for use in passwords
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_CHARSET_VALIDATOR_INVALID_RANGE_COUNT
The provided character range definition '%s' is invalid because the value before the colon must be an integer greater or equal to zero
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_CHARSET_VALIDATOR_INVALID_SET_COUNT
The provided character set definition '%s' is invalid because the value before the colon must be an integer greater or equal to zero
|
static LocalizableMessageDescriptor.Arg1<Number> |
ExtensionMessages.ERR_CHARSET_VALIDATOR_MIN_CHAR_SETS_TOO_BIG
The provided minimum required number of character sets '%d' is invalid because it is greater than the total number of defined character sets
|
static LocalizableMessageDescriptor.Arg1<Number> |
ExtensionMessages.ERR_CHARSET_VALIDATOR_MIN_CHAR_SETS_TOO_SMALL
The provided minimum required number of character sets '%d' is invalid because it must at least include all mandatory character sets
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_CHARSET_VALIDATOR_NO_RANGE_CHARS
The provided character range definition '%s' is invalid because it does not contain a colon to separate the minimum count from the character range
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_CHARSET_VALIDATOR_NO_RANGE_COLON
The provided character range definition '%s' is invalid because it does not contain a colon to separate the minimum count from the character range
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_CHARSET_VALIDATOR_NO_SET_CHARS
The provided character set definition '%s' is invalid because the provided character set is empty
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_CHARSET_VALIDATOR_NO_SET_COLON
The provided character set definition '%s' is invalid because it does not contain a colon to separate the minimum count from the character set
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_CHECK_CREATE_REPL_BACKEND_FAILED
An unexpected error occurred when testing existence or creating the replication backend : %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE
An unexpected error occurred while reading the manifest file: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_CLEARTEXT_BACKEND_FOR_INDEX_CONFIDENTIALITY
Attribute %s is set as confidential on a backend whose entries are still cleartext.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CLIENT_SIDE_TIMEOUT
A client side timeout occurred.%nAdditional Information: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_COLLECTIVEATTRIBUTESUBENTRIES_VATTR_NOT_SEARCHABLE
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
|
static LocalizableMessageDescriptor.Arg1<Object> |
LoggerMessages.ERR_COMMON_AUDIT_CREATE
Error occurred while creating common audit facility: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
LoggerMessages.ERR_COMMON_AUDIT_INVALID_TRANSACTION_ID
Error while decoding a transaction id control received from a request: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
LoggerMessages.ERR_COMMON_AUDIT_UNABLE_TO_PROCESS_LOG_EVENT
Error while processing a log event for common audit: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
LoggerMessages.ERR_COMMON_AUDIT_UNSUPPORTED_HANDLER_TYPE
Error while adding common audit log publisher %s, the publisher has an unsupported handler type
|
static LocalizableMessageDescriptor.Arg1<Object> |
LoggerMessages.ERR_COMMON_AUDIT_UNSUPPORTED_LOG_PUBLISHER
Error while processing common audit log publisher %s, this type of log publisher is unsupported
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE
A communication problem occurred while contacting the server: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_COMPARE_ASSERTION_FAILED
Cannot perform the compare operation on entry %s because the request contained an LDAP assertion control and the associated filter did not match the contents of the entry
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_COMPARE_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS
The entry %s cannot be compared due to insufficient access rights
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_COMPARE_NO_SUCH_ENTRY
The specified entry %s does not exist in the Directory Server
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_COMPRESSEDSCHEMA_CANNOT_WRITE_UPDATED_DATA
Unable to write the updated compressed schema token data: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_COMPRESSEDSCHEMA_UNKNOWN_OC_TOKEN
Unable to decode the provided object class set because it used an undefined token %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_COMPRESSEDSCHEMA_UNRECOGNIZED_AD_TOKEN
Unable to decode the provided attribute because it used an undefined attribute description token %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_COMPSCHEMA_CANNOT_DECODE_AD_TOKEN
An error occurred while attempting to decode an attribute description token from the compressed schema definitions: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_COMPSCHEMA_CANNOT_DECODE_OC_TOKEN
An error occurred while attempting to decode an object class set token from the compressed schema definitions: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_COMPSCHEMA_CANNOT_STORE_EX
An error occurred while attempting to store compressed schema information in the database: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_ACCTNOTHANDLER_EXISTS
Unable to add a new account status notification handler entry with DN %s because there is already a notification handler registered with that DN
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_ATTR_ADD_VALUES_IS_SINGLE_VALUED
Configuration attribute %s is single-valued, but adding the provided value(s) would have given it multiple values
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_ATTR_DN_NULL
A null value was provided for DN configuration attribute %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_ATTR_EMPTY_STRING_VALUE
An empty value string was provided for configuration attribute %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_ATTR_IS_REQUIRED
Configuration attribute %s is required to have at least one value but the resulted operation would have removed all values
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_ATTR_MULTIPLE_ACTIVE_VALUE_SETS
Configuration attribute %s appears to contain multiple active value sets
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_ATTR_MULTIPLE_INT_VALUES
Unable to retrieve the value for configuration attribute %s as an integer because that attribute has multiple values
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_ATTR_MULTIPLE_PENDING_VALUE_SETS
Configuration attribute %s appears to contain multiple pending value sets
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_ATTR_MULTIPLE_STRING_VALUES
Unable to retrieve the value for configuration attribute %s as a string because that attribute has multiple values
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_ATTR_NO_ACTIVE_VALUE_SET
Configuration attribute %s does not contain an active value set
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_ATTR_NO_INT_VALUE
Unable to retrieve the value for configuration attribute %s as an integer because that attribute does not have any values
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_ATTR_NO_STRING_VALUE
Unable to retrieve the value for configuration attribute %s as a string because that attribute does not have any values
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_ATTR_OPTIONS_NOT_ALLOWED
Invalid configuration attribute %s detected: the only attribute option allowed in the Directory Server configuration is "pending" to indicate the set of pending values
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_ATTR_READ_ONLY
Configuration attribute %s is read-only and its values may not be altered
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_ATTR_SET_VALUES_IS_SINGLE_VALUED
Configuration attribute %s is single-valued, but multiple values were provided
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_ATTR_VALUE_OUT_OF_INT_RANGE
Unable to retrieve the value for configuration attribute %s as a Java int because the value is outside the allowable range for an int
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_BACKEND_BASE_IS_EMPTY
Unable to configure the backend '%s' because one of its base DNs is the empty DN
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_BACKEND_CANNOT_DELETE_ENTRY
Backend config error when trying to delete an entry: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_BACKEND_CANNOT_GET_CONFIG_BASE
An error occurred while trying to retrieve configuration entry cn=Backends,cn=config in order to initialize the Directory Server backends: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_BACKEND_INSANE_MODE
Invalid UNIX file permissions %s does not allow read and write access to the backend database directory by the backend
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_BACKEND_MODE_INVALID
Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-db-directory-permissions (It should be an UNIX permission mode in three-digit octal notation.)
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_CANNOT_CONFIGURE_JUL_LOGGER
Cannot configure java.util.logging root logger level: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_CANNOT_DETERMINE_SERVER_ROOT
Unable to determine the Directory Server instance root from either an environment variable or based on the location of the configuration file.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_CORE_INVALID_SMTP_SERVER
The provided SMTP server value '%s' is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_CORE_SCHEMA_PROVIDER_DISABLED
The core schema provider defined by '%s' has been disabled.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_ENTRYCACHE_CANNOT_INSTALL_DEFAULT_CACHE
An unexpected error occurred that prevented the server from installing its default entry cache framework: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_ERROR_APPLYING_STARTUP_CHANGE
Unable to apply a change at server startup: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_FILE_ADD_ALREADY_EXISTS
Entry %s cannot be added to the Directory Server configuration because another configuration entry already exists with that DN
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_FILE_ADD_APPLY_FAILED
The attempt to apply the configuration add failed.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_FILE_ADD_NO_PARENT_DN
Entry %s cannot be added to the Directory Server configuration because that DN does not have a parent
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR_NO_REASON
An error occurred while trying to create the configuration archive directory %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_FILE_CANNOT_WRITE_CONFIG_ARCHIVE
An error occurred while trying to write the current configuration to the configuration archive: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_FILE_CLOSE_ERROR
An unexpected error occurred while trying to close the LDIF writer: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_FILE_DELETE_APPLY_FAILED
The attempt to apply the configuration delete failed.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_FILE_DELETE_HAS_CHILDREN
Entry %s cannot be removed from the Directory Server configuration because the specified entry has one or more subordinate entries
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_FILE_DELETE_NO_PARENT
Entry %s cannot be removed from the Directory Server configuration because the entry does not have a parent and removing the configuration root entry is not allowed
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_FILE_DELETE_NO_PARENT_DN
Entry %s cannot be removed from the Directory Server configuration because that DN does not have a parent
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_FILE_DELETE_NO_SUCH_ENTRY
Entry %s cannot be removed from the Directory Server configuration because the specified entry does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_FILE_DOES_NOT_EXIST
The specified configuration file %s does not exist or is not readable
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_FILE_EMPTY
The specified configuration file %s does not appear to contain any configuration entries
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_FILE_MODIFY_APPLY_FAILED
The attempt to apply the configuration modification failed.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_FILE_MODIFY_NO_SUCH_ENTRY
Entry %s cannot be modified because the specified entry does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_FILE_MODIFY_STRUCTURAL_CHANGE_NOT_ALLOWED
Configuration entry %s cannot be modified because the change would alter its structural object class
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_FILE_SEARCH_INVALID_SCOPE
The search operation cannot be processed because the specified search scope %s is invalid
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_FILE_SEARCH_NO_SUCH_BASE
The search operation cannot be processed because base entry %s does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_IDMAPPER_INVALID_PROXY_MAPPER_DN
The configured proxied authorization identity mapper DN %s does not refer to an active identity mapper.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_CONFIG_INDEX_CANNOT_PROTECT_BOTH
The attribute '%s' cannot enable confidentiality for keys and values at the same time
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_JE_DUPLICATE_PROPERTY
An error occurred while trying to parse and validate Berkeley DB JE property %s: the property is already defined for this component
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_JE_PROPERTY_INVALID_FORM
An error occurred while trying to parse and validate Berkeley DB JE property %s: the property does not follow a singular property=value form
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CONFIG_KEYMANAGER_CANNOT_CREATE_JCEKS_PROVIDER
Error creating JCEKS Key Provider configuration: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_KEYMANAGER_CANNOT_GET_BASE
An error occurred while attempting to retrieve the key manager provider base entry cn=Key Manager Providers,cn=config from the Directory Server configuration: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_LDIF_WRITE_ERROR
An unexpected error occurred while trying to export the Directory Server configuration to LDIF: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_LOGGER_INVALID_OBJECTCLASS
Configuration entry %s does not contain a valid objectclass for a Directory Server access, error, or debug logger definition
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_LOGGING_EMPTY_LOG_FORMAT
The log format for configuration entry %s is empty.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_LOGGING_INSANE_MODE
Invalid UNIX file permissions %s does not allow write access to the log file by the log publisher
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_LOGGING_INVALID_TIME_FORMAT
The timestamp format string "%s" is not a valid format string.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_PWPOLICY_CANNOT_CHANGE_DEFAULT_POLICY_WRONG_TYPE
The default password policy value '%s' is invalid because it refers to an authentication policy which is not a password policy
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_PWPOLICY_DEFAULT_POLICY_IS_WRONG_TYPE
The configuration entry '%s' is currently defined to be the default password policy, however it is not a password policy
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_PWPOLICY_MISSING_DEFAULT_POLICY
The Directory Server default password policy is defined as %s, but that entry does not exist or is not below the password policy configuration base cn=Password Policies,cn=config
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_PWSCHEME_EXISTS
Unable to add a new password storage scheme entry with DN %s because there is already a storage scheme registered with that DN
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_SCHEMA_DIR_NOT_DIRECTORY
Unable to read the Directory Server schema definitions because the schema directory %s exists but is not a directory
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_SCHEMA_NO_SCHEMA_DIR
Unable to read the Directory Server schema definitions because the schema directory %s does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_TRUSTMANAGER_CANNOT_GET_BASE
An error occurred while attempting to retrieve the trust manager provider base entry cn=Trust Manager Providers,cn=config from the Directory Server configuration: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_CONFIG_UNABLE_TO_APPLY_CHANGES_FILE
One or more errors occurred while applying changes on server startup: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CONFIGDS_CANNOT_ENABLE_KEYMANAGER
An error occurred while attempting to enable key manager provider entry: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CONFIGDS_CANNOT_ENABLE_STARTTLS
An error occurred while attempting to enable StartTLS: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CONFIGDS_CANNOT_ENABLE_TRUSTMANAGER
An error occurred while attempting to enable trust manager provider entry: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CONFIGDS_CANNOT_UPDATE_ADMIN_CONNECTOR_PORT
An error occurred while attempting to update the administration connector port: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CONFIGDS_CANNOT_UPDATE_CERT_NICKNAME
An error occurred while attempting to update the nickname of the certificate that the connection handler should use when accepting SSL-based connections or performing StartTLS negotiation: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CONFIGDS_CANNOT_UPDATE_CRYPTO_MANAGER
An error occurred while attempting to update the crypto manager in the Directory Server: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CONFIGDS_CANNOT_UPDATE_DIGEST_MD5_FQDN
An error occurred while attempting to update the FQDN for the DIGEST-MD5 SASL mechanism: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CONFIGDS_CANNOT_UPDATE_JMX_PORT
An error occurred while attempting to update the port on which to listen for JMX communication: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CONFIGDS_CANNOT_UPDATE_KEYMANAGER_REFERENCE
An error occurred while attempting to update the key manager provider DN used for LDAPS communication: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CONFIGDS_CANNOT_UPDATE_LDAP_PORT
An error occurred while attempting to update the port on which to listen for LDAP communication: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CONFIGDS_CANNOT_UPDATE_LDAPS_PORT
An error occurred while attempting to update the port on which to listen for LDAPS communication: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CONFIGDS_CANNOT_UPDATE_ROOT_USER
An error occurred while attempting to update the entry for the initial Directory Server root user: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CONFIGDS_CANNOT_UPDATE_TRUSTMANAGER_REFERENCE
An error occurred while attempting to update the trust manager provider DN used for LDAPS communication: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CONFIGDS_CANNOT_WRITE_UPDATED_CONFIG
An error occurred while writing the updated Directory Server configuration: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CONFIGDS_PORT_ALREADY_SPECIFIED
ERROR: You have specified the value %s for different ports
|
static LocalizableMessageDescriptor.Arg1<Number> |
UtilityMessages.ERR_CONFIRMATION_TRIES_LIMIT_REACHED
Confirmation tries limit reached (%d)
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.ERR_CONFIRMATION_TRIES_LIMIT_REACHED
Confirmation tries limit reached (%d)
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_CONNHANDLER_CONFIG_CHANGES_REQUIRE_RESTART
The server received configuration changes that require a restart of the %s connection handler to take effect
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_CONNHANDLER_SSL_CANNOT_INITIALIZE
An error occurred while attempting to initialize the SSL context for use in the LDAP Connection Handler: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL
The following constraint violations occurred: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE
The following constraint violation occurred: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CONTROL_INSUFFICIENT_ACCESS_RIGHTS
The request control with Object Identifier (OID) "%s" cannot be used due to insufficient access rights
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS
Could not launch Control Panel.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_COULD_NOT_CLOSE_THE_SOCKET
The Replication Server socket could not be closed : %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_COULD_NOT_SOLVE_HOSTNAME
The hostname %s could not be resolved as an IP address
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_COULD_NOT_STOP_CONNECT_THREAD
The replication server connector thread could not be stopped : %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_COULD_NOT_STOP_LISTEN_THREAD
The thread listening on the replication server port could not be stopped : %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_CREATE_FAIL
The backend database directory could not be created: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CREATERC_CANNOT_WRITE
An error occurred while attempting to generate the RC script: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_CREATERC_JAVA_HOME_DOESNT_EXIST
The directory %s specified as the OPENDJ_JAVA_HOME path does not exist or is not a directory
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_ADS_TRUST_STORE_BACKEND_NOT_ENABLED
The ADS trust store backend %s is not enabled
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_ADS_TRUST_STORE_BACKEND_WRONG_CLASS
The backend %s is not a trust store backend
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_KEY_WRAPPING_CIPHER
CryptoManager cannot get the preferred key wrapping cipher: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_DECIPHER
CryptoManager failed to decipher the wrapped secret-key value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_FIELD_COUNT
CryptoManager symmetric key attribute value "%s" syntax is invalid: incorrect number of fields
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_NO_PRIVATE
CryptoManager failed to retrieve the instance-key-pair private-key: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_DECRYPT_CIPHER_INPUT_STREAM_ERROR
CryptoManager failed to decrypt the supplied data because there was an error reading from the input stream: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_DECRYPT_FAILED_TO_READ_KEY_IDENTIFIER
CryptoManager failed to decrypt the supplied data because it could not read the symmetric key identifier in the data prologue: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_DECRYPT_FAILED_TO_READ_PROLOGUE_VERSION
CryptoManager failed to decrypt the supplied data because it could not read the version number in the data prologue: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
CoreMessages.ERR_CRYPTOMGR_DECRYPT_UNKNOWN_PROLOGUE_VERSION
CryptoManager failed to decrypt the supplied data because the version "%d" in the data prologue is unknown
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_FAILED_INSTANCE_CERTIFICATE_NULL
The CryptoManager entry "%s" (the instance-key-pair public-key-certificate) does not contain a public-key certificate
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_FAILED_TO_ADD_INSTANCE_KEY_ENTRY_TO_ADS
Failed to add entry "%s"
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_FAILED_TO_COMPUTE_INSTANCE_KEY_IDENTIFIER
CryptoManager failed to compute an instance key identifier: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_FAILED_TO_ENCODE_SYMMETRIC_KEY_ATTRIBUTE
CryptoManager failed to encode symmetric key attribute value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_FAILED_TO_INITIATE_INSTANCE_KEY_GENERATION
CryptoManager failed to add entry "%s" to initiate instance key generation
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_FAILED_TO_PUBLISH_INSTANCE_KEY_ENTRY
CryptoManager failed to publish the instance-key-pair public-key-certificate entry in ADS: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_FULL_CIPHER_TRANSFORMATION_REQUIRED
CryptoManager cipher transformation specification "%s" is invalid: it must be of the form "algorithm/mode/padding"
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_FULL_KEY_WRAPPING_TRANSFORMATION_REQUIRED
CryptoManager cipher transformation specification "%s" is invalid: it must be of the form "algorithm/mode/padding"
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_GET_CIPHER_CANNOT_INITIALIZE
CryptoManager cannot initialize Cipher: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_GET_CIPHER_STREAM_PROLOGUE_WRITE_ERROR
CryptoManager failed to write the stream prologue: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_GET_MAC_ENGINE_CANNOT_INITIALIZE
CryptoManager failed to initialize MAC engine: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_TO_ADD_KEY
CryptoManager failed to import the symmetric key entry "%s" because it could not add a symmetric key attribute value that can be decoded by this instance
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_TO_DECODE
CryptoManager failed to import the symmetric key entry "%s" because it could not obtain a symmetric key attribute value that can be decoded by this instance
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FIELD_MISMATCH
CryptoManager detected a field mismatch between the key entry to be imported and an entry in the key cache that share the key identifier "%s"
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_REWRAP_SYMMETRIC_KEY_ATTRIBUTE_NO_WRAPPER
CryptoManager cannot find the public-key-certificate (identifier "%s") requested for symmetric key re-encoding
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_CRYPTOMGR_SSL_CONTEXT_CANNOT_INITIALIZE
An error occurred while attempting to initialize a SSL context for server to server communication: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_ATTRIBUTE_IS_SUPERIOR_OF_SUPERIOR
The attribute is superior (directly or indirectly) of '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_ATTRIBUTE_REQUIRED
You must provide a value for attribute %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_BACKEND_NOT_FOUND_DETAILS
The backend '%s' could not be found.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_BACKUP_PATH_DOES_NOT_EXIST
The backup path '%s' does not exist.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_BACKUP_PATH_EXISTS
The file '%s' exists.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_BACKUP_PATH_IS_A_FILE
The backup path '%s" exists and is a file.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_CANNOT_READ_FILE
Cannot read file '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL_NO_HOST
Could not find entry specified in '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_DETAILS
An error occurred creating attribute '%s'.
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_DETAILS
An error occurred during the creation of the base DN.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_SUMMARY
Error during creation of base DN '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_DETAILS
An error occurred creating object class '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_DETAILS
An error occurred deleting attribute '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_DETAILS
An error occurred deleting entry '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_DELETING_INDEX_ERROR_DETAILS
An error occurred deleting index '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_DETAILS
An error occurred deleting indexes '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_DETAILS
An error occurred deleting object class '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_DETAILS
An error occurred deleting subtree '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_DETAILS
An error occurred VLV deleting index '%s'.
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_DETAILS
An error occurred during the disabling of the Windows service.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_DN_NOT_VALID_WITH_VALUE
Invalid dn value: '%s'.
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_DETAILS
An error occurred during the enabling of the Windows service.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS
Entry '%s' already exists.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY
Error checking entry.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS
An unexpected error occurred checking the provided Java settings.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_ERROR_CREATING_NEW_DATA_LDIF
Could not created local LDIF to populate new base DN with automatically generated data.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_ERROR_DECODING_BASE64
An error occurred decoding the provided base 64 string.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_ERROR_READING_FILE
An error occurred reading the contents of the file.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA
Error updating schema.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED
The provided path '%s' exists and it is a directory.
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_DETAILS
An error occurred during the export.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_FILE_DOES_NOT_EXIST
The file '%s' does not exist.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND
The group '%s' could not be found.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_GROUP_FILTER_NOT_VALID
The provided LDAP URL value is not valid.
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_DETAILS
An error occurred during the import.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_ABSTRACT
You are editing an abstract object class.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_AUXILIARY
You are editing an auxiliary object class.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_STRUCTURAL
You are editing a structural object class.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_INVALID_ATTRIBUTE_NAME
The provided name is not valid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_INVALID_BASE_DN_FOR_VLV_PROVIDED
The provided base DN is not valid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_INVALID_BASE_DN_PROVIDED
The provided base DN is not valid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_INVALID_ENTRY
The entry is not correct.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED
The provided filter is not valid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_INVALID_OBJECTCLASS_NAME
The provided name is not valid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_JAVA_BINARY_NOT_FOUND
Could not find binary '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST
Path '%s' does not exist.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_JAVA_PATH_NOT_A_DIRECTORY
Path '%s' is not a directory.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_MEMBER_NOT_FOUND
The entry '%s' could not be found.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_DETAILS
An error occurred modifying attribute '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_DETAILS
An error occurred saving changes to entry '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_DETAILS
An error occurred modifying index '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_DETAILS
An error occurred modifying object class '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_DETAILS
An error occurred modifying VLV index '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_NO_INDEXES_FOR_BASEDN
No indexes defined for base DN '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_NOT_A_STATIC_GROUP
The entry '%s' exists but it is not an static group.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_NOT_VALID_ATTRIBUTE_NAME
The attribute '%s' has not a valid name.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS
The Java binary '%s' could not be used to launch the server scripts.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS
The Java binary '%s' could not be used to launch the server scripts.
The server cannot run using the provided Java Home. |
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_OBJECTCLASS_IS_SUPERIOR_OF_SUPERIOR
The object class is superior (directly or indirectly) of '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_OID_NOT_VALID
The provided OID is not valid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_PATH_IS_A_DIRECTORY
The path '%s' is a directory.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS
An unexpected error occurred reading the Java settings.
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_DETAILS
An error occurred rebuilding index.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_VALID
The provided Dynamic Group Reference DN is not valid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_REFERRAL_LOOP
The selected referral is defined in server %s and is referencing to an entry in the same server that is an ascentor of the entry.
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_DETAILS
An error occurred restarting the server.
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.ERR_CTRL_PANEL_RESTORING_ERROR_DETAILS
An error occurred during the restore.
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.ERR_CTRL_PANEL_RUN_BACKUP_ERROR_DETAILS
An error occurred during the backup.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_SETTING_ENVIRONMENT
Error setting environment: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.ERR_CTRL_PANEL_STARTING_SERVER_ERROR_DETAILS
An error occurred starting the server.
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS
An error occurred stopping the server.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_STOPPING_SERVER_POST_CMD_LINE
The command-line %s returned successfully but the server appears to be running.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_UNEXPECTED_DETAILS
Unexpected error.
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE
An error occurred updating Java settings.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_CTRL_PANEL_USER_NAMING_ATTRIBUTE_REQUIRED
You must provide a value for the naming attribute '%s'.
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_DETAILS
An error occurred during the backup verification.
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_DETAILS
An error occurred during the index verification.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_DATABASE_EXCEPTION
Database exception: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO
The %s could be found but its type resolved to an abstract managed object definition
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_DECODING_EXCEPTION_NO_TYPE_INFO
The %s could be found but did not contain any type information (e.g.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO
The %s could be found but did not contain the expected type information (e.g.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION
The default values for the "%s" property could not be determined
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_DELETE_ABORTED_BY_SUBORDINATE_PLUGIN
A plugin caused the delete operation to be aborted while deleting a subordinate entry %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_DELETE_ASSERTION_FAILED
Entry %s cannot be removed because the request contained an LDAP assertion control and the associated filter did not match the contents of the entry
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_DELETE_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS
The entry %s cannot be deleted due to insufficient access rights
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_DELETE_BACKEND_READONLY
Unable to delete entry %s because the backend that holds that entry is configured in read-only mode
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_DELETE_CANNOT_LOCK_ENTRY
Entry %s cannot be removed because the server failed to obtain a write lock for this entry after multiple attempts
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_DELETE_NO_SUCH_ENTRY
Entry %s does not exist in the Directory Server
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_DELETE_NO_SUCH_OBJECT
The entry '%s' cannot be removed because it does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_DELETE_NOT_ALLOWED_ON_NONLEAF
The entry '%s' cannot be removed because it has subordinate entries
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_DELETE_SERVER_READONLY
Unable to delete entry %s because the Directory Server is configured in read-only mode
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_DEPENDENCY_TASK_NOT_DEFINED
There is no task with ID '%s' in the server.
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_DEREGISTER_BASEDN_NOT_REGISTERED
Unable to de-register base DN %s with the Directory Server because that base DN is not registered for any active backend
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_DESCRIPTION_INVALID_VERSION
Invalid LDAP version number '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_DICTIONARY_VALIDATOR_NO_SUCH_FILE
The specified dictionary file %s does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_DIRCFG_INVALID_CONFIG_CLASS
The specified config handler class '%s' is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_DIRCFG_INVALID_CONFIG_FILE
The specified config file path '%s' is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_DIRCFG_INVALID_LOCK_DIRECTORY
The specified lock directory '%s' is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_DIRCFG_INVALID_SCHEMA_DIRECTORY
The specified schema configuration directory '%s' is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_DIRCFG_INVALID_SERVER_ROOT
The specified server root directory '%s' is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_DIRECTORY_INVALID
The backend database directory '%s' is not a valid directory
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_DIT_CONTENT_RULE_CANNOT_REGISTER
DIT content rule could not be registered from definition: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_DSCORE_CANNOT_BOOTSTRAP
An error occurred while attempting to bootstrap the Directory Server: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_DSCORE_CANNOT_INITIALIZE_ARGS
An error occurred while attempting to initialize the command-line arguments: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_DSCORE_CANNOT_START
An error occurred while trying to start the Directory Server: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_DSCORE_ERROR_PARSING_ARGS
An error occurred while attempting to parse the provided set of command line arguments: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_ECLN_CANNOT_DECODE_VALUE
Cannot decode the provided entry changelog notification control because an error occurred while attempting to decode the control value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_ECN_CANNOT_DECODE_VALUE
Cannot decode the provided entry change notification control because an error occurred while attempting to decode the control value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_ECN_ILLEGAL_PREVIOUS_DN
Cannot decode the provided entry change notification control because it contains a previous DN element but had a change type of %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_EFFECTIVERIGHTS_INVALID_AUTHZID
The authorization ID "%s" contained in the geteffectiverights control is invalid because it does not start with "dn:" to indicate a user DN
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_EMAIL_CANNOT_SEND_MESSAGE
An error occurred while trying to send the e-mail message: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_EMAIL_NO_SUCH_ATTACHMENT_FILE
The attachment file %s does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_EMAIL_NO_SUCH_BODY_FILE
The file %s specified as the body file for the e-mail message does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_EMBEDDED_SERVER_BUILD_VERSION
An error occurred while attempting to retrieve the build version of the directory server: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_EMBEDDED_SERVER_INTERNAL_CONNECTION
An error occurred while attempting to retrieve an internal connection to the server with the user DN '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_EMBEDDED_SERVER_LDIF_MANAGEMENT_CONTEXT
An error occurred while attempting to initialize the configuration framework or to read the configuration file '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_EMBEDUTILS_SERVER_ALREADY_RUNNING
The embedded server with server root '%s' cannot be started because it is already running.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_ENCPW_CANNOT_ENCODE
An error occurred while attempting to encode the clear-text password: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_ENCPW_CANNOT_READ_PW
Cannot read password from the input: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_ENCPW_ENCODED_PASSWORD
Encoded Password: "%s"
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_ENCPW_INVALID_ENCODED_AUTHPW
The provided password is not a valid encoded authentication password value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_ENCPW_INVALID_ENCODED_USERPW
The provided password is not a valid encoded user password value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_ENCPW_NO_SCHEME
No password storage scheme was specified.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_ENCPW_NO_SUCH_AUTH_SCHEME
Authentication password storage scheme "%s" is not configured for use in the Directory Server
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_ENCPW_NO_SUCH_SCHEME
Password storage scheme "%s" is not configured for use in the Directory Server
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_ENQUEUE_MUST_CHANGE_PASSWORD
%s must change their password before it will be allowed to request any other operations
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_ENTRY_DATABASE_CORRUPT
The entry database does not contain a valid record for ID %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_ENTRY_DECODE_EXCEPTION
Unable to decode an entry because an unexpected exception was caught during processing: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_ENTRY_DECODE_UNRECOGNIZED_VERSION
Unable to decode an entry because it had an unsupported entry version byte value of %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_ENTRY_DUPLICATE_VALUES
Unable to add one or more values to attribute %s because at least one of the values already exists
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_ENTRY_INCREMENT_CANNOT_PARSE_AS_INT
Unable to increment the value of attribute %s because either the current value or the increment could not be parsed as an integer
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_ENTRY_INCREMENT_INVALID_VALUE_COUNT
Unable to increment the value of attribute %s because the provided modification did not have exactly one value to use as the increment
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_ENTRY_INCREMENT_NO_SUCH_ATTRIBUTE
Unable to increment the value of attribute %s because that attribute does not exist in the entry
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_ENTRY_NO_SUCH_VALUE
Unable to remove one or more values from attribute %s because at least one of the attributes does not exist in the entry
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_ENTRY_SCHEMA_NO_STRUCTURAL_CLASS
Entry %s violates the Directory Server schema configuration because it does not include a structural objectclass.
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_ENTRY_UNKNOWN_MODIFICATION_TYPE
Unknown modification type %s requested
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_ENTRYUUID_VATTR_NOT_SEARCHABLE
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_ERROR_CANNOT_READ_CONNECTION_PARAMETERS
The connection parameters could not be read due to the following error: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_ERROR_INCOMPATIBLE_PROPERTY_MOD
The property modification "%s" is incompatible with another modification to the same property
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_ERROR_MSG_RECEIVED
The following error has been received : %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_ERROR_NO_ADMIN_PASSWORD
No password was specified for administrator "%s"
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_ERROR_PARSING_ARGS
An error occurred while parsing the command-line arguments: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_ETAG_VATTR_NOT_SEARCHABLE
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_EXACTMAP_MULTIPLE_MATCHING_ENTRIES
ID string %s mapped to multiple users
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_EXCEPTION_CHANGELOG_TRIM_FLUSH
Error during the Replication Server database trimming or flush process.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_EXCEPTION_DECODING_OPERATION
Error trying to replay %s, operation could not be decoded :
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_EXCEPTION_LISTENING
Replication server caught exception while listening for client connections %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_EXCEPTION_REPLAYING_REPLICATION_MESSAGE
An Exception was caught while replaying replication message : %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_EXEC_DISABLED
The %s command will not be allowed because the Directory Server has been configured to refuse the use of the exec method
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_EXECUTION_ERROR
Execution error during backend operation: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_EXPORT_IO_ERROR
I/O error occurred while exporting entry: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_EXTENDED_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS
The extended operation %s cannot be performed due to insufficient access rights
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_EXTENDED_NO_HANDLER
There is no extended operation handler registered with the Directory Server for handling extended operations with a request OID of %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_EXTERNAL_PROCESS_INTERRUPTED
External process has been interrupted: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_EXTERNAL_PROCESS_STDERR
External process contains errors:
%s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_EXTOP_CANCEL_CANNOT_DECODE_REQUEST_VALUE
An error occurred while attempting to decode the value of the cancel extended request: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_EXTOP_PASSMOD_ACCOUNT_NOT_LOCAL
Password modification is not supported for user %s because the account is not managed locally
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_EXTOP_PASSMOD_CANNOT_DECODE_AUTHZ_DN
The password modify extended request cannot be processed because the server cannot decode "%s" as a valid DN for use in the authorization ID for the operation
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_EXTOP_PASSMOD_CANNOT_DECODE_REQUEST
An unexpected error occurred while attempting to decode the password modify extended request sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_EXTOP_PASSMOD_CANNOT_ENCODE_PASSWORD
Unable to encode the provided password using the default scheme(s): %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_EXTOP_PASSMOD_CANNOT_GENERATE_PW
An error occurred while attempting to create a new password using the password generator: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_EXTOP_PASSMOD_CANNOT_LOCK_USER_ENTRY
The password modify extended request cannot be processed because the server was unable to obtain a write lock on user entry %s after multiple attempts
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_EXTOP_PASSMOD_CANNOT_MAP_USER
The provided authorization ID string "%s" could not be mapped to any user in the directory
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_EXTOP_PASSMOD_INVALID_AUTHZID_STRING
The password modify extended request cannot be processed because it contained an invalid userIdentity field.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_EXTOP_PASSMOD_NO_USER_ENTRY_BY_AUTHZID
The password modify extended request cannot be processed because it was not possible to identify the user entry to update based on the authorization DN of "%s"
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_EXTOP_PASSMOD_UNACCEPTABLE_PW
The provided new password failed the validation checks defined in the server: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_EXTOP_PWPSTATE_ACCOUNT_NOT_LOCAL
The password policy state extended operation is not supported for user %s because the account is not managed locally
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_FCM_MULTIPLE_SEARCH_MATCHING_ENTRIES
The certificate with fingerprint %s mapped to multiple users
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_FCM_PEER_CERT_NOT_X509
Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s)
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_FIFOCACHE_CANNOT_INITIALIZE
A fatal error occurred while trying to initialize fifo entry cache: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_FILE_CHECK_CREATE_FAILED
An Exception was caught while testing existence or trying to create the directory for the Replication Server database : %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_FILE_NOT_FULLY_READABLE
Could not completely read file '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_FILELOCKER_LOCK_EXCLUSIVE_NOT_GRANTED
The exclusive lock requested for file %s was not granted, which indicates that another process already holds a shared or exclusive lock on that file
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_FILELOCKER_LOCK_EXCLUSIVE_REJECTED_BY_EXCLUSIVE
The attempt to obtain an exclusive lock on file %s was rejected because an exclusive lock was already held on that file
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_FILELOCKER_LOCK_EXCLUSIVE_REJECTED_BY_SHARED
The attempt to obtain an exclusive lock on file %s was rejected because a shared lock was already held on that file
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_FILELOCKER_LOCK_SHARED_NOT_GRANTED
The shared lock requested for file %s was not granted, which indicates that another process already holds an exclusive lock on that file
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_FILELOCKER_LOCK_SHARED_REJECTED_BY_EXCLUSIVE
The attempt to obtain a shared lock on file %s was rejected because an exclusive lock was already held on that file
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_FILELOCKER_UNLOCK_UNKNOWN_FILE
The attempt to release the lock held on %s failed because no record of a lock on that file was found
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_FILEPERM_INVALID_UNIX_MODE_STRING
The provided string %s does not represent a valid UNIX file mode.
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_FILEPERM_SET_JAVA_EXCEPTION
One or more exceptions were thrown in the process of updating the file permissions for %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_FILEPERM_SET_NO_SUCH_FILE
Unable to set permissions for file %s because it does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_FIRSTCHANGENUMBER_VATTR_NOT_SEARCHABLE
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_FRACTIONAL_COULD_NOT_RETRIEVE_CONFIG
Could not retrieve the configuration for a replication domain matching the entry %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_GET_SYMMETRIC_KEY_ASN1_DECODE_EXCEPTION
Cannot decode the provided symmetric key extended request: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_GET_SYMMETRIC_KEY_DECODE_EXCEPTION
An unexpected error occurred while attempting to decode the symmetric key extended request sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_GSER_NO_VALID_IDENTIFIEDCHOICE
The GSER value does not contain a valid IdentifiedChoiceValue at the current position: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_GSER_NO_VALID_IDENTIFIER
The GSER value does not contain a valid identifier at the current position: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_GSER_NO_VALID_INTEGER
The GSER value does not contain a valid integer value at the current position: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_GSER_NO_VALID_SEPARATOR
The GSER value does not contain a separator at the current position: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_GSER_NO_VALID_STRING
The GSER value does not contain a valid String value at the current position: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_GSER_SPACE_CHAR_EXPECTED
The GSER value does not contain a whitespace character at the current position: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_HASSUBORDINATES_VATTR_NOT_SEARCHABLE
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_HEX_DECODE_INVALID_LENGTH
The value %s cannot be decoded as a hexadecimal string because it does not have a length that is a multiple of two bytes
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_HTTP_CONNECTION_NO_RESULT
No result received after completion for request '%s' received for HTTP client connection
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_IDLETIME_UNEXPECTED_ERROR
An unexpected error occurred in the idle time limit thread: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER
The managed object name "%s" is not permitted
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_IMPORT_CREATE_TMPDIR_ERROR
Unable to create the temporary directory %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_IMPORT_DUPLICATE_ENTRY
The import has been aborted because the data to be imported contains duplicate copies of entry '%s'
|
static LocalizableMessageDescriptor.Arg1<Number> |
SetupMessages.ERR_IMPORT_LDIF_CODE
import-ldif tool exited with %d
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_IMPORT_PARENT_NOT_FOUND
The import has been aborted because the entry '%s' does not have a parent entry
|
static LocalizableMessageDescriptor.Arg1<Number> |
BackendMessages.ERR_INCOMPATIBLE_ENTRY_VERSION
Entry record is not compatible with this version of the backend database.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_INDEX_CORRUPT_REQUIRES_REBUILD
An error occurred while reading from index %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_INDEXES_NOT_SUPPORTED
Indexes are not supported in the "%s" backend
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_INIT_EXPORT_NOT_SUPPORTED
Initialization cannot be done because export is not supported by the backend %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_INIT_HEARTBEAT_LOST_DURING_EXPORT
When initializing remote server(s), the initialized server with serverId=%s is potentially stopped or too slow
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_INIT_IMPORT_FAILURE
During initialization from a remote server, the following error occurred : %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_INIT_IMPORT_NOT_SUPPORTED
Initialization cannot be done because import is not supported by the backend %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_INIT_RS_DISCONNECTION_DURING_EXPORT
When initializing remote server(s), connection to Replication Server with serverId=%s is lost
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_INIT_RS_DISCONNECTION_DURING_IMPORT
Connection failure with Replication Server %s during import
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_INITIALIZATION_FAILED_NOCONN
The initialization failed because the domain %s is not connected to a replication server
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.ERR_INSTALLDS_CANNOT_BIND_TO_PORT
ERROR: Unable to bind to port %d.
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.ERR_INSTALLDS_CANNOT_BIND_TO_PRIVILEGED_PORT
ERROR: Unable to bind to port %d.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_INSTALLDS_CANNOT_WRITE_REJECTED
Cannot write to rejected entries file %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_INSTALLDS_CANNOT_WRITE_SKIPPED
Cannot write to skipped entries file %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_INSTALLDS_CERTNICKNAME_NOT_FOUND
The provided certificate nickname could not be found.
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.ERR_INSTALLDS_INTEGER_ABOVE_UPPER_BOUND
ERROR: The provided value is greater than the largest allowed value of %d
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.ERR_INSTALLDS_INTEGER_BELOW_LOWER_BOUND
ERROR: The provided value is less than the lowest allowed value of %d
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_INSTALLDS_MUST_PROVIDE_CERTNICKNAME
The key store contains the following certificate nicknames: %s.%nYou have to provide the nickname of the certificate you want to use
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_INSTALLDS_NO_BASE_DN_AND_CONFLICTING_ARG
You have specified not to create a base DN.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_INSTALLDS_NO_SUCH_LDIF_FILE
ERROR: The specified LDIF file %s does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_INSTALLDS_TOO_MANY_KEYSTORE_PASSWORD_TRIES
The maximum number of tries to provide the certificate key store PIN is %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_INTERACTIVE_INVALID_DN
Value '%s' must be a valid DN
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_INTERACTIVE_INVALID_INT
Value '%s' must be a valid number
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_INTERNAL_CONNECTION_NO_RESULT
No result received after completion for request '%s' received for internal client connection
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_INTERNAL_MOD_CONTROL
Unable to process the provided internal modifications request control: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_INTERNALCONN_NO_SUCH_USER
User %s does not exist in the directory
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_INTERNALOS_INVALID_REQUEST
The provided LDAP message had an invalid operation type (%s) for a request
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_INTERRUPTED_ERROR
Interrupted error during backend operation: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_INVALID_COOKIE_SYNTAX
Invalid syntax for the provided cookie '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_INVALID_CSN_RANGE_ASSERTION_SYNTAX
Specified assertion '%s' for historicalCsnRangeMatch extensible matching rule does not conform to expected syntax.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_INVALID_CSN_RANGE_COMPARISON_OPERATOR
Invalid operator '%s' specified in historicalCsnRangeMatch extensible matching rule assertion
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_INVALID_EMAIL_ADDRESS
The value '%s' is not a valid email address.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_INVALID_KEYSTORE
No usable key was found for '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_INVALID_PAGED_RESULTS_COOKIE
The following paged results control cookie value was not recognized: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_IO_ERROR_ON_CLIENT_CONNECTION
The underlying client connection timed out or closed: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_JAVAPROPERTIES_WITH_DESTINATION_FILE
The destination file "%s" cannot be written.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_JAVAPROPERTIES_WITH_PROPERTIES_FILE
The file properties "%s" cannot be read.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_JAVAPROPERTIES_WRITING_DESTINATION_FILE
The destination file "%s" cannot be written.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_JMX_ALERT_HANDLER_CANNOT_REGISTER
An error occurred while trying to register the JMX alert handler with the MBean server: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_JMX_CONNECTION_NO_RESULT
No result received after completion for request '%s' received for JMX client connection
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_JMX_CONNECTION_UNEXPECTED_REQUEST_TYPE
Unable to process request '%s' received for JMX client because this type of request is not supported for JMX
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_LASTCHANGENUMBER_VATTR_NOT_SEARCHABLE
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_LASTCOOKIE_VATTR_NOT_SEARCHABLE
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_ABANDON_REQUEST_DECODE_ID
Cannot decode the provided ASN.1 element as an LDAP abandon request protocol op because a problem occurred while trying to obtain the message ID of the operation to abandon: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_ADD_REQUEST_DECODE_ATTRS
Cannot decode the provided ASN.1 element as an LDAP add request protocol op because the set of attributes could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_ADD_REQUEST_DECODE_DN
Cannot decode the provided ASN.1 element as an LDAP add request protocol op because the entry DN could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_ADD_REQUEST_DECODE_SEQUENCE
Cannot decode the provided ASN.1 element as an LDAP add request protocol op because the element could not be decoded as a sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAP_ASSERTION_INVALID_FILTER
The search filter provided for the LDAP assertion control was invalid: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_ATTRIBUTE_DECODE_SEQUENCE
Cannot decode the provided ASN.1 element as an LDAP attribute because the element could not be decoded as a sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_ATTRIBUTE_DECODE_TYPE
Cannot decode the provided ASN.1 element as an LDAP attribute because the attribute type could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_ATTRIBUTE_DECODE_VALUES
Cannot decode the provided ASN.1 element as an LDAP attribute because the set of values could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_ATTRIBUTE_DUPLICATE_VALUES
The provided LDAP attribute %s contains duplicate values
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_BIND_REQUEST_DECODE_CREDENTIALS
Cannot decode the provided ASN.1 element as an LDAP bind request protocol op because an unexpected error occurred while trying to decode the authentication info element: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_BIND_REQUEST_DECODE_DN
Cannot decode the provided ASN.1 element as an LDAP bind request protocol op because the bind DN could not be properly decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
ProtocolMessages.ERR_LDAP_BIND_REQUEST_DECODE_INVALID_CRED_TYPE
Cannot decode the provided ASN.1 element as an LDAP bind request protocol op because the authentication info element had an invalid BER type (expected 80 or A3, got %x)
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_BIND_REQUEST_DECODE_PASSWORD
Cannot decode the provided ASN.1 element as an LDAP bind request protocol op because the password to use for simple authentication could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_BIND_REQUEST_DECODE_SASL_INFO
Cannot decode the provided ASN.1 element as an LDAP bind request protocol op because the SASL authentication information could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_BIND_REQUEST_DECODE_SEQUENCE
Cannot decode the provided ASN.1 element as an LDAP bind request protocol op because the element could not be decoded as a sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_BIND_REQUEST_DECODE_VERSION
Cannot decode the provided ASN.1 element as an LDAP bind request protocol op because the protocol version could not be decoded as an integer: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_BIND_RESULT_DECODE_SERVER_SASL_CREDENTIALS
Cannot decode the provided ASN.1 element as an LDAP bind response protocol op because the final element in the result sequence could not be decoded as the server SASL credentials: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_CLIENT_IO_ERROR_DURING_READ
An IO error occurred while reading a request from the client: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_COMPARE_REQUEST_DECODE_AVA
Cannot decode the provided ASN.1 element as an LDAP compare request protocol op because the attribute value assertion could not be decoded as a sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_COMPARE_REQUEST_DECODE_DN
Cannot decode the provided ASN.1 element as an LDAP compare request protocol op because the target DN could not be properly decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_COMPARE_REQUEST_DECODE_SEQUENCE
Cannot decode the provided ASN.1 element as an LDAP compare request protocol op because the element could not be decoded as a sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_COMPARE_REQUEST_DECODE_TYPE
Cannot decode the provided ASN.1 element as an LDAP compare request protocol op because the attribute type could not be properly decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_COMPARE_REQUEST_DECODE_VALUE
Cannot decode the provided ASN.1 element as an LDAP compare request protocol op because the assertion value could not be properly decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_LDAP_CONN_BAD_HOST_NAME
The hostname "%s" could not be resolved.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAP_CONN_BAD_HOST_NAME
The hostname "%s" could not be resolved.
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_LDAP_CONN_BAD_PORT_NUMBER
Invalid port number "%s".
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAP_CONN_CANNOT_INITIALIZE_SSL
ERROR: Unable to perform SSL initialization: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAP_CONN_CANNOT_PARSE_SASL_OPTION
ERROR: The provided SASL option string "%s" could not be parsed in the form "name=value"
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAP_CONN_INCOMPATIBLE_ARGS
ERROR: argument %s is incompatible with use of this tool to interact with the directory as a client
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_CONNHANDLER_NO_ACCEPTORS
The LDAP connection handler defined in configuration entry %s was unable to create any of the socket channels on any of the configured addresses.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_CONTROL_DECODE_CONTROLS_SEQUENCE
Cannot decode the provided ASN.1 element as a set of LDAP controls because the element could not be decoded as a sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_CONTROL_DECODE_CRITICALITY
Cannot decode the provided ASN.1 element as an LDAP control because the criticality could not be decoded as Boolean value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_CONTROL_DECODE_OID
Cannot decode the provided ASN.1 element as an LDAP control because the OID could not be decoded as a string: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_CONTROL_DECODE_SEQUENCE
Cannot decode the provided ASN.1 element as an LDAP control because the element could not be decoded as a sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_CONTROL_DECODE_VALUE
Cannot decode the provided ASN.1 element as an LDAP control because the value could not be decoded as an octet string: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_DELETE_REQUEST_DECODE_DN
Cannot decode the provided ASN.1 element as an LDAP delete request protocol op because the target DN could not be properly decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_EXTENDED_REQUEST_DECODE_OID
Cannot decode the provided ASN.1 element as an LDAP extended request protocol op because the OID could not be properly decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_EXTENDED_REQUEST_DECODE_SEQUENCE
Cannot decode the provided ASN.1 element as an LDAP extended request protocol op because the element could not be decoded as a sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_EXTENDED_REQUEST_DECODE_VALUE
Cannot decode the provided ASN.1 element as an LDAP extended request protocol op because the value could not be properly decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_EXTENDED_RESULT_DECODE_OID
Cannot decode the provided ASN.1 element as an LDAP bind response protocol op because the response OID could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_EXTENDED_RESULT_DECODE_VALUE
Cannot decode the provided ASN.1 element as an LDAP bind response protocol op because the response value could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_FILTER_DECODE_COMPOUND_COMPONENTS
Cannot decode the provided ASN.1 element as an LDAP search filter because an unexpected error occurred while trying to decode one of the compound filter components: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_FILTER_DECODE_EXTENSIBLE_ELEMENTS
Cannot decode the provided ASN.1 element as an LDAP search filter because a problem occurred while trying to parse the extensible match sequence elements: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_FILTER_DECODE_EXTENSIBLE_SEQUENCE
Cannot decode the provided ASN.1 element as an LDAP search filter because the element could not be decoded as an extensible matching sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
ProtocolMessages.ERR_LDAP_FILTER_DECODE_INVALID_TYPE
Cannot decode the provided ASN.1 element as an LDAP search filter because the element had an invalid BER type (%x) for a search filter
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_FILTER_DECODE_NOT_COMPONENT
Cannot decode the provided ASN.1 element as an LDAP search filter because the NOT component element could not be decoded as an LDAP filter: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_FILTER_DECODE_PRESENCE_TYPE
Cannot decode the provided ASN.1 element as an LDAP search filter because the element could not be decoded as the presence attribute type: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_FILTER_DECODE_SUBSTRING_ELEMENTS
Cannot decode the provided ASN.1 element as an LDAP search filter because the substring value sequence could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_FILTER_DECODE_SUBSTRING_SEQUENCE
Cannot decode the provided ASN.1 element as an LDAP search filter because the element could not be decoded as a substring sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_FILTER_DECODE_SUBSTRING_TYPE
Cannot decode the provided ASN.1 element as an LDAP search filter because the attribute type could not be decoded from the substring sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_FILTER_DECODE_SUBSTRING_VALUES
Cannot decode the provided ASN.1 element as an LDAP search filter because a problem occurred while trying to parse the substring value elements: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_FILTER_DECODE_TV_SEQUENCE
Cannot decode the provided ASN.1 element as an LDAP search filter because the element could not be decoded as a type-and-value sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_FILTER_DECODE_TV_TYPE
Cannot decode the provided ASN.1 element as an LDAP search filter because the attribute type could not be decoded from the type-and-value sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_FILTER_DECODE_TV_VALUE
Cannot decode the provided ASN.1 element as an LDAP search filter because the assertion value could not be decoded from the type-and-value sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_FILTER_ENCLOSED_IN_APOSTROPHES
An LDAP filter enclosed in apostrophes is invalid: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_FILTER_UNKNOWN_MATCHING_RULE
The provided LDAP search filter references unknown matching rule %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_INTERMEDIATE_RESPONSE_CANNOT_DECODE_OID
An error occurred while attempting to decode the intermediate response OID: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_INTERMEDIATE_RESPONSE_CANNOT_DECODE_VALUE
An error occurred while attempting to decode the intermediate response value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_INTERMEDIATE_RESPONSE_DECODE_SEQUENCE
Cannot decode the provided ASN.1 element as an LDAP intermediate response protocol op because the element could not be decoded as a sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAP_MATCHEDVALUES_INVALID_FILTER
The provided matched values filter was invalid: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_MESSAGE_DECODE_CONTROLS
Cannot decode the provided ASN.1 sequence as an LDAP message because the third element of the sequence could not be decoded as the set of controls: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_MESSAGE_DECODE_MESSAGE_ID
Cannot decode the provided ASN.1 sequence as an LDAP message because the first element of the sequence could not be decoded as an integer message ID: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_MESSAGE_DECODE_PROTOCOL_OP
Cannot decode the provided ASN.1 sequence as an LDAP message because the second element of the sequence could not be decoded as the protocol op: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_MODIFICATION_DECODE_ATTR
Cannot decode the provided ASN.1 element as an LDAP modification because the attribute could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
ProtocolMessages.ERR_LDAP_MODIFICATION_DECODE_INVALID_MOD_TYPE
Cannot decode the provided ASN.1 element as an LDAP modification because it contained an invalid modification type (%d)
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_MODIFICATION_DECODE_MOD_TYPE
Cannot decode the provided ASN.1 element as an LDAP modification because the modification type could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_MODIFICATION_DECODE_SEQUENCE
Cannot decode the provided ASN.1 element as an LDAP modification because the element could not be decoded as a sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_MODIFY_DN_REQUEST_DECODE_DELETE_OLD_RDN
Cannot decode the provided ASN.1 element as an LDAP modify DN request protocol op because the deleteOldRDN flag could not be properly decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_MODIFY_DN_REQUEST_DECODE_DN
Cannot decode the provided ASN.1 element as an LDAP modify DN request protocol op because the entry DN could not be properly decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_MODIFY_DN_REQUEST_DECODE_NEW_RDN
Cannot decode the provided ASN.1 element as an LDAP modify DN request protocol op because the new RDN could not be properly decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_MODIFY_DN_REQUEST_DECODE_NEW_SUPERIOR
Cannot decode the provided ASN.1 element as an LDAP modify DN request protocol op because the new superior DN could not be properly decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_MODIFY_DN_REQUEST_DECODE_SEQUENCE
Cannot decode the provided ASN.1 element as an LDAP modify DN request protocol op because the element could not be decoded as a sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_MODIFY_REQUEST_DECODE_DN
Cannot decode the provided ASN.1 element as an LDAP modify request protocol op because the entry DN could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_MODIFY_REQUEST_DECODE_MODS
Cannot decode the provided ASN.1 element as an LDAP modify request protocol op because the set of modifications could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_MODIFY_REQUEST_DECODE_SEQUENCE
Cannot decode the provided ASN.1 element as an LDAP modify request protocol op because the element could not be decoded as a sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_PAGED_RESULTS_DECODE_COOKIE
Cannot decode the provided ASN.1 element as an LDAP paged results control value because the cookie could not be properly decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_PAGED_RESULTS_DECODE_SEQUENCE
Cannot decode the provided ASN.1 element as an LDAP paged results control value because the element could not be decoded as a sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_PAGED_RESULTS_DECODE_SIZE
Cannot decode the provided ASN.1 element as an LDAP paged results control value because the size element could not be properly decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
ProtocolMessages.ERR_LDAP_PROTOCOL_OP_DECODE_INVALID_TYPE
Cannot decode the provided ASN.1 element as an LDAP protocol op because the element had an invalid BER type (%x) for an LDAP protocol op
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_LDAP_PTA_INVALID_FILTER_TEMPLATE
The mapped search filter template "%s" could not be parsed as a valid LDAP filter
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_LDAP_PTA_NO_PWD
The configuration of LDAP PTA policy "%s" is invalid because it does not specify the a means for obtaining the mapped search bind password
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_REQHANDLER_DETECTED_JVM_ISSUE_CR6322825
Unable to call select() in the LDAP connection handler: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_RESULT_DECODE_ERROR_MESSAGE
Cannot decode the provided ASN.1 element as an LDAP result protocol op because the third element in the result sequence could not be decoded as the error message: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_RESULT_DECODE_MATCHED_DN
Cannot decode the provided ASN.1 element as an LDAP result protocol op because the second element in the result sequence could not be decoded as the matched DN: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_RESULT_DECODE_REFERRALS
Cannot decode the provided ASN.1 element as an LDAP result protocol op because the fourth element in the result sequence could not be decoded as a set of referral URLs: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_RESULT_DECODE_RESULT_CODE
Cannot decode the provided ASN.1 element as an LDAP result protocol op because the first element in the result sequence could not be decoded as an integer result code: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_RESULT_DECODE_SEQUENCE
Cannot decode the provided ASN.1 element as an LDAP result protocol op because a problem occurred while trying to parse the result sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_SEARCH_ENTRY_DECODE_ATTRS
Cannot decode the provided ASN.1 element as an LDAP search result entry protocol op because the set of attributes could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_SEARCH_ENTRY_DECODE_DN
Cannot decode the provided ASN.1 element as an LDAP search result entry protocol op because the entry DN could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_SEARCH_ENTRY_DECODE_SEQUENCE
Cannot decode the provided ASN.1 element as an LDAP search result entry protocol op because the element could not be decoded as a sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_SEARCH_REFERENCE_DECODE_SEQUENCE
Cannot decode the provided ASN.1 element as an LDAP search result reference protocol op because the element could not be decoded as a sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_SEARCH_REFERENCE_DECODE_URLS
Cannot decode the provided ASN.1 element as an LDAP search result reference protocol op because a problem occurred while trying to decode the sequence elements as referral URLs: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_SEARCH_REQUEST_DECODE_ATTRIBUTES
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the requested attribute set could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_SEARCH_REQUEST_DECODE_BASE
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the base DN could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_SEARCH_REQUEST_DECODE_DEREF
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the alias dereferencing policy could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_SEARCH_REQUEST_DECODE_FILTER
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the filter could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
ProtocolMessages.ERR_LDAP_SEARCH_REQUEST_DECODE_INVALID_DEREF
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the provided alias dereferencing policy value (%d) is invalid
|
static LocalizableMessageDescriptor.Arg1<Number> |
ProtocolMessages.ERR_LDAP_SEARCH_REQUEST_DECODE_INVALID_SCOPE
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the provided scope value (%d) is invalid
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_SEARCH_REQUEST_DECODE_SCOPE
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the scope could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_SEARCH_REQUEST_DECODE_SEQUENCE
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the element could not be decoded as a sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_SEARCH_REQUEST_DECODE_SIZE_LIMIT
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the size limit could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_SEARCH_REQUEST_DECODE_TIME_LIMIT
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the time limit could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_SEARCH_REQUEST_DECODE_TYPES_ONLY
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the typesOnly flag could not be decoded: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAP_SORTCONTROL_INVALID_ORDER
The provided sort order was invalid: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_STATS_INVALID_MONITOR_INITIALIZATION
An attempt was made to initialize the LDAP statistics monitor provider as defined in configuration entry %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_TLS_CANNOT_CREATE_TLS_PROVIDER
An error occurred while attempting to create a TLS connection security provider for this client connection for use with StartTLS: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_TLS_EXISTING_SECURITY_PROVIDER
The TLS connection security provider cannot be enabled on this client connection because it is already using the %s provider.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAP_UNBIND_DECODE
Cannot decode the provided ASN.1 element as an LDAP unbind request protocol op: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
ProtocolMessages.ERR_LDAP_UNSUPPORTED_PROTOCOL_VERSION
The Directory Server does not support LDAP protocol version %d.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_CANNOT_INITIALIZE_MD5_DIGEST
An unexpected error occurred while trying to initialize the MD5 digest generator: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_CANNOT_READ_BIND_RESPONSE
Cannot read the bind response from the server.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_CANNOT_READ_WHOAMI_RESPONSE
Cannot read the 'Who Am I?' response from the Directory Server: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_CANNOT_SEND_SIMPLE_BIND
Cannot send the simple bind request: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_CANNOT_SEND_WHOAMI_REQUEST
Cannot send the 'Who Am I?' request to the Directory Server: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_DIGESTMD5_CANNOT_CREATE_RESPONSE_DIGEST
An error occurred while attempting to generate the response digest for the DIGEST-MD5 bind request: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_DIGESTMD5_COULD_NOT_CALCULATE_RSPAUTH
An error occurred while trying to calculate the expected rspauth element to compare against the value included in the DIGEST-MD5 response from the server: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_DIGESTMD5_COULD_NOT_DECODE_RSPAUTH
An error occurred while trying to decode the rspauth element of the DIGEST-MD5 bind response from the server as a hexadecimal string: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_DIGESTMD5_INVALID_CHARSET
The DIGEST-MD5 credentials provided by the server specified the use of the "%s" character set.
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.ERR_LDAPAUTH_DIGESTMD5_INVALID_CLOSING_QUOTE_POS
The DIGEST-MD5 response challenge could not be parsed because it had an invalid quotation mark at position %d
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_DIGESTMD5_INVALID_QOP
The specified DIGEST-MD5 quality of protection mode "%s" is not valid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_DIGESTMD5_QOP_NOT_SUPPORTED
The "%s" QoP mode is not supported by this client.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_GSSAPI_CANNOT_CREATE_INITIAL_CHALLENGE
An error occurred while attempting to create the initial challenge for GSSAPI authentication: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_GSSAPI_CANNOT_CREATE_JAAS_CONFIG
An error occurred while trying to create the temporary JAAS configuration for GSSAPI authentication: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_GSSAPI_CANNOT_CREATE_SASL_CLIENT
An error occurred while attempting to create a SASL client to process the GSSAPI authentication: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_GSSAPI_CANNOT_VALIDATE_SERVER_CREDS
An error occurred while trying to validate the SASL credentials provided by the Directory Server in the GSSAPI bind response: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_GSSAPI_INVALID_QOP
The specified GSSAPI quality of protection mode "%s" is not valid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_GSSAPI_LOCAL_AUTHENTICATION_FAILED
An error occurred while attempting to perform local authentication to the Kerberos realm: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_GSSAPI_REMOTE_AUTHENTICATION_FAILED
An error occurred while attempting to perform GSSAPI authentication to the Directory Server: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_NO_ALLOWED_SASL_PROPERTIES
One or more SASL properties were provided, but the %s mechanism does not take any SASL properties
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_NO_SASL_PROPERTIES
No SASL properties were provided for use with the %s mechanism
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_NONSASL_CALLBACK_INVOCATION
The LDAPAuthenticationHandler.handle() method was called for a non-SASL bind.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_NONSASL_RUN_INVOCATION
The LDAPAuthenticationHandler.run() method was called for a non-SASL bind.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_SASL_AUTHID_REQUIRED
The "authid" SASL property is required for use with the %s mechanism
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_SASL_BIND_FAILED
The SASL %s bind attempt failed
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_UNEXPECTED_EXTENDED_RESPONSE
The Directory Server sent an unexpected extended response message to the client: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_UNEXPECTED_GSSAPI_CALLBACK
The LDAPAuthenticationHandler.handle() method was called during a GSSAPI bind attempt with an unexpected callback type of %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_UNEXPECTED_RESPONSE
The Directory Server sent an unexpected response message to the client: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPAUTH_UNSUPPORTED_SASL_MECHANISM
The requested SASL mechanism "%s" is not supported by this client
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPCOMPARE_INVALID_ATTR_STRING
Invalid attribute string '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPMODIFY_POSTREAD_CANNOT_DECODE_VALUE
An error occurred while trying to decode the entry contained in the value of the post-read response control: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPMODIFY_PREREAD_CANNOT_DECODE_VALUE
An error occurred while trying to decode the entry contained in the value of the pre-read response control: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPPWMOD_CANNOT_CONNECT
An error occurred while attempting to connect to the Directory Server: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPPWMOD_CANNOT_DECODE_PWPOLICY_CONTROL
Unable to decode the password policy response control: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPPWMOD_CANNOT_READ_PWMOD_RESPONSE
Unable to read the LDAP password modify response: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPPWMOD_CANNOT_SEND_PWMOD_REQUEST
Unable to send the LDAP password modify request: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPPWMOD_COULD_NOT_DECODE_RESPONSE_VALUE
Unable to decode the password modify response value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPPWMOD_ERROR_INITIALIZING_SSL
Unable to initialize SSL/TLS support: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.ERR_LDAPPWMOD_FAILED
The LDAP password modify operation failed with result code %d
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPPWMOD_FAILURE_ERROR_MESSAGE
Error Message: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPPWMOD_FAILURE_MATCHED_DN
Matched DN: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDAPPWMOD_UNRECOGNIZED_VALUE_TYPE
Unable to decode the password modify response value because it contained an invalid element type of %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_LDAPURL_CANNOT_CREATE_UTF8_STRING
An error occurred while attempting to represent a byte array as a UTF-8 string during the course of decoding a portion of an LDAP URL: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_LDAPURL_NO_COLON_SLASH_SLASH
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain the necessary :// component to separate the scheme from the rest of the URL
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_LDAPURL_NO_HOST
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a host before the colon to specify the port number
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_LDAPURL_NO_PORT
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a port number after the colon following the host
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_LDAPURL_NO_SCHEME
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a protocol scheme
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDAPV2_REFERRALS_OMITTED
The response included one or more referrals, which are not allowed for LDAPv2 clients.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS
Entry %s already exists in the LDIF backend
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_LDIF_BACKEND_ADD_MISSING_PARENT
The parent for entry %s does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER
An error occurred while trying to create the reader for the LDIF import operation: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER
An error occurred while trying to create the writer for the LDIF export operation: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY
Entry %s does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_LDIF_BACKEND_DELETE_NONLEAF
Entry %s has one or more subordinate entries and cannot be deleted until all of its subordinate entries are removed first
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_LDIF_BACKEND_ERROR_READING_LDIF
An unrecoverable error occurred while attempting to read data from the import file: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY
The target entry %s does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST
The new parent DN %s does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY
Source entry %s does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS
Target entry %s already exists
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY
Entry %s does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS
The LDIF backend defined in configuration entry %s only supports a single base DN, but was configured for use with multiple base DNs
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY
The target entry %s does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE
Entry %s specified as the search base DN does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDIF_CONNHANDLER_CANNOT_READ_CHANGE_RECORD_FATAL
An error occurred while trying to read a change record from the LDIF file: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_LDIF_CONNHANDLER_CANNOT_READ_CHANGE_RECORD_NONFATAL
An error occurred while trying to read a change record from the LDIF file: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_LDIF_FILE_EXISTS
The specified LDIF file %s already exists and the export configuration indicates that no attempt should be made to append to or replace the file
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_LDIF_INVALID_DELETE_OLDRDN_ATTRIBUTE
Error in the LDIF change record entry.
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_LDIF_REJECTED_BY_PLUGIN_NOMESSAGE
Rejecting entry %s because it was rejected by a plugin
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_LDIF_SKIP
Skipping entry %s because the DN is not one that should be included based on the include and exclude branches/filters
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_LDIF_SKIP_NOT_IN_INCLUDED_BRANCHES
Skipping entry %s because the DN is not included by any include branches
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_LDIF_SKIP_NOT_IN_INCLUDED_FILTERS
Skipping entry %s because the DN is not included by any include filters
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFDIFF_CANNOT_OPEN_OUTPUT
An error occurred while attempting to open the LDIF writer for the diff output: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFDIFF_ERROR_WRITING_OUTPUT
An error occurred while attempting to write the diff output: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFEXPORT_CANNOT_DECODE_WRAP_COLUMN_AS_INTEGER
Unable to decode wrap column value "%s" as an integer
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFEXPORT_CANNOT_EXPORT_BACKEND
The Directory Server backend with backend ID "%s" does not provide a mechanism for performing LDIF exports
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFEXPORT_ERROR_DURING_EXPORT
An error occurred while attempting to process the LDIF export: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFEXPORT_MULTIPLE_BACKENDS_FOR_ID
Multiple Directory Server backends are configured with the requested backend ID "%s"
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFEXPORT_NO_BACKENDS_FOR_ID
None of the Directory Server backends are configured with the requested backend ID "%s"
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFIMPORT_CANNOT_IMPORT
The Directory Server backend with backend ID %s does not provide a mechanism for performing LDIF imports
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFIMPORT_CANNOT_READ_FILE
The specified LDIF file %s cannot be read
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFIMPORT_COUNT_REJECTS_REQUIRES_OFFLINE
The %s argument is not supported for online imports
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFIMPORT_ERROR_DURING_IMPORT
An error occurred while attempting to process the LDIF import: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFIMPORT_LDIF_FILE_DOESNT_EXIST
Unable to access the LDIF file %s to import.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFMODIFY_ADD_ALREADY_EXISTS
Unable to add entry %s because it already exists in the data set
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFMODIFY_CANNOT_ADD_ENTRY_TWICE
Entry %s is added twice in the set of changes to apply, which is not supported by the LDIF modify tool
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFMODIFY_CANNOT_DELETE_AFTER_ADD
Entry %s cannot be deleted because it was previously added in the set of changes.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFMODIFY_CANNOT_MODIFY_ADDED_OR_DELETED
Cannot modify entry %s because it was previously added or deleted in the set of changes.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFMODIFY_CHANGES_DOES_NOT_EXIST
The changes LDIF file %s does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFMODIFY_DELETE_NO_SUCH_ENTRY
Unable to delete entry %s because it does not exist in the data set
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFMODIFY_ERROR_PROCESSING_LDIF
An error occurred while processing the requested changes: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFMODIFY_MODDN_NOT_SUPPORTED
The modify DN operation targeted at entry %s cannot be processed because modify DN operations are not supported by the LDIF modify tool
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFMODIFY_MODIFY_NO_SUCH_ENTRY
Unable to modify entry %s because it does not exist in the data set
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFMODIFY_SOURCE_DOES_NOT_EXIST
The source LDIF file %s does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFSEARCH_CANNOT_CREATE_READER
An error occurred while attempting to create the LDIF reader: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFSEARCH_CANNOT_CREATE_WRITER
An error occurred while attempting to create the LDIF writer used to return matching entries: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFSEARCH_CANNOT_PARSE_SIZE_LIMIT
An error occurred while attempting to parse the size limit as an integer: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFSEARCH_CANNOT_PARSE_TIME_LIMIT
An error occurred while attempting to parse the time limit as an integer: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFSEARCH_CANNOT_READ_ENTRY_FATAL
An error occurred while attempting to read an entry from the LDIF content: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFSEARCH_CANNOT_READ_ENTRY_RECOVERABLE
An error occurred while attempting to read an entry from the LDIF content: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LDIFSEARCH_ERROR_DURING_PROCESSING
An unexpected error occurred during search processing: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LISTBACKENDS_CANNOT_GET_BACKENDS
An error occurred while trying to read backend information from the server configuration: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_LISTBACKENDS_NO_SUCH_BACKEND
There is no backend with ID '%s' in the server configuration
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_LOADING_JVM_KEYSTORE_FROM_PROPERTIES
Unable to load JVM default keystore from system properties: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
LoggerMessages.ERR_LOGGER_ERROR_LISTING_FILES
Error occurred while listing log files named by policy with initial file name %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_MAKELDIF_CANNOT_INSTANTIATE_TAG
Cannot instantiate class %s as a MakeLDIF tag
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_MAKELDIF_CANNOT_LOAD_TAG_CLASS
Unable to load class %s for use as a MakeLDIF tag
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_MAKELDIF_COULD_NOT_FIND_TEMPLATE_FILE
Could not find template file %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.ERR_MAKELDIF_DEFINE_MISSING_EQUALS
The constant definition on line %d is missing an equal sign to delimit the constant name from the value
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.ERR_MAKELDIF_DEFINE_NAME_EMPTY
The constant definition on line %d does not include a name for the constant
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.ERR_MAKELDIF_INCOMPLETE_TAG
Line %d of the template file contains an incomplete tag that starts with either '<' or '{' but does get closed
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.ERR_MAKELDIF_TAG_LIST_NO_ARGUMENTS
The list tag on line %d of the template file does not contain any arguments to specify the list values.
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.ERR_MAKELDIF_TAG_NO_RANDOM_TYPE_ARGUMENT
The random tag on line %d of the template file does not include an argument to specify the type of random value that should be generated
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_MATCHEDVALUES_CANNOT_DECODE_VALUE_AS_SEQUENCE
Cannot decode the provided matched values control because an error occurred while attempting to decode the value as an ASN.1 sequence: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_MATCHING_RULE_USE_CANNOT_REGISTER
Matching rule use could not be registered from definition: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER
Unable to create an LDIF reader: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER
Unable to create an LDIF writer: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN
Cannot delete entry %s because it has one or more subordinate entries
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN
Cannot rename entry %s because it has one or more subordinate entries
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND
Cannot rename entry %s because the target entry is in a different backend
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS
Entry %s already exists in the memory-based backend
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG
Entry %s does not belong in the memory-based backend
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_MEMORYBACKEND_ERROR_DURING_IMPORT
An unexpected error occurred while processing the import: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_MEMORYBACKEND_ERROR_READING_LDIF
An unrecoverable error occurred while reading from LDIF: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_MISSING_ID2ENTRY_RECORD
The entry database does not contain a record for ID %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL
The following properties are mandatory: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE
The "%s" property is mandatory
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_MODDN_ASSERTION_FAILED
Entry %s cannot be renamed because the request contained an LDAP assertion control and the associated filter did not match the contents of the entry
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_MODDN_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS
The entry %s cannot be renamed due to insufficient access rights
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_MODDN_BACKEND_READONLY
Unable to rename entry %s because the backend that holds that entry is configured in read-only mode
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_MODDN_CANNOT_LOCK_CURRENT_DN
The modify DN operation for entry %s cannot be performed because the server was unable to obtain a write lock for that DN
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_MODDN_NO_BACKEND_FOR_CURRENT_ENTRY
The modify DN operation for entry %s cannot be performed because no backend is registered to handle that DN
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_MODDN_NO_CURRENT_ENTRY
The modify DN operation for entry %s cannot be performed because that entry does not exist in the server
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_MODDN_NO_PARENT
A modify DN operation cannot be performed on entry %s because the new RDN would not have a parent DN
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_MODDN_SERVER_READONLY
Unable to rename entry %s because the Directory Server is configured in read-only mode
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_MODIFY_ASSERTION_FAILED
Entry %s cannot be modified because the request contained an LDAP assertion control and the associated filter did not match the contents of the entry
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_MODIFY_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS
The entry %s cannot be modified due to insufficient access rights
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_MODIFY_BACKEND_READONLY
Unable to modify entry %s because the backend that holds that entry is configured in read-only mode
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_MODIFY_CANNOT_LOCK_ENTRY
Entry %s cannot be modified because the server failed to obtain a write lock for this entry after multiple attempts
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_MODIFY_MUST_CHANGE_PASSWORD
%s must change their password before it will be allowed to perform any other operations
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_MODIFY_NO_BACKEND_FOR_ENTRY
Entry %s cannot be modified because there is no backend registered to handle operations for that entry
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_MODIFY_NO_MODIFICATIONS
Entry %s cannot be updated because the request did not contain any modifications
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_MODIFY_NO_SUCH_ENTRY
Entry %s cannot be modified because no such entry exists in the server
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_MODIFY_NO_SUCH_OBJECT
The entry '%s' cannot be modified because it does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_MODIFY_PW_VALIDATION_FAILED
The provided password value was rejected by a password validator: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_MODIFY_SERVER_READONLY
Unable to modify entry %s because the Directory Server is configured in read-only mode
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_MODIFYDN_ALREADY_EXISTS
The entry cannot be renamed to '%s' because an entry with that name already exists
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_MODIFYDN_NO_SUCH_OBJECT
The entry '%s' cannot be renamed because it does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_MONITOR_UNABLE_TO_EXPORT_BASE
An error occurred while attempting to export the base monitor entry: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_MOVEFILE_NO_SUCH_DIRECTORY
The target directory %s does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_MOVEFILE_NO_SUCH_FILE
The file to move %s does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_MOVEFILE_NOT_DIRECTORY
The target directory %s exists but is not a directory
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_MOVEFILE_NOT_FILE
The file to move %s exists but is not a file
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_MULTIPLE_BACKENDS_FOR_BASE
Multiple Directory Server backends are configured to support base DN "%s"
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_MVFILTER_CANNOT_DECODE_AVA
An error occurred while attempting to decode the attribute value assertion in the provided matched values filter: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_MVFILTER_CANNOT_DECODE_EXTENSIBLE_MATCH
The provided matched values filter could not be decoded because an error occurred while decoding the extensible match filter component: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_MVFILTER_CANNOT_DECODE_PRESENT_TYPE
The provided matched values filter could not be decoded because an error occurred while decoding the presence filter component: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_MVFILTER_CANNOT_DECODE_SUBSTRINGS
The provided matched values filter could not be decoded because an error occurred while decoding the substring filter component: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_MVFILTER_INVALID_DN_ATTRIBUTES_FLAG
The provided LDAP filter "%s" cannot be used as a matched values filter because it is an extensible match filter that contains the dnAttributes flag, which is not allowed for matched values filters
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_MVFILTER_INVALID_ELEMENT_TYPE
The provided matched values filter could not be decoded because it had an invalid BER type of %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_NAME_FORM_CANNOT_REGISTER
Name form could not be registered from definition: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_NEW_SUPERIOR_NO_SUCH_OBJECT
The entry cannot be moved because the new parent entry '%s' does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_NO_BACKEND_FOUND_FOR_BASE_DN
No backend is associated with the base DN '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_NO_BACKENDS_FOR_BASE
None of the Directory Server backends are configured to support the requested base DN "%s"
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_NO_BASES_FOR_BACKEND
No base DNs have been defined in backend configuration entry %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_NO_KEY_ENTRY_IN_KEYSTORE
There is no private key entry in keystore %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_NO_MATCHING_DOMAIN
No domain matches the provided base DN '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_NUMSUBORDINATES_VATTR_NOT_SEARCHABLE
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_OBJECT_CLASS_CANNOT_REGISTER
Object class could not be registered from definition: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_DASH
The provided value "%s" could not be parsed as a valid object class definition because the hyphen character is not allowed as the first character of an object class name
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_OPEN_ENV_FAIL
The database environment could not be opened: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_OPERATION_REJECTED_EXCEPTION_PLURAL
The operation was rejected for the following reasons: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_OPERATION_REJECTED_EXCEPTION_SINGLE
The operation was rejected for the following reason: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_PAGED_RESULTS_CANNOT_DECODE
Unable to decode the simple paged results control from the search response: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_PARSING_ATTRIBUTE_TYPE_OID
Unable to parse the OID from the provided definition of attribute type: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_PARSING_DIT_CONTENT_RULE_OID
Unable to parse the OID from the provided definition of DIT content rule: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_PARSING_DIT_STRUCTURE_RULE_RULEID
Unable to parse the rule ID from the provided definition of DIT structure rule: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_PARSING_LDAP_SYNTAX_OID
Unable to parse the OID from the provided definition of ldap syntax: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_PARSING_MATCHING_RULE_USE_OID
Unable to parse the OID from the provided definition of matching rule use: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_PARSING_NAME_FORM_OID
Unable to parse the OID from the provided definition of name form: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.ERR_PARSING_OBJECTCLASS_OID
Unable to parse the OID from the provided definition of objectclass: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_PASSWORDPOLICYSUBENTRY_VATTR_NOT_SEARCHABLE
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_PKCS11_KEYMANAGER_CANNOT_CREATE_FACTORY
An error occurred while trying to create a key manager factory to access the contents of the PKCS#11 keystore: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_PKCS11_KEYMANAGER_CANNOT_LOAD
An error occurred while trying to access the PKCS#11 key manager: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_PKCS11_TRUSTMANAGER_CANNOT_CREATE_FACTORY
An error occurred while trying to create a trust manager factory to access the contents of the PKCS#11 keystore: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_PKCS11_TRUSTMANAGER_CANNOT_LOAD
An error occurred while trying to access the PKCS#11 trust manager: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_7BIT_CANNOT_DECODE_DN
An error occurred while trying to decode the DN of the target entry: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_7BIT_CANNOT_DECODE_NEW_RDN
An error occurred while trying to decode the new RDN: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_7BIT_IMPORT_ATTR_NOT_CLEAN
The entry included a value for attribute %s that was not 7-bit clean
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_7BIT_INVALID_PLUGIN_TYPE
The 7-bit clean plugin is configured with invalid plugin type %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_7BIT_MODIFYDN_ATTR_NOT_CLEAN
The modify DN operation would have resulted in a value for attribute %s that was not 7-bit clean
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_ADLIST_NO_PLUGIN_TYPES
The LDAP attribute description list plugin instance defined in configuration entry %s does not list any plugin types.
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_ATTR_CLEANUP_ATTRIBUTE_MISSING
Attribute '%s' is not defined in the directory schema
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_ATTR_CLEANUP_DUPLICATE_VALUE
The attribute '%s' has already been defined in the configuration
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_ATTR_CLEANUP_INITIALIZE_PLUGIN
Invalid plugin type '%s' for the Attribute Cleanup plugin
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_CHANGE_NUMBER_INVALID_PLUGIN_TYPE
An attempt was made to register the Change Number Control plugin to be invoked as a %s plugin.
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_ENTRYUUID_INVALID_PLUGIN_TYPE
An attempt was made to register the EntryUUID plugin to be invoked as a %s plugin.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_PLUGIN_FRACTIONAL_LDIF_IMPORT_INVALID_PLUGIN_TYPE
The fractional replication ldif import plugin is configured with invalid plugin type %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_LASTMOD_INVALID_PLUGIN_TYPE
An attempt was made to register the LastMod plugin to be invoked as a %s plugin.
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_PROFILER_NO_PLUGIN_TYPES
The Directory Server profiler plugin instance defined in configuration entry %s does not list any plugin types.
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_AUTH_SCHEME
Auth password storage scheme %s referenced by the password policy import plugin is not configured for use in the server
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_USER_SCHEME
User password storage scheme %s referenced by the password policy import plugin is not configured for use in the server
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_PWIMPORT_NO_DEFAULT_AUTH_SCHEMES
The password policy import plugin is not configured any default auth password schemes, and the server does not support the %s auth password scheme
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_PWIMPORT_NO_DEFAULT_USER_SCHEMES
The password policy import plugin is not configured any default user password schemes, and the server does not support the %s auth password scheme
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_PWIMPORT_NO_SUCH_DEFAULT_AUTH_SCHEME
The password policy import plugin references default auth password storage scheme %s which is not available for use in the server
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_PWPIMPORT_INVALID_PLUGIN_TYPE
An attempt was made to register the password policy import plugin to be invoked as a %s plugin.
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_REFERENT_ATTR_NOT_LISTED
The property 'check-references-filter-criteria' specifies filtering criteria for attribute '%s', but this attribute is not listed in the 'attribute-type' property
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_REFERENT_CANNOT_DECODE_STRING_AS_DN
The Referential Integrity plugin failed to decode a entry DN from the update log: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_REFERENT_CLOSE_LOGFILE
An error occurred closing the Referential Integrity plugin update log file: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_REFERENT_CREATE_LOGFILE
An error occurred during Referential Integity plugin initialization because log file creation failed: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_REFERENT_EXCEPTION
The opration could not be processed due to an unexpected exception: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_REFERENT_INVALID_PLUGIN_TYPE
An attempt was made to register the Referential Integrity plugin to be invoked as a %s plugin.
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_REFERENT_REPLACE_LOGFILE
An error occurred replacing the Referential Integrity plugin update log file: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_REFERENT_SEARCH_FAILED
The Referential Integrity plugin failed when performaing an internal search: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_SAMBA_SYNC_ENCODING
The Samba password synchronization plugin could not encode a password for the following reasons: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_SAMBA_SYNC_INVALID_PLUGIN_TYPE
An attempt was made to register the Samba password synchronization plugin to be invoked as a %s plugin.
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_SAMBA_SYNC_MODIFICATION_PROCESSING
The Samba password synchronization plugin could not process a modification for the following reason: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_STARTUP_PLUGIN_RETURNED_NULL
The startup plugin defined in configuration entry %s returned a null value when it was invoked during the Directory Server startup process.
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PLUGIN_UNIQUEATTR_INVALID_PLUGIN_TYPE
An attempt was made to register the Unique Attribute plugin to be invoked as a %s plugin.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_POSTREADREQ_CANNOT_DECODE_VALUE
Cannot decode the provided LDAP post-read request control because an error occurred while trying to decode the control value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_POSTREADRESP_CANNOT_DECODE_VALUE
Cannot decode the provided LDAP post-read response control because an error occurred while trying to decode the control value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_PREREADREQ_CANNOT_DECODE_VALUE
Cannot decode the provided LDAP pre-read request control because an error occurred while trying to decode the control value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_PREREADRESP_CANNOT_DECODE_VALUE
Cannot decode the provided LDAP pre-read response control because an error occurred while trying to decode the control value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_PROCESSING_REMOTE_MONITOR_DATA
Monitor data of remote servers are missing due to a processing error : %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PROFILEVIEWER_CANNOT_INITIALIZE_ARGS
An unexpected error occurred while attempting to initialize the command-line arguments: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.ERR_PROFILEVIEWER_ERROR_PARSING_ARGS
An error occurred while parsing the command-line arguments: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_PROPERTY_IS_MANDATORY_EXCEPTION
The "%s" property must be specified as it is mandatory
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_PROPERTY_IS_READ_ONLY_EXCEPTION
The "%s" property must not be modified as it is read-only
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION
The "%s" property must not contain more than one value
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_PROPERTY_NOT_FOUND_EXCEPTION
The property "%s" was not recognized
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_PROXYAUTH_AUTHZ_NOT_PERMITTED
Authorization as '%s' specified in the proxied authorization control is not permitted
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_PROXYAUTH1_CANNOT_DECODE_VALUE
Cannot decode the provided proxied authorization V1 control because an error occurred while attempting to decode the control value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_PROXYAUTH1_NO_SUCH_USER
User %s specified in the proxied authorization V1 control does not exist in the Directory Server
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_PROXYAUTH1_UNUSABLE_ACCOUNT
Use of the proxied authorization V1 control for user %s is not allowed by the password policy configuration
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_PROXYAUTH2_ACCOUNT_DISABLED
Use of the proxied authorization V2 control for user %s is not allowed: the account is disabled
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_PROXYAUTH2_ACCOUNT_EXPIRED
Use of the proxied authorization V2 control for user %s is not allowed: the account is expired
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_PROXYAUTH2_ACCOUNT_LOCKED
Use of the proxied authorization V2 control for user %s is not allowed: the account is locked
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_PROXYAUTH2_INVALID_AUTHZID
The authorization ID "%s" contained in the proxied authorization V2 control is invalid because it does not start with "dn:" to indicate a user DN or "u:" to indicate a username
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_PROXYAUTH2_NO_SUCH_USER
User %s specified in the proxied authorization V2 control does not exist in the Directory Server
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_PROXYAUTH2_PASSWORD_EXPIRED
Use of the proxied authorization V2 control for user %s is not allowed: the account's password is expired
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_PSEARCH_CANNOT_DECODE_VALUE
Cannot decode the provided persistent search control because an error occurred while attempting to decode the control value: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
ProtocolMessages.ERR_PSEARCH_CHANGETYPES_INVALID_TYPE
The provided integer value %d does not correspond to any persistent search change type
|
static LocalizableMessageDescriptor.Arg1<Number> |
ProtocolMessages.ERR_PSEARCH_CHANGETYPES_INVALID_TYPES
The provided integer value %d was outside the range of acceptable values for an encoded change type set
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_PSEARCH_DOESNT_START_WITH_PS
The persistent search descriptor %s did not start with the required 'ps' string
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_PSEARCH_INVALID_CHANGE_TYPE
The provided change type value %s is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_PSEARCH_INVALID_CHANGESONLY
The provided changesOnly value %s is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_PSEARCH_INVALID_RETURN_ECS
The provided returnECs value %s is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_PWDEXPTIME_VATTR_NOT_SEARCHABLE
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
|
static LocalizableMessageDescriptor.Arg1<Number> |
ExtensionMessages.ERR_PWDIFFERENCEVALIDATOR_TOO_SMALL
The provided password differs less than the minimum required difference of %d characters
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_PWEXPIRING_CANNOT_DECODE_SECONDS_UNTIL_EXPIRATION
Cannot decode the provided control as a password expiring control because an error occurred while attempting to decode the number of seconds until expiration: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
ExtensionMessages.ERR_PWLENGTHVALIDATOR_TOO_LONG
The provided password is longer than the maximum allowed length of %d characters
|
static LocalizableMessageDescriptor.Arg1<Number> |
ExtensionMessages.ERR_PWLENGTHVALIDATOR_TOO_SHORT
The provided password is shorter than the minimum required length of %d characters
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_PWPOLICY_ATTRIBUTE_OPTIONS_NOT_ALLOWED
Attribute options are not allowed for the password attribute %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_PWPOLICY_MIN_AGE_PLUS_WARNING_GREATER_THAN_MAX_AGE
The password policy configuration entry "%s" is invalid because if both a minimum password age and a maximum password age are configured, then the sum of the minimum password age and the password expiration warning interval must be shorter than the maximum password age
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_PWPOLICY_MULTIPLE_PW_VALUES_NOT_ALLOWED
Only a single value may be provided for the password attribute %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_PWPOLICY_MUST_HAVE_WARNING_IF_NOT_EXPIRE_WITHOUT_WARNING
The password policy defined in configuration entry %s is configured to always send at least one warning notification before the password is expired, but no warning interval has been set.
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_PWPOLICY_NO_PWDPOLICY_OC
The entry %s does not contain the pwdPolicy objectclass, which is required for Directory Server password policy
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_PWPOLICY_PREENCODED_NOT_ALLOWED
Pre-encoded passwords are not allowed for the password attribute %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_PWPOLICY_WARNING_INTERVAL_LARGER_THAN_MAX_AGE
The password policy configuration entry "%s" is invalid because if a maximum password age is configured, then the password expiration warning interval must be shorter than the maximum password age
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_PWPOLICYRES_DECODE_ERROR
Cannot decode the provided password policy response control: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
ProtocolMessages.ERR_PWPOLICYRES_INVALID_ERROR_TYPE
Cannot decode the provided password policy response control because the error element has an invalid type of %d
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_PWPOLICYRES_INVALID_WARNING_TYPE
Cannot decode the provided password policy response control because the warning element has an invalid type of %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_PWPSTATE_CANNOT_DECODE_RESPONSE_MESSAGE
Unable to decode the response message from the server: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_PWPSTATE_CANNOT_DECODE_RESPONSE_OP
Unable to decode information about an operation contained in the response: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_PWPSTATE_CANNOT_INITIALIZE_SSL
ERROR: Unable to perform SSL initialization: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_PWPSTATE_CANNOT_PARSE_SASL_OPTION
ERROR: The provided SASL option string "%s" could not be parsed in the form "name=value"
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_PWPSTATE_CANNOT_SEND_REQUEST_EXTOP
An error occurred while attempting to send the request to the server: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_PWPSTATE_EXTOP_DECODE_FAILURE
An unexpected error occurred while attempting to decode password policy state extended request value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_PWPSTATE_EXTOP_INVALID_OP_ENCODING
An unexpected error occurred while attempting to decode an operation from the password policy state extended request: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_PWPSTATE_EXTOP_MULTIPLE_ENTRIES
Multiple entries were found with DN %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_PWPSTATE_EXTOP_UNKNOWN_OP_TYPE
The password policy state extended request included an operation with an invalid or unsupported operation type of %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_PWPSTATE_INVALID_BOOLEAN_VALUE
The provided value '%s' was invalid for the requested operation.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_PWPSTATE_INVALID_RESPONSE_OP_TYPE
Unrecognized or invalid operation type: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_PWPSTATE_INVALID_SUBCOMMAND
Unrecognized subcommand '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_PWSCHEME_DOES_NOT_SUPPORT_AUTH_PASSWORD
Password storage scheme %s does not support use with the authentication password attribute syntax
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_PWSCHEME_INVALID_BASE64_DECODED_STORED_PASSWORD
The password value %s has been base64-decoded but is too short to be valid
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_PWSCHEME_INVALID_STORED_PASSWORD
An error occurred while attempting to match a bcrypt hashed password value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_PWSCHEME_NOT_REVERSIBLE
The %s password storage scheme is not reversible, so it is impossible to recover the plaintext version of an encoded password
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_RANDOMPWGEN_CANNOT_DETERMINE_CHARSETS
An error occurred while attempting to decode the value(s) of the configuration attribute ds-cfg-password-character-set, which is used to hold the character set(s) for use in generating the password: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_RANDOMPWGEN_CANNOT_DETERMINE_PWFORMAT
An error occurred while attempting to decode the value for configuration attribute ds-cfg-password-format, which is used to specify the format for the generated passwords: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_RANDOMPWGEN_INVALID_PWFORMAT
The password format string "%s" contains an invalid syntax.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_RANDOMPWGEN_NO_CHARSETS
Configuration entry "%s" does not contain attribute ds-cfg-password-character-set which specifies the sets of characters that should be used when generating the password.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_READING_CONFIG_LDAP
Error reading data from server.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_READING_SCHEMA_LDAP
Error reading schema from the remote server.%nDetails: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_REBUILDINDEX_ERROR_DURING_REBUILD
An error occurred while attempting to perform index rebuild: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_REBUILDINDEX_FOR_DN
Rebuild index aborted: an error has occurred while rebuilding indexes for base DN '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_REBUILDINDEX_REBUILD_ALL_DEGRADED_ERROR
Option "--rebuildAll" cannot be specified with the "--%s" option
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_REBUILDINDEX_REBUILD_DEGRADED_ERROR
Option "--rebuildDegraded" cannot be specified with the "--%s" option
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_RECURRING_SCHEDULE_FORMAT_ERROR
The provided schedule value has an invalid format.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_RECURRINGTASK_INVALID_DAY_TOKEN
The provided recurring task entry attribute %s holding the recurring task schedule has invalid day of the month token
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_RECURRINGTASK_INVALID_HOUR_TOKEN
The provided recurring task entry attribute %s holding the recurring task schedule has invalid hour token
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN
The provided recurring task entry attribute %s holding the recurring task schedule has invalid minute token
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_RECURRINGTASK_INVALID_MONTH_TOKEN
The provided recurring task entry attribute %s holding the recurring task schedule has invalid month of the year token
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_RECURRINGTASK_INVALID_N_TOKENS
The provided recurring task entry attribute %s holding the recurring task schedule has invalid number of tokens
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_RECURRINGTASK_INVALID_TOKENS_COMBO
The provided recurring task entry attribute %s holding the recurring task schedule has invalid tokens combination yielding a nonexistent calendar date
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN
The provided recurring task entry attribute %s holding the recurring task schedule has invalid day of the week token
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_RECURRINGTASK_MULTIPLE_ID_TYPES
The provided recurring task entry contains multiple attributes with type %s, which is used to hold the recurring task ID, but only a single instance is allowed
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_RECURRINGTASK_MULTIPLE_ID_VALUES
The provided recurring task entry contains multiple values for the %s attribute, which is used to specify the recurring task ID, but only a single value is allowed
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES
The provided recurring task entry contains multiple attributes with type %s, which is used to hold recurring task schedule, but only a single instance is allowed
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES
The provided recurring task entry contains multiple values for the %s attribute, which is used to specify recurring task schedule, but only a single value is allowed
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_RECURRINGTASK_NO_ID
The provided recurring task entry does not contain any values for the %s attribute, which is used to specify the recurring task ID
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_RECURRINGTASK_NO_ID_ATTRIBUTE
The provided recurring task entry does not contain attribute %s which is needed to hold the recurring task ID
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE
The provided recurring task entry does not contain attribute %s which is needed to specify recurring task schedule
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_RECURRINGTASK_NO_SCHEDULE_VALUES
The provided recurring task entry does not contain any values for the %s attribute, which is used to specify recurring task schedule
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.ERR_REFERRAL_LIMIT_EXCEEDED
Referral limit (%d) reached.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_REGEXMAP_MULTIPLE_MATCHING_ENTRIES
The processed ID string %s mapped to multiple users
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_REGISTER_BACKEND_ALREADY_EXISTS
Unable to register backend %s with the Directory Server because another backend with the same backend ID is already registered
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_REJECT_FILE_EXISTS
The specified reject file %s already exists and the import configuration indicates that no attempt should be made to append to or replace the file
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_REMOVE_FAIL
The backend database files could not be removed: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_RENAMEFILE_CANNOT_DELETE_TARGET
Failed to delete target file %s.
|
static LocalizableMessageDescriptor.Arg1<Number> |
ExtensionMessages.ERR_REPEATEDCHARS_VALIDATOR_TOO_MANY_CONSECUTIVE
The provided password contained too many instances of the same character appearing consecutively.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE
Cannot write to file %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_REPLICATION_CHANGE_NUMBER_DISABLED
Change number indexing is disabled for replication domain '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_CONFIGURE_COMMON_DOMAIN_ID
The following servers in the two topologies have the same domain ID%n%s%n%nThe replication topologies cannot be merged.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_CONFIGURE_COMMON_REPLICATION_SERVER_ID
The following servers in the two topologies have the same replication server ID%n%s%n%nThe replication topologies cannot be merged.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_CONFIGURE_SUFFIXES_NOT_FOUND
The following base DNs cannot be replicated between the two servers because they could not be found in at least one of the servers:%n%s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER
Error configuring replication port on server %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_REPLICATION_COULD_NOT_CONNECT
The Replication is configured for suffix %s but was not able to connect to any Replication Server
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_REPLICATION_CTX_CONTROL
Unable to process the provided replication context request control: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY
The specified path %s to write the equivalent command is a directory.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND
The following base DNs could not be found in the server:%n%s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED
Error initializing.
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_REPLICATION_INVALID_HOST_PORT_INVALID_IPV6
The host and port '%s' is invalid because it contains a malformed IPv6 address.
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_REPLICATION_INVALID_HOST_PORT_NO_HOST
The host and port '%s' is invalid because it does not contain a host name.
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_REPLICATION_INVALID_HOST_PORT_NO_PORT
The host and port '%s' is invalid because it does not contain a valid port number.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_NO_REPLICATION_SERVER
No replication server is defined for the following base DNs:%n%s%nAt least one replication server (a changelog) is required in the replication topology.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_NOT_A_USER_SUFFIX
The administrative base DN '%s' cannot be replicated.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_NOT_A_VALID_BASEDN
The provided value %s is not a valid base DN.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_PURGE_HISTORICAL_EXECUTING
An error occurred executing the purge historical.
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.ERR_REPLICATION_PURGE_HISTORICAL_TIMEOUT
The specified maximum time of %d seconds was elapsed before the purge historical completed.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_PURGE_SUFFIXES_NOT_FOUND
The following base DNs could not be found in the server:%n%s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_READING_ADS
Error reading registration information.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE
The following errors were encountered reading the configuration of the existing servers:%n%s%n%nIf you continue the replication tool will to try to update the configuration of all the servers in a best-effort mode.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_READING_REGISTERED_SERVERS_WARNING
The following errors were encountered reading the configuration of the existing servers:
%s
The replication tool will to try to update the configuration of all the servers in a best-effort mode.
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_REPLICATION_SETUP_ADMIN_DATA_DOMAIN_CONFIGURATION
An error occurred while attempting to configure replication for administration data: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_REPLICATION_SETUP_CLI_TRUST_STORE_MISSING
You must specify how to trust certificates of the other replication servers in the topology by using one of the following options: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_REPLICATION_SETUP_CREATING_ADMIN_USER
An error occurred while attempting to create replication global administrator entry: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_REPLICATION_SETUP_CREATING_INSTANCE_KEY
An error occurred while attempting to create instance key for the replication server: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_REPLICATION_SETUP_CRYPTO_MGR_CONFIGURATION
An error occurred while attempting to configure replication connection security: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_REPLICATION_SETUP_DSREPLICATION_CALL
An error occurred while configuring the replication server and/or updating topology configuration.
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_REPLICATION_SETUP_NO_MULTIMASTER_SYNCHRONIZATION_CONF
An error occurred while attempting to retrieve initial replication configuration: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_REPLICATION_SETUP_READING_RS_CONF
Unable to read server configuration (%s)
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_REPLICATION_SETUP_REPLICATION_SERVER_CONFIGURATION
An error occurred while attempting to configure replication server entry: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_REPLICATION_SETUP_SSL_CONTEXT_GENERATION
An error occurred while attempting to configure SSL communication: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_STATUS_READING_REGISTERED_SERVERS
The displayed information might not be complete because the following errors were encountered reading the configuration of the existing servers:%n%s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_UNCONFIGURE_SUFFIXES_NOT_FOUND
The following base DNs could not be found in the server:%n%s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_UNCONFIGURING_REPLICATIONSERVER
Error unconfiguring replication port on server %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_UPDATING_ADS
Error updating registration information.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND
Could not find a valid subcommand.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_RESET_GENERATION_ID_FAILED
The generation ID could not be reset for domain %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_RESOLVE_KEYSTORE_ALIASES
Unable to resolve keystore aliases: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_RESTOREDB_CANNOT_RESTORE
The Directory Server backend configured with backend ID %s does not provide a mechanism for restoring backups
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_RESTOREDB_NO_BACKUPS_IN_DIRECTORY
There are no Directory Server backups contained in %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_RESYNC_REQUIRED_TOO_OLD_DOMAIN_IN_PROVIDED_COOKIE
Full resync required.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_ROOT_CONTAINER_NOT_INITIALIZED
The root container for backend %s has not been initialized preventing this backend from processing the requested operation
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER
An unexpected error occurred while trying to open the LDIF writer for the root DSE backend: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE
An unexpected error occurred while trying to export the root DSE entry to the specified LDIF target: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SASL_AUTHENTRY_NO_MAPPED_ENTRY
The server was unable to find any entry corresponding to authentication ID %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SASL_AUTHZID_INSUFFICIENT_ACCESS
The authenticating user %s does not have sufficient access to assume a different authorization identity
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SASL_AUTHZID_INSUFFICIENT_PRIVILEGES
The authenticating user %s does not have sufficient privileges to assume a different authorization identity
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SASL_AUTHZID_NO_MAPPED_ENTRY
The server was unable to find any entry corresponding to authorization ID %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SASL_AUTHZID_NO_SUCH_ENTRY
The entry %s specified as the authorization identity does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SASL_GSSAPI_KEYTAB_INVALID
GSSAPI SASL mechanism handler initalization failed because the keytab file %s does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SASL_NO_MATCHING_ENTRIES
The server was not able to find any user entries for the provided username of %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SASL_USERNAME_IS_NULL_DN
The username in the SASL %s bind request appears to be an empty DN.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SASLCRAMMD5_CANNOT_GET_MESSAGE_DIGEST
An unexpected error occurred while attempting to obtain an MD5 digest engine for use by the CRAM-MD5 SASL handler: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SASLCRAMMD5_INVALID_DIGEST_CONTENT
The SASL CRAM-MD5 bind request included SASL credentials, but the decoded digest was not comprised of only hexadecimal digits: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SASLCRAMMD5_NO_MATCHING_ENTRIES
The server was not able to find any user entries for the provided username of %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SASLCRAMMD5_NO_REVERSIBLE_PASSWORDS
SASL CRAM-MD5 authentication is not possible for user %s because none of the passwords in the user entry are stored in a reversible form
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SASLEXTERNAL_NO_CERT_IN_ENTRY
Unable to authenticate via SASL EXTERNAL because the mapped user entry %s does not have any certificates with which to verify the presented peer certificate
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SASLEXTERNAL_PEER_CERT_NOT_FOUND
Unable to authenticate via SASL EXTERNAL because the mapped user entry %s did not contain the peer certificate presented by the client
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SASLGSSAPI_CANNOT_CREATE_JAAS_CONFIG
An error occurred while attempting to write a temporary JAAS configuration file for use during GSSAPI processing: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SASLGSSAPI_CANNOT_CREATE_LOGIN_CONTEXT
An error occurred while attempting to create the JAAS login context for GSSAPI authentication: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SASLPLAIN_AUTHZID_INSUFFICIENT_PRIVILEGES
The authenticating user %s does not have sufficient privileges to specify an alternate authorization ID
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SASLPLAIN_AUTHZID_NO_MAPPED_ENTRY
No entry corresponding to authorization ID %s was found in the server
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SASLPLAIN_AUTHZID_NO_SUCH_ENTRY
The entry corresponding to authorization DN %s does not exist in the Directory Server
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SASLPLAIN_NO_MATCHING_ENTRIES
The server was not able to find any user entries for the provided authentication ID of %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SATUACM_MULTIPLE_SEARCH_MATCHING_ENTRIES
The certificate with subject %s mapped to multiple users
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SATUACM_NO_MAPPABLE_ATTRIBUTES
Peer certificate subject %s does not contain any attributes for which a mapping has been established
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SATUACM_PEER_CERT_NOT_X509
Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s)
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_SCHEMA_CIRCULAR_DEPENDENCY_REFERENCE
Unable to update the schema element with definition "%s" because a circular reference was identified when attempting to rebuild other schema elements dependent upon it
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES
An error occurred while attempting to determine whether any schema changes had been made by directly editing the schema files with the server offline: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_INVALID_BASE
Unable to retrieve the requested entry %s from the schema backend because the DN is equal to one of the schema entry DNs
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_INVALID_MODIFICATION_TYPE
The schema backend does not support the %s modification type
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_INVALID_REPLACE_MODIFICATION
The schema backend does not support the Replace modification type for the %s attribute type
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED
An error occurred while attempting to write new versions of the server schema files: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED
An error occurred while attempting to write new versions of the server schema files: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA
An error occurred while attempting to write the updated schema: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED
An error occurred while attempting to create copies of the existing schema files before applying the updates: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED
An error occurred while attempting to create copies of the existing schema files before applying the updates: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT
Circular reference detected for attribute type %s in which the superior type chain references the attribute type itself
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR
Circular reference detected for DIT structure rule %s in which the superior rule chain references the DIT structure rule itself
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC
Circular reference detected for objectclass %s in which the superior class chain references the objectclass itself
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_MODIFY_DELETE_NO_VALUES
The server will not allow removing all values for the %s attribute type in the server schema
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX
Unable to add ldap syntax description with OID %s because it conflicts with an existing ldap syntax description
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE
Unable to remove attribute type %s from the server schema because no such attribute type is defined
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR
Unable to remove DIT content rule %s from the server schema because no such DIT content rule is defined
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR
Unable to remove DIT structure rule %s from the server schema because no such DIT structure rule is defined
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD
Unable to remove ldap syntax description %s from the server schema because no such ldap syntax description is defined
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE
Unable to remove matching rule use %s from the server schema because no such matching rule use is defined
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM
Unable to remove name form %s from the server schema because no such name form is defined
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS
Unable to remove objectclass %s from the server schema because no such objectclass is defined
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE
The schema backend does not support the modification of the %s attribute type.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER
An unexpected error occurred while trying to open the LDIF writer for the schema backend: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SCHEMA_UNABLE_TO_EXPORT_BASE
An error occurred while attempting to export the base schema entry: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SDTUACM_MULTIPLE_SEARCH_MATCHING_ENTRIES
The certificate with subject %s mapped to multiple users
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SDTUACM_PEER_CERT_NOT_X509
Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s)
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_SEARCH_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS
The entry %s cannot be searched due to insufficient access rights
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_SEARCH_BACKEND_EXCEPTION
An unexpected error was encountered while processing a search in one of the Directory Server backends: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_SEARCH_BASE_DOESNT_EXIST
The entry %s specified as the search base does not exist in the Directory Server
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_SEARCH_CANNOT_GET_ENTRY_FOR_ASSERTION
The search request cannot be processed because it contains an LDAP assertion control and an error occurred while trying to retrieve the base entry to compare it against the assertion filter: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_SEARCH_CANNOT_PROCESS_ASSERTION_FILTER
The search request cannot be processed because it contains an LDAP assertion control, but an error occurred while attempting to compare the base entry against the assertion filter: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_SEARCH_INVALID_DEREFERENCE_POLICY
Invalid deref alias specified: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_SEARCH_INVALID_SEARCH_SCOPE
Invalid scope '%s' specified for the search request
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_SEARCH_NO_SUCH_OBJECT
The search base entry '%s' does not exist
|
static LocalizableMessageDescriptor.Arg1<Number> |
CoreMessages.ERR_SEARCH_SIZE_LIMIT_EXCEEDED
This search operation has sent the maximum of %d entries to the client
|
static LocalizableMessageDescriptor.Arg1<Number> |
CoreMessages.ERR_SEARCH_TIME_LIMIT_EXCEEDED
The maximum time limit of %d seconds for processing this search operation has expired
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_SEARCH_UNSUPPORTED_CRITICAL_CONTROL
The search request cannot be processed because it contains a critical control with OID %s that is not supported by the Directory Server for this type of operation
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_SEARCHING_DOMAIN_BACKEND
An unexpected error occurred when looking for the replicated backend : %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SEDCM_NO_USER_FOR_DN
Could not map the provided certificate chain to a user because no user entry exists with a DN of %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SEDCM_PEER_CERT_NOT_X509
Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s)
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_SERVER_BOOTSTRAP_ERROR
An unexpected error occurred while attempting to bootstrap the Directory Server client-side code: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.ERR_SERVER_CONSTRAINT_EXCEPTION
A configuration exception occurred while evaluating a constraint: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_SERVICE_DISCOVERY_CONFIG_MANAGER_LISTENER
Registering Service Discovery Manager's listener failed : %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_SESSION_STARTUP_INTERRUPTED
%s was interrupted in the startup phase
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_ACCESSING_PKCS11_KEYSTORE
Could not access the PKCS#11 keystore.
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_CANNOT_CREATE_PKCS11_KEYMANAGER
An error occurred while creating the PKCS#11 key manager provider: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_CANNOT_UPDATE_DIGEST_MD5_FQDN
An error occurred while attempting to update the FQDN for the DIGEST-MD5 SASL mechanism: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_CANNOT_UPDATE_LDAP_PORT
An error occurred while attempting to update the port on which to listen for LDAP communication: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_CANNOT_WRITE_REJECTED_ENTRIES_FILE
Cannot write to rejected entries LDIF file '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_CANNOT_WRITE_SKIPPED_ENTRIES_FILE
Cannot write to skipped entries LDIF file '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_CLI_TRUSTSTORE_PASSWORD_WITHOUT_FILE
The --%s option should only be provided when using a file based trust store option
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_CONFIG_CREATE_REPLICATION_DISCOVERY
An error occurred while creating the replication service discovery mechanism: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_CONFIG_CREATE_STATIC_DISCOVERY
An error occurred while creating the static service discovery mechanism: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_CONFIG_PROXY_BACKEND
An error occurred while creating proxy backend: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_CONFIGURING_PASSWORD
An error occurred while writing password in configuration file: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_COPY_FILE_CHANGE_RIGHTS
Unable to set access permissions to allow write operations on file '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_CREATE_INSTANCE_LOC_FILE
An error occurred while trying to write instance.loc file: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_CREATING_FILE_BASED_TRUST_MANAGER_PROVIDER
An error occurred while creating the file based trust manager provider: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_CREATING_INSTANCE_DIRECTORY
Unable to create server instance directory '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_DISABLE_API_ENDPOINT
Unable to disable the /api HTTP endpoint because: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_DISPLAY_LICENSE_FILE
Unable to display license because '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_ENABLING_HTTP_ACCESS_LOGGER
Unable to enable the file based HTTP access logger because: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_ENCODING_PASSWORD
Unable to encode provided password because '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_FILE_TRUSTSTORE
The provided truststore file '%s' must be an existing readable file
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_INSTANCE_PARENT_PATH_NOT_VALID_DIRECTORY
The instance parent (%s) must be a valid existing directory
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_INTERACTIVE_INSTANCE_ALREADY_CONFIGURED
There is already a server instance configured in the directory %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_INTERACTIVE_LICENSE_NOT_ACCEPTED
License not accepted, %s will exit
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_INVALID_INSTALL_PATH
The provided server install path '%s' must reference an existing directory
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_LICENSE_NOT_ACCEPTED_NON_INTERACTIVE
You must accept the product license to run setup.
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_LOCAL_BACKEND_NAME_EXISTS
Backend names must be unique.
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_LOCAL_BASE_DN_EXISTS
There is already a base DN named '%s' in the server
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_MUST_PROVIDE_CERTNICKNAME
The keystore contains the following certificate nicknames: %s.%nYou have to provide the nickname of the certificate you want to use
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_NO_PRIVATE_KEY_IN_KEYSTORE
No private key entry found in keystore '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_PASSWORD_FILE_INVALID
The provided password file '%s' must be an existing readable file
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_PASSWORD_FILE_MULTIPLE_LINES
Invalid content for password file '%s'.
|
static LocalizableMessageDescriptor.Arg1<Number> |
SetupMessages.ERR_SETUP_PASSWORD_TOO_SHORT
Root DN user password must have a minimum length of %d characters
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_PATCH_CONFIG_LDIF
An error occurred while modifying the configuration to harden it: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_UNABLE_TO_EDIT_JAVA_HOME
Unable to edit runtime settings file because '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_UNABLE_TO_READ_INSTANCE_PATH
An error occurred while trying to read instance.loc file: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_UNABLE_TO_READ_KEYSTORE_FILE
The provided keystore file '%s' must be an existing readable file
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_UNABLE_TO_READ_LDIF_FILE
The provided LDIF file '%s' must be an existing readable file
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_UNEXPECTED
An unexpected error has been raised during setup: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_UPDATING_HTTP_PORT
An error occurred while attempting to update the HTTP connector port: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.ERR_SETUP_UPDATING_HTTPS_PORT
An error occurred while attempting to update the HTTPS connector: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_SKIP_FILE_EXISTS
The specified skip file %s already exists and the import configuration indicates that no attempt should be made to append to or replace the file
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SMTP_ASNH_NO_MAIL_SERVERS_CONFIGURED
The SMTP account status notification handler defined in configuration entry %s cannot be enabled unless the Directory Server is with information about one or more SMTP servers
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SMTP_ASNH_NO_RECIPIENTS
SMTP account status notification handler configuration entry '%s' does not include any email address attribute types or recipient addresses.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_SNMP_CONNHANDLER_OPENDMK_JARFILES_DOES_NOT_EXIST
The specified OpenDMK jar file '%s' could not be found.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_SNMP_CONNHANDLER_OPENDMK_JARFILES_NOT_OPERATIONAL
The required classes could not be loaded using jar file '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_SNMP_CONNHANDLER_TRAPS_DESTINATION
Traps Destination %s is an unknown host.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_SOFTREFCACHE_CANNOT_INITIALIZE
A fatal error occurred while trying to initialize soft reference entry cache: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_START_DATETIME_ALREADY_PASSED
The specified start time '%s' has already passed
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_STATICGROUP_GROUP_INSTANCE_INVALID
Group instance with DN %s has been deleted and is no longer valid
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_STOPDS_CANNOT_INITIALIZE_SSL
ERROR: Unable to perform SSL initialization: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_STOPDS_CANNOT_PARSE_SASL_OPTION
ERROR: The provided SASL option string "%s" could not be parsed in the form "name=value"
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_STOPDS_DATETIME_ALREADY_PASSED
The specified stop time '%s' has already passed
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_STOPDS_DECODE_ERROR
ERROR: An error occurred while trying to decode the response from the server: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_STOPDS_INVALID_RESPONSE_TYPE
ERROR: Expected an add response message but got a %s message instead
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_STOPDS_IO_ERROR
ERROR: An I/O error occurred while attempting to communicate with the Directory Server: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_SUBENTRIES_CANNOT_DECODE_VALUE
Cannot decode the provided subentries control because an error occurred while attempting to decode the control value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_SUFFIXES_CANNOT_BE_INITIALIZED
The following base DNs cannot be initialized because they are not replicated or they are not configured on both servers:%n%s
|
static LocalizableMessageDescriptor.Arg1<Object> |
TaskMessages.ERR_TASK_ADDSCHEMAFILE_CANNOT_LOCK_SCHEMA
Unable to add one or more files to the server schema because the server was unable to obtain a write lock on the schema entry %s after multiple attempts
|
static LocalizableMessageDescriptor.Arg1<Object> |
TaskMessages.ERR_TASK_ADDSCHEMAFILE_SCHEMA_VALIDATION_ERROR
The changes made by the add schema file task failed schema validation: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
TaskMessages.ERR_TASK_CANNOT_DISABLE_BACKEND
The task could not disable a backend: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
TaskMessages.ERR_TASK_CANNOT_ENABLE_BACKEND
The task could not enable a backend: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TASK_CLIENT_INVALID_RESPONSE_TYPE
ERROR: Expected an add response message but got a %s message instead
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TASK_CLIENT_TASK_STATE_UNKNOWN
State for task '%s' cannot be determined
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TASK_CLIENT_UNCANCELABLE_TASK
Task '%s' has finished and cannot be canceled
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TASK_CLIENT_UNKNOWN_TASK
There are no tasks defined with ID '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
TaskMessages.ERR_TASK_DISCONNECT_INVALID_CONN_ID
Unable to decode value %s as an integer connection ID
|
static LocalizableMessageDescriptor.Arg1<Object> |
TaskMessages.ERR_TASK_DISCONNECT_INVALID_NOTIFY_CLIENT
Unable to decode value %s as an indication of whether to notify the client before disconnecting it.
|
static LocalizableMessageDescriptor.Arg1<Object> |
TaskMessages.ERR_TASK_DISCONNECT_NO_CONN_ID
Attribute %s must be provided to specify the connection ID for the client to disconnect
|
static LocalizableMessageDescriptor.Arg1<Object> |
TaskMessages.ERR_TASK_DISCONNECT_NO_SUCH_CONNECTION
There is no client connection with connection ID %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
TaskMessages.ERR_TASK_RESET_CHANGE_NUMBER_CHANGELOG_NOT_FOUND
No changelog database was found for baseDN '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
TaskMessages.ERR_TASK_RESET_CHANGE_NUMBER_FAILED
Unable to reset the change number index: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
TaskMessages.ERR_TASK_RESET_CHANGE_NUMBER_INVALID
Invalid change number (%d) specified, it must be greater than zero
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TASK_TOOL_DECODE_ERROR
ERROR: An error occurred while trying to decode the response from the server: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TASK_TOOL_IO_ERROR
ERROR: An I/O error occurred while attempting to communicate with the Directory Server: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TASK_TOOL_LDAP_ERROR
ERROR: The server rejected the task for the following reason: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TASK_TOOL_START_TIME_NO_LDAP
You have provided options for scheduling this operation as a task but options provided for connecting to the server's tasks backend resulted in the following error: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKBE_BACKING_FILE_EXISTS
The specified task data backing file %s already exists and the Directory Server will not attempt to overwrite it.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKBE_DELETE_INVALID_ENTRY
Unable to remove entry %s from the task backend because its DN is either not appropriate for that backend or it is not below the scheduled or recurring tasks base entry
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK
Unable to remove entry %s from the task backend because there is no recurring task associated with that entry DN
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKBE_DELETE_NO_SUCH_TASK
Unable to remove entry %s from the task backend because there is no scheduled task associated with that entry DN
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKBE_DELETE_RUNNING
Unable to delete entry %s from the task backend because the associated task is currently running
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKBE_ERROR_GETTING_BACKING_FILE
An error occurred while attempting to determine the new path to the task data backing file: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKBE_INVALID_BACKING_FILE_PATH
The specified path %s for the new task data backing file appears to be an invalid path.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY
Unable to obtain a write lock on entry %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKBE_MODIFY_COMPLETED
Entry %s cannot be modified because the assoicated task has completed running.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKBE_MODIFY_INVALID_ENTRY
Entry %s cannot be modified because it does not represent a task entry.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKBE_MODIFY_NO_SUCH_TASK
Entry %s cannot be modified because it does not represent a valid task in the server
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKBE_MODIFY_RECURRING
Entry %s cannot be modified because the server does not currently support modifying recurring task entries
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKBE_MODIFY_RUNNING
The task associated with entry %s is currently running.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKBE_SEARCH_INVALID_BASE
Unable to process the search operation in the task backend because the provided base DN %s is not valid for entries in the task backend
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK
Unable to process the search operation in the task backend because there is no recurring task associated with the provided search base entry %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKBE_SEARCH_NO_SUCH_TASK
Unable to process the search operation in the task backend because there is no scheduled task associated with the provided search base entry %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TASKINFO_INVALID_MENU_KEY
Invalid menu item or task number '%s'
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.ERR_TASKINFO_NOT_CANCELABLE_TASK_INDEX
Task at index %d is not cancelable
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TASKINFO_TASK_NOT_CANCELABLE_TASK
Error: task %s is not in a cancelable state
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TASKINFO_UNKNOWN_TASK_ENTRY
There are no tasks with ID %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKS_CANNOT_EXPORT_TO_FILE
An error occurred while attempting to export task backend data: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKSCHED_DUPLICATE_RECURRING_ID
Unable to add recurring task %s to the task scheduler because another recurring task already exists with the same ID
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKSCHED_DUPLICATE_TASK_ID
Unable to schedule task %s because another task already exists with the same ID
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKSCHED_MULTIPLE_CLASS_TYPES
The provided task entry contains multiple attributes with type %s, which is used to hold the task class name, but only a single instance is allowed
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKSCHED_MULTIPLE_CLASS_VALUES
The provided task entry contains multiple values for the %s attribute, which is used to specify the task class name, but only a single value is allowed
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKSCHED_NO_CLASS_ATTRIBUTE
The provided task entry does not contain attribute %s which is needed to specify the fully-qualified name of the class providing the task logic
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKSCHED_NO_CLASS_VALUES
The provided task entry does not contain any values for the %s attribute, which is used to specify the fully-qualified name of the class providing the task logic
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKSCHED_NOT_ALLOWED_TASK
The Directory Server is not configured to allow task %s to be invoked
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK
Unable to remove completed task %s because no such task exists in the list of completed tasks
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK
Unable to remove pending task %s because no such task exists
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING
Unable to remove pending task %s because the task is no longer pending
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TASKTOOL_OPTIONS_FOR_TASK_ONLY
The option %s is only applicable when scheduling this operation as a task
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TOOL_ERROR_MESSAGE
Additional Information: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TOOL_INVALID_CONTROL_STRING
Invalid control specification '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TOOL_MATCHED_DN
Matched DN: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TOOLS_CANNOT_CREATE_SSL_CONNECTION
Unable to create an SSL connection to the server: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TOOLS_CANNOT_INIT_KEYMANAGER
Cannot initialize the key manager for the key store:%s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TOOLS_CANNOT_INIT_TRUSTMANAGER
Cannot initialize the key manager for the key store:%s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TOOLS_CANNOT_LOAD_KEYSTORE_FILE
Cannot load the key store file: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TOOLS_CANNOT_LOAD_TRUSTSTORE_FILE
Cannot load the key store file: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
UtilityMessages.ERR_TRIES_LIMIT_REACHED
Input tries limit reached (%d)
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TRUSTING_CERTIFICATE
Unable to trust the certificate because: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_TRUSTING_CERTIFICATE_PERMANENTLY
Unable to trust the certificate permanently, certificate will be trusted only for this session.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TRUSTSTORE_ALIAS_IN_USE
The certificate entry %s already exists
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE
Unable to process entry %s in the trust store backend because the requested DN is one level below the base DN but does not specify a certificate name
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_TRUSTSTORE_INVALID_BASE
Requested entry %s does not exist in the trust store backend
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERR_TRUSTSTORESYNC_EXCEPTION
An error occurred in the trust store synchronization thread: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_UNABLE_TO_LOAD_CONFIGURATION_ENABLED_SCHEMA
Unable to load the configuration-enabled schema: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_UNABLE_TO_PURGE_ENTRIES
An unexpected error occurred while purging expired entries: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.ERR_UNABLE_TO_RETRIEVE_CHILDREN_OF_CONFIGURATION_ENTRY
Unable to retrieve children of configuration entry with dn: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_UNCHECKED_EXCEPTION
Unchecked exception during database transaction: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.ERR_UNEXPECTED
Unexpected error.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.ERR_UNEXPECTED_EXCEPTION_ON_CLIENT_CONNECTION
Exception on the underlying client connection: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS
%n%nThe graphical Uninstall launch failed.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERR_UNINSTALL_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE
The following errors were encountered reading the configuration of the existing servers:%n%s%nDo you want the uninstaller to try to remove the references to this server in a best-effort mode?
|
static LocalizableMessageDescriptor.Arg1<Number> |
ExtensionMessages.ERR_UNIQUECHARS_VALIDATOR_NOT_ENOUGH_UNIQUE_CHARS
The provided password does not contain enough unique characters.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_UNKNOWN_DN
The base DN %s is not stored by any of the Directory Server backend
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_UNKNOWN_TYPE
Unknown operation type : %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
ReplicationMessages.ERR_UNRECOGNIZED_RECORD_VERSION
Cannot decode change-log record with version %x
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_UPGRADE_CONFIG_ERROR_UPGRADE_FOLDER
An error occurred when trying to upgrade the config/upgrade folder: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_UPGRADE_CORRUPTED_TEMPLATE
'%s' is missing or empty, it is probably corrupted
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_UPGRADE_DISPLAY_CONFIRM_ERROR
An unexpected error occurred while attempting to display a confirmation : %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_UPGRADE_DISPLAY_NOTIFICATION_ERROR
An unexpected error occurred while attempting to display a notification: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.ERR_UPGRADE_FAILS
The upgrade failed because %d errors were encountered.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_UPGRADE_INVALID_LOG_FILE
Invalid log file %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_UPGRADE_MAIN_UPGRADE_PROCESS
The upgrade failed to complete for the following reason: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_UPGRADE_READING_CONF_FILE
An error occurred while reading configuration file: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_UPGRADE_RENAME_SNMP_SECURITY_CONFIG_FILE
An error occurred when trying to rename the SNMP security config file: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_UPGRADE_TASKS_FAIL
An error occurred while performing an upgrade task: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_UPGRADE_VERSION_UP_TO_DATE
OpenDJ has already been upgraded to version %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_VATTR_NOT_SEARCHABLE
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_VERIFY_DN2ID_MISSING_KEY
File dn2id is missing key %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_VERIFY_EMPTY_IDSET
Empty ID set: %n%s
|
static LocalizableMessageDescriptor.Arg1<Number> |
BackendMessages.ERR_VERIFY_ID2COUNT_WRONG_ID
File id2ChildrenCount references non-existing EntryID <%d>.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_VERIFYINDEX_ERROR_DURING_VERIFY
An error occurred while attempting to perform index verification: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_VIRTUAL_STATIC_GROUP_ALTERING_MEMBERS_NOT_SUPPORTED
Altering membership for virtual static group %s is not allowed
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_VIRTUAL_STATIC_GROUP_MULTIPLE_TARGETS
The virtual static group defined in entry %s contains multiple target group DNs, but only one is allowed
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.ERR_VIRTUAL_STATIC_GROUP_NO_TARGET
The virtual static group defined in entry %s does not contain a target group definition
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_VLV_BAD_ASSERTION
Unable to process the virtual list view request because the target assertion could not be decoded as a valid value for the '%s' attribute type
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.ERR_VLV_INDEX_NOT_CONFIGURED
There is no VLV index configured with name '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_WINDOWS_SERVICE_CLEANUP_ERROR
An unexpected error occurred cleaning up the service %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.ERR_WINDOWS_SERVICE_CLEANUP_NOT_FOUND
Could not find the service with name %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.ERR_WINDOWS_SERVICE_ENABLING_ERROR_STARTING_SERVER
The Windows Service was successfully configured but there was an error starting it.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.ERR_WRITER_UNEXPECTED_EXCEPTION
An unexpected error happened handling connection with %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.ERROR_RESET_CHANGE_NUMBER_EXCEPTION
An error occured while processing task reset change number: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.ERROR_ROUTER_UNEXPECTED_EXCEPTION
An error occurred in the router while handling the request '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.INFO_ACI_ADD_LIST_GLOBAL_ACIS
Added %s Global Access Control Instruction (ACI) attribute types to the access control evaluation engine
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.INFO_ACI_HANDLER_FAIL_PROCESS_GLOBAL_ACI
An unexpected error occurred while processing the ds-cfg-global-aci attribute in configuration entry %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
UtilityMessages.INFO_ADMIN_CONN_PROMPT_PORT_NUMBER
Directory server administration port number [%d]:
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.INFO_ADMIN_CONN_PROMPT_PORT_NUMBER
Directory server administration port number [%d]:
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_ADS_CONTEXT_EXCEPTION_MSG
Registration information error.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_ALREADY_NOT_REPLICATED_SUFFIXES
The following base DNs are not replicated:%n%s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_ALREADY_REPLICATED_SUFFIXES
The following base DNs are already replicated between the two servers:%n%s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_ATTRIBUTES_ARE_SUPERIOR
The selected attributes are superior of the following attributes: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_ATTRIBUTES_WITH_DEPENDENCIES
The selected attributes are optional or required by the following object classes: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_AVAILABLE_DEFINED_TASKS
The available defined tasks are:%s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_BIND_AUTHZID_RETURNED
# Bound with authorization ID %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.INFO_BIND_GRACE_LOGINS_REMAINING
# You have %d grace logins remaining
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_BIND_PASSWORD_EXPIRING
# Your password will expire in %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
CoreMessages.INFO_CANCELED_BY_ABANDON_REQUEST
The operation was canceled because the client issued an abandon request (message ID %d) for this operation
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_CERTIFICATE_EXCEPTION_CAUSE
Certificate exception cause: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CERTIFICATE_EXPIRED
%s - Expired
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CERTIFICATE_NOT_VALID_YET
%s - Not valid yet
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.INFO_CHANGELOG_LOG_FILE_RECOVERED
Log file '%s' was successfully recovered by removing a partially written record
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CLI_UNINSTALL_CONFIRM_OUTSIDEDBS
The Directory Server contains database files in the following locations outside the server path:%n%s%nRemove these files?
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CLI_UNINSTALL_CONFIRM_OUTSIDELOGS
The Directory Server contains log files in the following locations outside the server path:%n%s%nRemove these files?
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_COMPARE_CANNOT_READ_ASSERTION_VALUE_FROM_FILE
Unable to read the assertion value from the specified file: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_COMPARE_OPERATION_RESULT_FALSE
Compare operation returned false for entry %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_COMPARE_OPERATION_RESULT_TRUE
Compare operation returned true for entry %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.INFO_CONFIG_BACKEND_DISABLED
The backend defined in configuration entry %s is marked as disabled and therefore will not be used
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.INFO_CONFIG_PWPOLICY_REMOVED_POLICY
Password policy entry %s has been removed from the Directory Server configuration.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CONFIGURE_REPLICATION_INITIALIZING_ADS_ALL
Initializing registration information with the contents of server %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CONTROL_PANEL_TITLE
%s Control Panel
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_AUXILIARY_OBJECTCLASS_DESCRIPTOR
Auxiliary objectclasses: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.INFO_CTRL_BROWSER_NUMBER_OF_ENTRIES
Number of Entries: %d
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_OBJECTCLASS_DESCRIPTOR
Objectclass: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_ADDING_TO_GROUP
Updating group '%s'
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.INFO_CTRL_PANEL_ADMIN_CONNECTOR_DESCRIPTION
Port %d (LDAPS)
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.INFO_CTRL_PANEL_ADMINISTRATION_CONNECTOR_NAME
%d - Administration Connector
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_ATTRIBUTE_USAGE_OPERATIONAL
%s (operational)
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_AUTHENTICATED_AS
Authenticated as '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_AVERAGE_HEADER
%s Avg per second
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CANNOT_CONNECT_TO_REMOTE_DETAILS
The remote server '%s' might be down or the provided authentication is no longer valid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CONFIRM_REBUILD_INDEX_DETAILS
During the rebuilding of the indexes the backend '%s' will be disabled and none of its suffixes will be accessible.
Do you want to continue? |
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CONFIRMATION_DELETE_ATTRIBUTE_DETAILS
Are you sure you want to delete the attribute '%s' defined in the schema?
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CONFIRMATION_DELETE_OBJECTCLASS_DETAILS
Are you sure you want to delete the object class '%s' defined in the schema?
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CONFIRMATION_DELETE_SCHEMA_ELEMENTS_MSG
Are you sure you want to delete the elements '%s' defined in the schema?
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CONFIRMATION_EXPORT_LDIF_DETAILS
File '%s' exists and its contents will be overwritten.
Do you want to continue? |
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CONFIRMATION_INITIALIZE_ALL_DETAILS
The following base DNs are replicated:
%s In order for replication to work, these base DNs must be initialized once the import of the LDIF is finished. Do you want to initialize the contents of the replicated base DNs automatically in the remote servers once the import LDIF has finished? Note that if you click 'Yes' all the data in the remote server base DNs will be overwritten. |
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CONTENTS_OF_FILE
- Contents of file '%s' -
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CREATING_ATTRIBUTE_PROGRESS
Creating attribute '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUCCESSFUL
The attribute '%s' was successfully created.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUMMARY
Creating attribute '%s'...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CREATING_BASE_DN_SUCCESSFUL
The base DN '%s' was successfully created.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CREATING_BASE_DN_SUMMARY
Creating base DN '%s'...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CREATING_ENTRY
Creating entry '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CREATING_NEW_INDEX_PROGRESS
Creating index '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_DETAILS
The new index '%s' was successfully created.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUMMARY
Creating new index '%s'...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_PROGRESS
Creating VLV index '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_DETAILS
The new VLV index '%s' was successfully created.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUMMARY
Creating new VLV index '%s'...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CREATING_OBJECTCLASS_PROGRESS
Creating object class '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUCCESSFUL
The object class '%s' was successfully created.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUMMARY
Creating object class '%s'...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DEFAULT_DEFINED_IN_SYNTAX
- Default defined in syntax (%s) -
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DEFINED_IN_SCHEMA_FILE
Defined in file: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETE_BACKEND_DESCRIPTION
Delete backend '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETE_BACKENDS_DESCRIPTION
Delete backends '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETE_BASE_DN_DESCRIPTION
Delete base DN '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETE_BASE_DNS_DESCRIPTION
Delete base DNs %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETE_ENTRY_CONFIRMATION_DETAILS
Do you want to delete entry '%s'?
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETE_INDEX_IN_BACKENDS_TASK_DESCRIPTION
Delete indexes in backends '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETE_INDEX_TASK_DESCRIPTION
Delete indexes in backend '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETE_SUBTREE_CONFIRMATION_DETAILS
Do you want to delete subtree '%s' (including all the entries below it on the tree)?
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETING_ATTRIBUTE
Deleting attribute '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUCCESSFUL
The attribute '%s' was successfully deleted
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUMMARY
Deleting attribute '%s'...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETING_BACKEND
Deleting backend '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETING_BASE_DN
Deleting base DN '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETING_BASE_DNS
Deleting base DNs %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETING_DOMAIN
Disabling replication of base DN '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETING_ENTRY_SUCCESSFUL
The entry '%s' was successfully deleted.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETING_ENTRY_SUMMARY
Deleting '%s'...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETING_INDEX
Deleting index '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETING_OBJECTCLASS
Deleting objectclass '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUCCESSFUL
The object class '%s' was successfully deleted
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUMMARY
Deleting object class '%s'...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUCCESSFUL
The schema elements '%s' were successfully deleted
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETING_SUBTREE_SUCCESSFUL
The subtree '%s' was successfully deleted.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETING_SUBTREE_SUMMARY
Deleting subtree '%s'...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DELETING_VLV_INDEX
Deleting VLV index '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_DETAILS_THROWABLE
Details: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.INFO_CTRL_PANEL_ENTRIES_DELETED
%d entries deleted.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_ATTRIBUTE_ONLINE
Equivalent command line to add attribute '%s':
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_OBJECTCLASS_ONLINE
Equivalent command line to add object class '%s':
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CANCEL_TASK
Equivalent command-line to cancel task '%s':
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_ATTRIBUTE_ONLINE
Equivalent command line to delete attribute '%s':
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_DOMAIN
Equivalent command line to disable replication on base DN '%s':
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_ENTRY
Equivalent command line to delete entry '%s':
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_OBJECTCLASS_ONLINE
Equivalent command line to delete object class '%s':
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_REBUILD_INDEX
Equivalent command line to rebuild indexes in '%s':
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_SUMMARY
An error occurred trying to connect to the server to read data.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_ERROR_CONNECTING_TO_LOCAL
The following errors occurred connecting to the local server:
%s If you continue without providing authentication no monitoring information will be displayed. Do you want to continue? |
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_EXPLANATION_TO_MODIFY_ATTRIBUTE
To modify attribute '%s' it will be deleted and then recreated.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_EXPLANATION_TO_MODIFY_OBJECTCLASS
To modify object class '%s' it will be deleted and then recreated.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_EXPORTING_LDIF_SUMMARY
Exporting from backend '%s'...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_IMPORTING_LDIF_SUMMARY
Importing to backend '%s'...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_INVALID_FILTER_DETAILS
The provided filter is not valid.
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.INFO_CTRL_PANEL_INVALID_PERIOD_VALUE
The period time must be an integer positive value smaller than %d seconds.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_LAUNCH_LATER_SUMMARY
Launch on %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_LAUNCH_PERIODICALLY_SUMMARY
Launch periodically with CRON schedule '%s'
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.INFO_CTRL_PANEL_MAXIMUM_CHILDREN_DISPLAYED
Maximum %d Children Displayed.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_MODIFY_ATTRIBUTE_TASK_DESCRIPTION
Modify attribute '%s' in schema
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_MODIFY_ENTRY_TASK_DESCRIPTION
Modify entry '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_MODIFY_OBJECTCLASS_TASK_DESCRIPTION
Modify object class '%s' in schema
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_MODIFYING_ATTRIBUTE_SUCCESSFUL
The attribute '%s' was successfully modified
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_MODIFYING_ATTRIBUTE_SUMMARY
Modifying attribute '%s'...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_MODIFYING_ENTRY
Modifying entry '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_MODIFYING_ENTRY_SUCCESSFUL
The entry '%s' was successfully updated.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_MODIFYING_ENTRY_SUMMARY
Saving changes of entry '%s'...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_MODIFYING_INDEX_PROGRESS
Modifying index '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_MODIFYING_INDEX_SUMMARY
Modifying index %s...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_MODIFYING_OBJECTCLASS_SUCCESSFUL
The object class '%s' was successfully modified
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_MODIFYING_OBJECTCLASS_SUMMARY
Modifying object class '%s'...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_PROGRESS
Modifying VLV index '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_SUMMARY
Modifying VLV index %s...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_MUST_DEFINE_INDEX
You must define the index '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_NEW_ATTRIBUTE_TASK_DESCRIPTION
Create new attribute '%s' in schema.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_NEW_ATTRIBUTES_TASK_DESCRIPTION
Creating new attributes '%s' in schema.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_NEW_ENTRY_TASK_DESCRIPTION
New entry '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_NEW_OBJECTCLASS_TASK_DESCRIPTION
Create new object class '%s' in schema.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_NEW_OBJECTCLASSES_TASK_DESCRIPTION
Creating new object classes '%s' in schema.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_NOT_AUTHENTICATED_SERVER_REMOTE
User not authenticated (could not connect to server '%s')
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_OBJECTCLASS_CELL_PANEL_AUXILIARY
Auxiliary: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_OFFLINE_COMMAND_LINE_CELL
%s (Offline) (**)
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_ONLINE_COMMAND_LINE_CELL
%s (Online) (*)
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_OPERATION_NAME_AS_LABEL
%s:
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_REBUILD_INDEX_TASK_DESCRIPTION
Rebuild indexes in '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_REBUILDING_INDEXES_SUMMARY
Rebuilding indexes in backend '%s'...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_RESET_USER_PASSWORD_TASK_DESCRIPTION
Reset password for entry '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_RESTORING_SUMMARY
Restoring contents of backup '%s'...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_RUN_BACKUP_SUMMARY
Creating backup of backend '%s'...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_RUNNING_TASKS_CHANGE_SERVER_CONFIRMATION_DETAILS
The following tasks are running:
%s If you connect to another server the tasks will continue but you will have to check the log files to see if they complete successfully. Do you want to continue? |
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_RUNNING_TASKS_CONFIRMATION_DETAILS
The following tasks are running:
%s If you exit the tasks will continue but you will have to check the log files to see if they complete successfully. Do you want to continue? |
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.INFO_CTRL_PANEL_SCHEMA_ELEMENT_NUMBER
Number of Elements: %d
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_SCHEMA_FILE_ATTRIBUTE_HELP
The file (under 'config%sschema') where the attribute definition will be stored.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_SCHEMA_FILE_OBJECTCLASS_HELP
The file (under 'config%sschema') where the object class definition will be stored.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_SERVER_RUNTIME_CELL
%s (Server Runtime)
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_TASK_TO_SCHEDULE_SUMMARY
Specify when the task '%s' will be launched.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_TASK_TO_SCHEDULE_TITLE
'%s' Task Schedule
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_UNSAVED_ATTRIBUTE_CHANGES_DETAILS
Save Changes to attribute: '%s'?
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_UNSAVED_ENTRY_CHANGES_DETAILS
Save Changes to entry: '%s'?
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_UNSAVED_INDEX_CHANGES_DETAILS
Save Changes to index: '%s'?
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_UNSAVED_OBJECTCLASS_CHANGES_DETAILS
Save Changes to object class: '%s'?
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_UPDATING_SCHEMA_FILE_PROGRESS
Adding schema elements to schema file '%s'...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_VERIFY_INDEX_TASK_DESCRIPTION
Verify indexes in '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_VERIFYING_BACKUP_SUMMARY
Verifying contents of backup '%s'...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_VERIFYING_INDEXES_SUMMARY
Verifying contents of indexes in '%s'...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_VLV_ASCENDING_VLV_INDEX
%s (ascending)
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_VLV_DESCENDING_VLV_INDEX
%s (descending)
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_CTRL_PANEL_VLV_INDEX_CELL
%s - VLV Index
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_DESCRIPTION_CONFIGURE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE
Use the second server to initialize the schema of the first server.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_DESCRIPTION_REPLICATION_ADMIN_UID
User ID of the Global Administrator to use to bind to the server.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION
Initialize the contents of the data under the specified base DN on all the servers whose contents are being replicated with the contents on the specified server.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION
Initialize the contents of the data under the specified base DN on the destination server with the contents on the source server.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION
This subcommand must be called after initializing the contents of all the replicated servers using the tool import-ldif or the binary copy method.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION
This subcommand must be called before initializing the contents of all the replicated servers using the tool import-ldif or the binary copy method.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.INFO_DIGEST_MD5_REALM
DIGEST-MD5 SASL mechanism using a realm of: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.INFO_DISABLE_CONNECTION
Disabling %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
CoreMessages.INFO_ERGONOMIC_SIZING_OF_WORKER_THREAD_POOL
No worker queue thread pool size specified: sizing automatically to use %d threads
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_ERROR_BROWSER_DISPLAY_MSG
Could not launch the web browser.
You can copy and paste the following URL manually into your web browser: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_ERROR_DELETING_DIRECTORY
An error occurred while deleting directory '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_ERROR_DELETING_DIRECTORY
Error deleting directory %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_ERROR_DELETING_FILE
An error occurred while deleting file '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_ERROR_DELETING_FILE
Error deleting file %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_ERROR_LAUNCHING_INITIALIZATION
Error launching initialization with contents from server %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_ERROR_POLLING_INITIALIZATION
Error reading the progress of the initialization with contents from server %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_ERROR_READING_CONFIG_LDAP_CERTIFICATE
Error reading data from server.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_ERROR_READING_SERVER_CONFIGURATION
Error reading configuration.
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.INFO_ERROR_STARTING_SERVER_CODE
Error Starting Directory Server.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExternalMessages.INFO_EXTERNAL_LIB_MESSAGE
%s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.INFO_EXTERNAL_PROCESS_START
Launch external process: '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.INFO_EXTERNAL_PROCESS_STDOUT
External process standard output:
%s
|
static LocalizableMessageDescriptor.Arg1<Number> |
ExtensionMessages.INFO_EXTOP_CANCEL_REASON
Processing on this operation was terminated as a result of receiving a cancel request (message ID %d)
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_FRAME_UNINSTALL_TITLE
%s Uninstall
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.INFO_GENERAL_PROVIDE_LOG_IN_ERROR
See %s for a detailed log of the failed operation.%nPlease report this error and provide the log file mentioned above.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_GENERAL_SEE_FOR_DETAILS
See %s for a detailed log of this operation.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.INFO_GETEFFECTIVERIGHTS_DECODE_ERROR
Cannot decode the provided geteffectiverights request control: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.INFO_GETEFFECTIVERIGHTS_INVALID_AUTHZID
The authorization ID "%s" contained in the geteffectiverights control is invalid because it does not start with "dn:" to indicate a user DN
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.INFO_GSSAPI_PRINCIPAL_NAME
GSSAPI mechanism using a principal name of: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.INFO_GSSAPI_SERVER_FQDN
GSSAPI SASL mechanism using a server fully qualified domain name of: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.INFO_INDEX_FILTER_INDEX_LIMIT_EXCEEDED
The filter value exceeded the index entry limit for the %s index
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.INFO_INDEX_FILTER_INDEX_NOT_TRUSTED
%s index is invalid and needs to be rebuilt
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_INITIALIZE_PROGRESS_WITH_PROCESSED
%s entries processed.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_INITIALIZE_PROGRESS_WITH_UNPROCESSED
%s remaining to be processed.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_INSTALLDS_BACKEND_TYPE_USED
Backend Type: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_INSTALLDS_DESCRIPTION_BACKEND_TYPE
The type of the userRoot backend.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_INSTALLDS_PROMPT_CERTNICKNAME
Use nickname %s?
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_INSTALLDS_STATUS_COMMAND_LINE
To see basic server status and configuration, you can launch %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_JAVAPROPERTIES_DESCRIPTION_DESTINATION_FILE
The script file that will be written.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_JAVAPROPERTIES_DESCRIPTION_PROPERTIES_FILE
The properties file to be used to generate the scripts.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_JAVAPROPERTIES_SUCCESSFUL
The operation was successful.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_JAVAPROPERTIES_TOOL_DESCRIPTION
This utility can be used to change the java arguments and java home that are used by the different server commands.%n%nBefore launching the command, edit the properties file located in %s to specify the java arguments and java home.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LABEL_BACKEND_TOOL_INDEX
%nIndex: %s%n
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.INFO_LABEL_BACKEND_TOOL_KEY_FORMAT
Key (len %d):
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LABEL_BACKEND_TOOL_OVER_INDEX_LIMIT_KEYS
Over index-entry-limit keys: %s%n
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.INFO_LABEL_BACKEND_TOOL_TOTAL
%nTotal: %d%n
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.INFO_LABEL_BACKEND_TOOL_TOTAL_RECORDS
%nTotal Records: %d%n
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.INFO_LABEL_BACKEND_TOOL_VALUE_FORMAT
Value (len %d):
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.INFO_LDAP_CONN_GLOBAL_ADMINISTRATOR_OR_BINDDN_PROMPT
Global Administrator User ID, or bind DN if no Global Administrator is defined [%s]:
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LDAP_CONN_GLOBAL_ADMINISTRATOR_OR_BINDDN_PROMPT
Global Administrator User ID, or bind DN if no Global Administrator is defined [%s]:
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.INFO_LDAP_CONN_PROMPT_ADMINISTRATOR_UID
Global Administrator User ID [%s]:
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LDAP_CONN_PROMPT_ADMINISTRATOR_UID
Global Administrator User ID [%s]:
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.INFO_LDAP_CONN_PROMPT_BIND_DN
Administrator user bind DN [%s]:
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LDAP_CONN_PROMPT_BIND_DN
Administrator user bind DN [%s]:
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.INFO_LDAP_CONN_PROMPT_HOST_NAME
Directory server hostname or IP address [%s]:
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LDAP_CONN_PROMPT_HOST_NAME
Directory server hostname or IP address [%s]:
|
static LocalizableMessageDescriptor.Arg1<Number> |
UtilityMessages.INFO_LDAP_CONN_PROMPT_PORT_NUMBER
Directory server port number [%d]:
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.INFO_LDAP_CONN_PROMPT_PORT_NUMBER
Directory server port number [%d]:
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PASSWORD
Password for keystore '%s':
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PASSWORD
Password for keystore '%s':
|
static LocalizableMessageDescriptor.Arg1<Number> |
UtilityMessages.INFO_LDAP_CONN_PROMPT_SECURITY_PROTOCOL_DEFAULT_CHOICE
%d
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.INFO_LDAP_CONN_PROMPT_SECURITY_PROTOCOL_DEFAULT_CHOICE
%d
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PASSWORD
Password for truststore '%s':
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PASSWORD
Password for truststore '%s':
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE
%s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE
%s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_ISSUER
Issuer : %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_ISSUER
Issuer : %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_USER_DN
User DN : %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_USER_DN
User DN : %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LDAPAUTH_PASSWORD_PROMPT
Password for user '%s':
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LDAPPWMOD_ADDITIONAL_INFO
Additional Info: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LDAPPWMOD_GENERATED_PASSWORD
Generated Password: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LDAPPWMOD_PWPOLICY_ERROR
Password Policy Error: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.INFO_LDAPSEARCH_ACCTUSABLE_REMAINING_GRACE
# Number of grace logins remaining: %d
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LDAPSEARCH_ACCTUSABLE_TIME_UNTIL_EXPIRATION
# Time until password expiration: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LDAPSEARCH_ACCTUSABLE_TIME_UNTIL_UNLOCK
# Time until the account is unlocked: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.INFO_LDAPSEARCH_MATCHING_ENTRY_COUNT
# Total number of matching entries: %d
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LDAPSEARCH_PSEARCH_CHANGE_TYPE
# Persistent search change type: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LDAPSEARCH_PSEARCH_PREVIOUS_DN
# Persistent search previous entry DN: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.INFO_LDAPSEARCH_VLV_CONTENT_COUNT
# VLV Content Count: %d
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.INFO_LDAPSEARCH_VLV_TARGET_OFFSET
# VLV Target Offset: %d
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.INFO_LDIF_CONNHANDLER_ERROR_MESSAGE
Additional Info: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.INFO_LDIF_CONNHANDLER_MATCHED_DN
Matched DN: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.INFO_LDIF_CONNHANDLER_REFERRAL_URL
Referral URL: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.INFO_LDIF_CONNHANDLER_UNKNOWN_CHANGETYPE
Unsupported change type %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LDIFEXPORT_PATH_TO_LDIF_FILE
Exporting to %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LISTBACKENDS_NO_BACKEND_FOR_DN
The provided DN '%s' is not below any base DN for any of the backends configured in the Directory Server
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_LISTBACKENDS_NOT_BASE_DN
The provided DN '%s' is not a base DN for any backend configured in the Directory Server
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_OBJECTCLASSES_ARE_SUPERIOR
The selected object classes are superior of the following object classes: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_OPERATION_FAILED
%s operation failed
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.INFO_PLUGIN_PROFILER_ALREADY_PROFILING
The profiler plugin defined in configuration entry %s is already active, and therefore the request to start profiling has been ignored
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.INFO_PLUGIN_PROFILER_NOT_RUNNING
The profiler plugin defined in configuration entry %s received a request to stop capturing data but it was not active so no action has been taken
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.INFO_PLUGIN_PROFILER_STARTED_PROFILING
The profiler plugin defined in configuration entry %s has been activated and has started capturing data
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.INFO_PLUGIN_PROFILER_STOPPED_PROFILING
The profiler plugin defined in configuration entry %s has been stopped and is no longer capturing data
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STARTING
The Referential Integrity plugin has started background processing using the update interval %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
PluginMessages.INFO_PLUGIN_REFERENT_SEARCH_NO_SUCH_OBJECT
The Referential Integrity plugin failed when performing a search because the base DN %s does not exist
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.INFO_PROGRESS_CREATING_BASE_ENTRY
Creating base entry %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.INFO_PROGRESS_IMPORT_AUTOMATICALLY_GENERATED
Importing Automatically-Generated Data (%s Entries):
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.INFO_PROGRESS_IMPORT_AUTOMATICALLY_GENERATED_NON_VERBOSE
Importing automatically-generated data (%s entries)
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_PROGRESS_IMPORT_AUTOMATICALLY_GENERATED_REMOTE
Importing Automatically-Generated Data (%s Entries)
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.INFO_PROGRESS_IMPORTING_LDIF_FILE
Importing data from %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_PROGRESS_POST_EXTERNAL_INITIALIZATION
Updating replication information on base DN %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_PROGRESS_PRE_EXTERNAL_INITIALIZATION
Preparing base DN %s to be initialized externally
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE
Now you can proceed to the initialization of the contents of the base DNs on all the replicated servers.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_PROGRESS_REMOVING_REFERENCES
Removing references on %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_PROGRESS_RESUME_REPLICATION
Resuming replication on server %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_PROGRESS_SUSPEND_REPLICATION
Suspending replication on server %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.INFO_PROXY_PRIMARY_SERVERS_AVAILABLE
The primary servers for proxy backend '%s' are now available and will be used for proxying requests
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.INFO_PROXY_SECONDARY_SERVERS_AVAILABLE
The secondary servers for proxy backend '%s' are now available and will be used if the primary servers are unavailable
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.INFO_PROXY_SETUP_LOAD_BALANCING_ALGORITHM
Algorithm to use to load balance between servers.
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.INFO_PROXY_SETUP_SUBCOMMAND_DESCRIPTION
Install an OpenDJ proxy server instance.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_CONFIGURE_CONFIGURING_ADS
Updating registration configuration on server %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_CONFIGURE_CONFIGURING_REPLICATION_SERVER
Configuring Replication port on server %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_CONFIGURE_SECURE1_PROMPT
Do you want replication to use encrypted communication when connecting to replication port %s on the first server?
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_CONFIGURE_SECURE2_PROMPT
Do you want replication to use encrypted communication when connecting to replication port %s on the second server?
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_CONFIGURE_SUFFIX_PROMPT
Replicate base DN %s?
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_CONFIGURE_UPDATING_REPLICATION_SERVER
Updating remote references on server %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_CONFIRM_CONFIGURE_ADS
You chose to unconfigure replication on base DN %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_GENERIC
Initializing the contents of a base DN removes all the existing contents of that base DN.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_CONFIRM_RESUME
You chose to resume replication on server %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_CONFIRM_SUSPEND
You chose to suspend replication on server %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_CRITICAL_ERROR_DETAILS
Details: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_INITIALIZE_ALL_SUFFIX_PROMPT
Initialize base DN %s?
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_INITIALIZE_SUFFIX_PROMPT
Initialize base DN %s?
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_NON_INTERACTIVE
The equivalent non-interactive command-line is:%n%s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_ONLY_ONE_REPLICATION_SERVER_CONFIRM
Only one replication server will be defined for the following base DNs:%n%s%nIt is recommended to have at least two replication servers (two changelogs) to avoid a single point of failure in the replication topology.%nDo you want to continue?
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_ONLY_ONE_REPLICATION_SERVER_WARNING
Only one replication server will be defined for the following base DNs:%n%s%nIt is recommended to have at least two replication servers (two changelogs) to avoid a single point of failure in the replication topology.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_SUFFIX_PROMPT
Have you initialized with import-ldif or binary copy base DN %s?
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_SUFFIX_PROMPT
Are you going to initialize with import-ldif or binary copy base DN %s?
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_PROMPT_NO_REPLICATION_SERVER_TO_UNCONFIGURE
There is no replication server configured in '%s'.
|
static LocalizableMessageDescriptor.Arg1<Number> |
AdminToolMessages.INFO_REPLICATION_PROMPT_UNCONFIGURE_REPLICATION_SERVER
Do you want to unconfigure the replication server (changelog and replication port '%d') on the server?
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_PURGE_HISTORICAL_PROMPT
Purge historical on base DN %s?
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.INFO_REPLICATION_SETUP_CALL_DSREPLICATION
Calling dsreplication configure between the RS being setup and RS '%s' from the topology
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.INFO_REPLICATION_SETUP_DESCRIPTION_SECURE_REPLICATION
Specifies whether the communication through the replication port should be secured.
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.INFO_REPLICATION_SETUP_DSREPLICATION_OUTPUT
dsreplication output: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.INFO_REPLICATION_SETUP_SUBCOMMAND_DESCRIPTION
Install OpenDJ as a standalone replication server.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_UNCONFIGURE_SUFFIX_PROMPT
Unconfigure replication on base DN %s?
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_REPLICATION_WARNING_NO_REPLICATION_SERVER_TO_UNCONFIGURE
There is no replication server configured in '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_RESET_CHANGE_NUMBER_CONFIRM_RESET
Are you sure that you want to reset the change number on server '%s'?
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_RESTOREDB_LIST_BACKUP_DATE
Backup Date: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_RESTOREDB_LIST_BACKUP_ID
Backup ID: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_RESTOREDB_LIST_COMPRESSED
Is Compressed: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_RESTOREDB_LIST_DEPENDENCIES
Dependent Upon: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_RESTOREDB_LIST_ENCRYPTED
Is Encrypted: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_RESTOREDB_LIST_HASHED
Has Unsigned Hash: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_RESTOREDB_LIST_INCREMENTAL
Is Incremental: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_RESTOREDB_LIST_SIGNED
Has Signed Hash: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.INFO_ROOTDSE_USING_NEW_SUBORDINATE_BASE_DNS
The root DSE configuration has been updated so that it will now use the base DN set %s when performing below the root DSE
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_SEARCH_OPERATION_INVALID_PROTOCOL
Invalid operation type returned in search result %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_SERVER_ERROR
Error on %s:
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.INFO_SETUP_DIRECTORY_SERVER_SUBCOMMAND_DESCRIPTION
Install an OpenDJ directory server instance.
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.INFO_SETUP_INTERACTIVE_AVAILABLE_DOMAINS
Domains in this topology: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
SetupMessages.INFO_SETUP_INTERACTIVE_ENABLE_PORT
Listening on port %d
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.INFO_SETUP_INTERACTIVE_HOME_SCREEN
Welcome to the OpenDJ %s interactive setup.%n%nInteractive mode helps you quickly set up an OpenDJ server.%nProvide all required options to set up the server in non-interactive mode,%nor use the command shown at the end of your interactive session
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.INFO_SETUP_INTERACTIVE_MULTI_ALIASES_KEYSTORE
The keystore contains the following certificate nicknames: %s.%nYou will be prompted for the nickname(s) to use
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.INFO_SETUP_INTERACTIVE_PROMPT_DOMAIN_BASE_DN
Replicate %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.INFO_SETUP_INTERACTIVE_SUMMARIZE_IMPORT_LDIF
Import data from %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
SetupMessages.INFO_SETUP_INTERACTIVE_SUMMARIZE_IMPORT_SAMPLE_ENTRIES
Generate %d sample entries
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.INFO_SORTREQ_CONTROL_CANNOT_DECODE_VALUE
Unable to process the provided server-side sort request control because an error occurred while attempting to decode the control value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.INFO_SORTREQ_CONTROL_NO_ATTR_NAME
Unable to process the provided server-side sort request control because the sort order string "%s" included a sort key with no attribute name
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.INFO_SORTREQ_CONTROL_NO_MATCHING_RULE
Unable to process the provided server-side sort request control because the sort order string "%s" included a sort key with a colon but no matching rule name
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.INFO_SORTREQ_CONTROL_NO_ORDERING_RULE_FOR_ATTR
Unable to process the provided server-side sort request control because it included attribute %s which does not have a default ordering matching rule and no ordering rule was specified in the sort key
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.INFO_SORTREQ_CONTROL_UNDEFINED_ORDERING_RULE
Unable to process the provided server-side sort request control because it references undefined ordering matching rule %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.INFO_SORTRES_CONTROL_CANNOT_DECODE_VALUE
Unable to process the provided server-side sort response control because an error occurred while attempting to decode the control value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_SUMMARY_UNINSTALL_FINISHED_SUCCESSFULLY_REMOVE_JARFILES
The Uninstall Completed Successfully.
To complete the uninstallation, you must delete manually the following files and directories: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_SUMMARY_UNINSTALL_FINISHED_SUCCESSFULLY_REMOVE_JARFILES_CLI
The Uninstall Completed Successfully.%nTo complete the uninstallation, you must delete manually the following files and directories:%n%s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_TASK_SCHEDULE_PROMPT
Specify when the task '%s' will be launched.
|
static LocalizableMessageDescriptor.Arg1<Object> |
TaskMessages.INFO_TASK_SHUTDOWN_DEFAULT_MESSAGE
The Directory Server shutdown process has been initiated by task %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
TaskMessages.INFO_TASK_STOPPED_BY_ADMIN
Task was stopped by an administrator: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.INFO_TASKBE_UPDATED_BACKING_FILE
The path to the task data backing file has been changed to %s.
|
static LocalizableMessageDescriptor.Arg1<Number> |
BackendMessages.INFO_TASKBE_UPDATED_RETENTION_TIME
The completed task retention time has been updated to %d seconds.
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.INFO_TASKINFO_CMD_CANCEL_NUMBER_PROMPT
Enter the number of a task to cancel [%d]
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_TASKINFO_CMD_CANCEL_SUCCESS
Task %s canceled
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_TASKINFO_LDAP_EXCEPTION
Error connecting to the directory server: '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_TASKINFO_OPTIONS
%s Options
|
static LocalizableMessageDescriptor.Arg1<Number> |
UtilityMessages.INFO_TIME_IN_SECONDS
%d seconds
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_UNCONFIGURE_REPLICATION_ONE_POINT_OF_FAILURE
You have decided to unconfigure the replication server (replication changelog).
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_UNCONFIGURE_REPLICATION_ONE_POINT_OF_FAILURE_PROMPT
You have decided to unconfigure the replication server (replication changelog).
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_UNCONFIGURE_REPLICATION_UNCONFIGURE_IN_REMOTE
You have decided to unconfigure the replication server (replication changelog).
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_UNCONFIGURE_REPLICATION_UNCONFIGURE_IN_REMOTE_PROMPT
You have decided to unconfigure the replication server (replication changelog).
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminToolMessages.INFO_UNINSTALLDS_DESCRIPTION_FORCE
Specifies whether the uninstall should continue if there is an error updating references to this server in remote server instances or not.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_UPGRADE_CLASSES_FOLDER_RENAMED
The classes folder has been renamed to '%s' to avoid compatibility issues
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_UPGRADE_GENERAL_SEE_FOR_DETAILS
See '%s' for a detailed log of this operation
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_UPGRADE_NO_CHANGE_DONE_IN_SPECIFIC_FILE
...No change applied in %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_UPGRADE_NO_INDEX_TO_REBUILD_FOR_BACKEND
No indexes to rebuild for backend '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_UPGRADE_OPTION_FORCE
Forces a non-interactive upgrade to continue even if it requires user interaction.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_UPGRADE_REBUILD_INDEX_ARGUMENTS
The rebuild index tool arguments are %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_UPGRADE_REBUILD_INDEXES_DECLINED
You have to rebuild the '%s' index(es) manually to get a fully functional server
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_UPGRADE_TASK_ADD_CONFIG_FILE
Adding '%s' configuration file
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_UPGRADE_TASK_DELETE_CHANGELOG_SUMMARY
Removing content of changelog in '%s' directory.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_UPGRADE_TASK_DELETE_FILE
Removing file '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_UPGRADE_TASK_MIGRATE_JE_ENV_UNREADABLE
The upgrade cannot continue because the JE backend with environment directory '%s' could not be accessed for migration
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_UPGRADE_TASK_MIGRATE_JE_SUMMARY_1
Migrating JE backend '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_UPGRADE_TASK_MIGRATE_JE_SUMMARY_5
Skipping migration of disabled JE backend '%s'
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_UPGRADE_TASK_NEEDS_USER_CONFIRM
%s.%nDo you want to make this configuration change?
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_UPGRADE_TASK_REPLACE_SCHEMA_FILE
Replacing schema file '%s'
|
static LocalizableMessageDescriptor.Arg1<Number> |
BackendMessages.INFO_VERIFY_AVERAGE_REFERENCE_COUNT
Average number of entries referenced is %.2f/record
|
static LocalizableMessageDescriptor.Arg1<Number> |
BackendMessages.INFO_VERIFY_ENTRY_LIMIT_EXCEEDED_COUNT
Number of records that exceed the entry limit: %d
|
static LocalizableMessageDescriptor.Arg1<Number> |
BackendMessages.INFO_VERIFY_MAX_REFERENCE_COUNT
Maximum number of entries referenced by any record is %d
|
static LocalizableMessageDescriptor.Arg1<Number> |
BackendMessages.INFO_VERIFY_MULTIPLE_REFERENCE_COUNT
Number of records referencing more than one entry: %d
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.INFO_VLVREQ_CONTROL_CANNOT_DECODE_VALUE
Unable to process the provided VLV request control because an error occurred while attempting to decode the control value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.INFO_VLVREQ_CONTROL_INVALID_TARGET_TYPE
Unable to decode the provided control as a VLV request control because the target element type %s is invalid
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.INFO_VLVRES_CONTROL_CANNOT_DECODE_VALUE
Unable to process the provided VLV response control because an error occurred while attempting to decode the control value: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_WINDOWS_SERVICE_CLEANUP_SUCCESS
Clean up of service %s was successful
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_WINDOWS_SERVICE_DESCRIPTION
Next Generation Directory Server.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_WINDOWS_SERVICE_ENABLED
The server is enabled as a Windows service.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.INFO_WINDOWS_SERVICE_NAME
%s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.INFO_WORKER_STOPPED_BY_REDUCED_THREADNUMBER
%s has been stopped because the total number of worker threads in the Directory Server was reduced
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.NOTE_ACI_SYNTAX_DUBIOUS_AUTHMETHOD_SASL_MECHANISM
The SASL mechanism "%s" provided in the Access Control Instruction (ACI) bind rule authmethod expression is not one of the currently registered mechanisms in the server
|
static LocalizableMessageDescriptor.Arg1<Number> |
RuntimeMessages.NOTE_AVAILABLE_PROCESSORS
Available Processors: %d
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.NOTE_BACKEND_OFFLINE
The backend %s is now taken offline
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.NOTE_BACKUP_ARCHIVED_FILE
Archived backup file: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.NOTE_BACKUP_FILE_UNCHANGED
Backup file has not changed: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
UtilityMessages.NOTE_BACKUP_VERIFY_FILE
Verifying backup file: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.NOTE_BACKUPDB_STARTING_BACKUP
Starting backup for backend %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.NOTE_BUILD_ID
Build ID: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.NOTE_CONFIG_AUTHZ_ENABLED
Access control has been enabled and will use the %s implementation
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.NOTE_CONFIG_BACKEND_CANNOT_REMOVE_BACKEND_WITH_SUBORDINATES
The backend defined in configuration entry %s has one or more subordinate backends.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.NOTE_CONFIG_INDEX_CONFIDENTIALITY_REQUIRES_REBUILD
Changing confidentiality for index '%s' requires the index to be rebuilt before it can be used again
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.NOTE_CONFIG_INDEX_ENTRY_LIMIT_REQUIRES_REBUILD
Some index keys have already exceeded the previous index entry limit in index %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.NOTE_CONNHANDLER_STARTED_LISTENING
Started listening for new connections on %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.NOTE_CONNHANDLER_STOPPED_LISTENING
Stopped listening for new connections on %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
RuntimeMessages.NOTE_CURRENT_DIRECTORY
Current Directory: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ExtensionMessages.NOTE_DIGEST_MD5_SERVER_FQDN
DIGEST-MD5 SASL mechanism using a server fully qualified domain name of: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.NOTE_ERR_FRACTIONAL_CONFIG_PROHIBITED_ATTRIBUTE
Wrong fractional replication configuration : prohibited attribute %s usage
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.NOTE_ERR_FRACTIONAL_CONFIG_UNKNOWN_ATTRIBUTE_TYPE
Wrong fractional replication configuration : could not find attribute type definition for %s in schema
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.NOTE_ERR_FRACTIONAL_CONFIG_UNKNOWN_OBJECT_CLASS
Wrong fractional replication configuration: could not find object class definition for %s in schema
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.NOTE_ERR_FRACTIONAL_CONFIG_WRONG_FORMAT
Wrong fractional replication configuration : wrong format : %s (need at least [
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.NOTE_ERR_LDIF_IMPORT_FRACTIONAL_BAD_DATA_SET
The LDIF import for importing suffix %s data has been stopped due to fractional configuration inconsistency : imported data set has not the same fractional configuration as local server
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.NOTE_ERR_LDIF_IMPORT_FRACTIONAL_DATA_SET_IS_FRACTIONAL
The LDIF import for importing suffix %s data has been stopped due to fractional configuration inconsistency : imported data set has some fractional configuration but not local server
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.NOTE_ERR_ROUTING_TO_SERVER
Protocol error : a replication server is not expected to be the destination of a message of type %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.NOTE_FRACTIONAL_BAD_DATA_SET_NEED_RESYNC
Warning : domain %s fractional replication configuration is inconsistent with backend data set : need resynchronization or fractional configuration to be changed
|
static LocalizableMessageDescriptor.Arg1<Number> |
RuntimeMessages.NOTE_FREE_MEMORY
Currently Free Memory: %d
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.NOTE_IMPORT_LDIF_INDEX_CLOSE
Index %s phase two processing completed
|
static LocalizableMessageDescriptor.Arg1<Number> |
BackendMessages.NOTE_IMPORT_LDIF_ROOTCONTAINER_CLOSE
Import LDIF environment close took %d seconds
|
static LocalizableMessageDescriptor.Arg1<Number> |
BackendMessages.NOTE_IMPORT_THREAD_COUNT
Import Thread Count: %d threads
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.NOTE_INDEX_ADD_REQUIRES_REBUILD
Due to changes in the configuration, index %s is currently operating in a degraded state and must be rebuilt before it can be used
|
static LocalizableMessageDescriptor.Arg1<Object> |
RuntimeMessages.NOTE_INSTALL_DIRECTORY
Installation Directory: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
RuntimeMessages.NOTE_INSTANCE_DIRECTORY
Instance Directory: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
RuntimeMessages.NOTE_JAVA_CLASSPATH
Class Path: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
RuntimeMessages.NOTE_JAVA_HOME
JAVA Home: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
RuntimeMessages.NOTE_JAVA_VENDOR
JAVA Vendor: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
RuntimeMessages.NOTE_JAVA_VERSION
JAVA Version: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.NOTE_JEB_BACKUP_CLEANER_ACTIVITY
Including %s additional log file(s) due to cleaner activity
|
static LocalizableMessageDescriptor.Arg1<Object> |
RuntimeMessages.NOTE_JVM_ARCH
JVM Architecture: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
RuntimeMessages.NOTE_JVM_ARGS
JVM Arguments: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
RuntimeMessages.NOTE_JVM_VENDOR
JVM Vendor: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
RuntimeMessages.NOTE_JVM_VERSION
JVM Version: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
BackendMessages.NOTE_LOOKTHROUGH_LIMIT_EXCEEDED
This search operation has checked the maximum of %d entries for matches
|
static LocalizableMessageDescriptor.Arg1<Number> |
RuntimeMessages.NOTE_MAX_MEMORY
Max Available Memory: %d
|
static LocalizableMessageDescriptor.Arg1<Object> |
RuntimeMessages.NOTE_OPERATING_SYSTEM
Operating System: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.NOTE_PROXY_CONNECTION_OPTIONS_CHANGED
Connection options have changed for the proxy backend '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.NOTE_PROXY_CONNECTION_POOL_OPTIONS_CHANGED
Connection pool options have changed for the proxy backend '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.NOTE_READER_NULL_MSG
Received a Null Msg from %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
BackendMessages.NOTE_REBUILD_ALL_START
Rebuild of all indexes started with %d total entries to process
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.NOTE_REBUILD_CLEARDEGRADEDSTATE_FINAL_STATUS
Degraded state of index(es) %s has been cleared
|
static LocalizableMessageDescriptor.Arg1<Number> |
BackendMessages.NOTE_REBUILD_DEGRADED_START
Rebuild of all degraded indexes started with %d total entries to process
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.NOTE_REFERRAL_RESULT_MESSAGE
A referral entry %s indicates that the operation must be processed at a different server
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.NOTE_RESENDING_INIT_FROM_REMOTE_REQUEST
Resending a new initialization request for an initialization from a remote server due to the root error : %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.NOTE_RESENDING_INIT_TARGET
Resending a new initialization start for an initialization of a remote server due to the root error : %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
RuntimeMessages.NOTE_SYSTEM_NAME
System Name: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
RuntimeMessages.NOTE_TOTAL_MEMORY
Currently Used Memory: %d
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.NOTE_UNRESOLVED_CONFLICT
An unresolved conflict was detected for DN %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.NOTE_VERSION
%s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.NOTICE_GLOBAL_ACCESS_CONTROL_ADDED
The global access control policy '%s' has been added
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.NOTICE_GLOBAL_ACCESS_CONTROL_CHANGED
The global access control policy '%s' has been modified
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.NOTICE_GLOBAL_ACCESS_CONTROL_DELETED
The global access control policy '%s' has been removed
|
static LocalizableMessageDescriptor.Arg1<Number> |
AccessControlMessages.NOTICE_GLOBAL_ACCESS_CONTROL_INITIALIZED
The global access control engine has been initialized with %d policies
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_NOT_VALID_DN
Selfwrite check skipped because an attribute "%s" with a distinguished name syntax was not a valid DN
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SERVER_DECODE_FAILED
Failed to decode the Access Control Instruction (ACI)%s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_BIND_RULE_MISSING_CLOSE_PAREN
The provided Access Control Instruction (ACI) bind rule value "%s" is invalid because it is missing a close parenthesis that corresponded to the initial open parenthesis
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED
The provided string "%s" could not be parsed as a valid Access Control Instruction (ACI) because it failed general ACI syntax evaluation
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVAILD_VERSION
The provided Access Control Instruction (ACI) version value "%s" is invalid, only the version 3.0 is supported
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION
The provided Access Control Instruction access type value "%s" is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME
The provided Access Control Instruction (ACI) attribute name value %s is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION
The provided Access Control Instruction (ACI) bind rule authmethod expression value "%s" is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR
The provided Access Control Instruction (ACI) bind rule boolean operator value "%s" is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD
The provided Access Control Instruction (ACI) bind rule keyword value "%s" is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR
The provided Access Control Instruction (ACI) bind rule operator value "%s" is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_BIND_RULE_SYNTAX
The provided Access Control Instruction (ACI) bind rule value "%s" is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_DAYOFWEEK
The provided Access Control Instruction (ACI) bind rule dayofweek expression value "%s" is invalid, because of an invalid day of week value.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION
The provided Access Control Instruction (ACI) bind rule dns expression value "%s" is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD
The provided Access Control Instruction (ACI) bind rule dns expression value "%s" is invalid, because a wild-card pattern was found in the wrong position.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION
The provided Access Control Instruction (ACI) bind rule groupdn expression value "%s" is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_GROUPDN_URL
The provided Access Control Instruction (ACI) bind rule groupdn expression value failed to URL decode for the following reason: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE
The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid because it is non-numeric
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION
The provided Access Control Instruction (ACI) bind rule ip expression value "%s" is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT
The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv4 address expression "%s" format was invalid
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_IPV4_VALUE
The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the IPv4 address expression "%s" contains an invalid value.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_NETMASK
The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the netmask part of the expression "%s" has an invalid value
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT
The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the netmask part of the expression "%s" has an invalid format
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT
The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix part of the expression "%s" has an invalid format
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE
The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix value of the expression "%s" was an invalid value.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD
The provided Access Control Instruction (ACI) rights keyword values "%s" are invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX
The provided Access Control Instruction (ACI) rights values "%s" are invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_SSF_RANGE
The provided Access Control Instruction (ACI) bind rule ssf expression value "%s" is not in the valid range.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION
The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because it is not in the correct format.A valid targattrsfilters expression value must be in the following format: "add=attr1: F1 && attr2: F2 ...
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT
The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because the provided filter list string is in the wrong format.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER
The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because one or more of the specified filters are invalid because of non-matching attribute type names in the filter
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS
The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because there are more than two filter list statements
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH
The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because the both operation tokens match in the two filter lists
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD
The provided Access Control Instruction (ACI) target keyword value "%s" is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX
The provided Access Control Instruction (ACI) target rule value "%s" is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION
The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION
The provided Access Control Instruction (ACI) targetcontrol expression value "%s" is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION
The provided Access Control Instruction (ACI) targetfilter expression value "%s" is invalid because it is not a valid LDAP filter
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION
The provided Access Control Instruction (ACI) target expression value "%s" is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR
The provided Access Control Instruction (ACI) target keyword operator value "%s" is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION
The provided Access Control Instruction (ACI) targetscope expression operator value "%s" is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION
The provided Access Control Instruction (ACI) extop expression value "%s" is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_TIMEOFDAY
The provided Access Control Instruction (ACI) bind rule timeofday expression value "%s" is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE
The provided Access Control Instruction (ACI) bind rule timeofday expression value "%s" is not in the valid range.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL
The provided Access Control Instruction (ACI) bind rule userattr expression value failed to parse because the attribute field of the ldap URL "%s" either contains more than one description or the field is empty
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL
The provided Access Control Instruction (ACI) bind rule userattr expression value failed to parse because the ldap URL "%s" contains an empty base DN
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION
The provided Access Control Instruction (ACI) bind rule userattr expression value "%s" is invalid
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN
The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN
The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid for the roledn keyword because it starts with the string "parent["
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_USERATTR_URL
The provided Access Control Instruction (ACI) bind rule userattr expression value failed to URL decode for the following reason: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_INVALID_USERDN_URL
The provided Access Control Instruction (ACI) bind rule userdn expression failed to URL decode for the following reason: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC
The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv4 address expression "%s" contains a non-numeric value
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID
The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv6 address expression "%s" contains an illegal wildcard character.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION
The provided Access Control Instruction (ACI) bind rule expression value corresponding to the keyword value "%s" is missing an expression.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC
The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix part of the expression "%s" has an non-numeric value
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED
The provided Access Control Instruction (ACI) expression value "%s" is invalid because it contains the roledn keyword, which is not supported, replace it with the groupdn keyword
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN
The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid because the expression contains invalid or duplicate tokens
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.WARN_ADMIN_NO_EXTENSIONS_DIR
The extensions directory %s does not exist, therefore no extensions will be loaded
|
static LocalizableMessageDescriptor.Arg1<Object> |
AdminMessages.WARN_ADMIN_SET_PERMISSIONS_FAILED
Failed to set permissions on file %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.WARN_ATTR_INVALID_COLLATION_MATCHING_RULE_FORMAT
The provided collation rule %s does not contain a valid format of OID:LOCALE
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.WARN_ATTR_SYNTAX_GENERALIZED_TIME_EMPTY_FRACTION
The provided value %s is not a valid generalized time value because it does not contain at least one digit after the period to use as the fractional component
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.WARN_ATTR_SYNTAX_GENERALIZED_TIME_NO_TIME_ZONE_INFO
The provided value %s is not a valid generalized time value because it does not end with 'Z' or a time zone offset
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.WARN_ATTR_SYNTAX_GENERALIZED_TIME_TOO_SHORT
The provided value "%s" is too short to be a valid generalized time value
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.WARN_ATTR_SYNTAX_LDAPSYNTAX_REGEX_NO_PATTERN
The provided value "%s" could not be parsed as a regex syntax because it does not contain a regex pattern
|
static LocalizableMessageDescriptor.Arg1<Object> |
SchemaMessages.WARN_ATTR_SYNTAX_OBJECTCLASS_STRUCTURAL_SUPERIOR_NOT_TOP
The definition for objectclass %s is invalid because it is defined as a structural class but its superior chain does not include the "top" objectclass
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.WARN_BACKUPDB_BACKUP_NOT_SUPPORTED
Backend ID %s was included in the set of backends to archive, but this backend does not provide support for a backup mechanism.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.WARN_BACKUPDB_INCREMENTAL_NOT_FOUND_DOING_NORMAL
Could not find any backup in '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.WARN_BIND_MULTIPLE_USER_IDLE_TIME_LIMITS
There are multiple user-specific idle time limit values contained in user entry %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.WARN_BIND_MULTIPLE_USER_LOOKTHROUGH_LIMITS
There are multiple user-specific lookthrough limit values contained in user entry %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.WARN_BIND_MULTIPLE_USER_SIZE_LIMITS
There are multiple user-specific size limit values contained in user entry %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.WARN_BIND_MULTIPLE_USER_TIME_LIMITS
There are multiple user-specific time limit values contained in user entry %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.WARN_BIND_PASSWORD_EXPIRING
The user password is about to expire (time to expiration: %s)
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.WARN_CHANGELOG_NOT_ENABLED_FOR_WRITE
The changelog '%s' has been opened in read-only mode, it is not enabled for write
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.WARN_CLIENTCONNECTION_DISCONNECT_DUE_TO_DELETE
Terminating the client connection because its associated authentication or authorization entry %s has been deleted
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.WARN_CONFIG_PLUGIN_EMPTY_ELEMENT_IN_ORDER
The plugin order definition for plugins of type %s contains an empty element.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.WARN_CONFIG_PLUGIN_MULTIPLE_WILDCARDS_IN_ORDER
The plugin order definition for plugins of type %s contains multiple wildcard characters.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.WARN_CONFIG_PLUGIN_ORDER_NO_WILDCARD
The plugin order definition for plugins of type %s does not include a wildcard element to indicate where unmatched plugins should be included in the order.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ConfigMessages.WARN_CONFIG_PWPOLICY_CANNOT_DELETE_DEFAULT_POLICY
The specified entry %s is currently defined as the configuration entry for the default password policy.
|
static LocalizableMessageDescriptor.Arg1<Object> |
LoggerMessages.WARN_ERROR_LOGGER_INVALID_CATEGORY
Invalid error log category "%s"
|
static LocalizableMessageDescriptor.Arg1<Object> |
LoggerMessages.WARN_ERROR_LOGGER_INVALID_OVERRIDE_SEVERITY
Invalid override of severity level "%s"
|
static LocalizableMessageDescriptor.Arg1<Object> |
LoggerMessages.WARN_ERROR_LOGGER_INVALID_SEVERITY
Invalid error log severity "%s"
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.WARN_GET_ENTRY_COUNT_FAILED
Unable to determine the total number of entries in the container: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ReplicationMessages.WARN_INVALID_SYNC_HIST_VALUE
The attribute value '%s' is not a valid synchronization history value
|
static LocalizableMessageDescriptor.Arg1<Object> |
ProtocolMessages.WARN_LDAP_CLIENT_CANNOT_ENQUEUE
The Directory Server encountered an unexpected error while attempting to add the client request to the work queue: %s
|
static LocalizableMessageDescriptor.Arg1<Number> |
ProtocolMessages.WARN_LDAP_CLIENT_DUPLICATE_MESSAGE_ID
The Directory Server is already processing another request on the same client connection with the same message ID of %d
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.WARN_LDAPSEARCH_CANNOT_DECODE_SORT_RESPONSE
# Unable to decode the server-side sort response: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.WARN_LDAPSEARCH_CANNOT_DECODE_VLV_RESPONSE
# Unable to decode the virtual list view response: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.WARN_LDAPSEARCH_SORT_ERROR
# Server-side sort failed: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.WARN_LDAPSEARCH_VLV_ERROR
# Virtual list view processing failed: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.WARN_LDIFDIFF_NO_CONFIG_FILE
WARNING: no configuration file was provided as argument.
|
static LocalizableMessageDescriptor.Arg1<Number> |
ToolMessages.WARN_MAKELDIF_TAG_WARNING_EMPTY_VALUE
The value generated from the random tag on line %d of the template file will always be an empty string
|
static LocalizableMessageDescriptor.Arg1<Number> |
CoreMessages.WARN_OP_REJECTED_BY_QUEUE_FULL
The request to process this operation has been rejected because the work queue has already reached its maximum capacity of %d pending operations
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE
The pattern DN %s is not valid because it contains two consecutive wildcards in an attribute value
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS
The pattern DN %s is not valid because it uses wildcards for substring matching on an attribute type.
|
static LocalizableMessageDescriptor.Arg1<Object> |
AccessControlMessages.WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN
The pattern DN %s is not valid because it contains a wildcard in an attribute type in a multi-valued RDN
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.WARN_PDB_BACKEND_DEPRECATED
The PDB backend type has been deprecated and will be removed in a future release.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.WARN_PROMPTTM_CERT_EXPIRED
WARNING: The server certificate is expired (expiration time: %s)
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.WARN_PROMPTTM_CERT_NOT_YET_VALID
WARNING: The server certificate will not be valid until %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.WARN_ROOTDSE_GET_ENTRY_NONROOT
The root DSE backend was asked to retrieve entry with DN "%s".
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE
Base DN "%s" is configured as one of the subordinate base DNs to use for searches below the root DSE.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION
An unexpected problem occurred while trying to determine the set of subordinate base DNs to use for searches below the root DSE: %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.WARN_SERVICE_DISCOVERY_REPLICATION_MECHANISM_MISSING_HOSTNAME
Settings for Replica '%s' should provide a hostname
|
static LocalizableMessageDescriptor.Arg1<Object> |
SetupMessages.WARN_SETUP_REMOVING_FILES_AFTER_FAILURE_WITH_INSTANCE_LOC
Setup has failed, see the errors in the messages below.
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.WARN_TASKSCHED_DUPLICATE_TASK_ID
Unable to add completed task %s to the task scheduler because another task already exists with the same ID
|
static LocalizableMessageDescriptor.Arg1<Object> |
BackendMessages.WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED
Failed to set permissions on trust store file %s
|
static LocalizableMessageDescriptor.Arg1<Object> |
CoreMessages.WARN_UNEXPECTED_WORKER_THREAD_EXIT
%s is unexpectedly exiting when the Directory Server is not in the process of shutting down.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ToolMessages.WARN_WINDOWS_SERVICE_CLEANUP_MARKED_FOR_DELETION
Service %s has been marked for deletion
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractOperation.checkAttributeConformsToSyntax(Entry entry,
Attribute attribute,
LocalizableMessageDescriptor.Arg4<Object,Object,Object,Object> invalidSyntaxErrorMsg,
LocalizableMessageDescriptor.Arg3<Object,Object,Object> invalidSyntaxNoValueErrorMsg,
LocalizableMessageDescriptor.Arg1<Object> rejectErrorMsg)
Checks whether an attribute's values conform to its syntax.
|
protected static void |
AbstractOperation.checkIfBackendIsWritable(LocalBackend<?> backend,
Operation op,
Dn entryDN,
LocalizableMessageDescriptor.Arg1<Object> serverMsg,
LocalizableMessageDescriptor.Arg1<Object> backendMsg)
Checks if an update operation can be performed against a backend.
|
protected static void |
AbstractOperation.checkIfBackendIsWritable(LocalBackend<?> backend,
Operation op,
Dn entryDN,
LocalizableMessageDescriptor.Arg1<Object> serverMsg,
LocalizableMessageDescriptor.Arg1<Object> backendMsg)
Checks if an update operation can be performed against a backend.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
StaticUtils.hasDescriptor(LocalizableMessage msg,
LocalizableMessageDescriptor.Arg1<?> desc)
Test if the provided message corresponds to the provided descriptor.
|
Copyright 2010-2020 ForgeRock AS.