public final class BackendMessages extends Object
org.opends.messages.backend
. This file was generated
automatically by the i18n-maven-plugin
from the property file
org/opends/messages/backend.properties
and it should not be manually edited.Modifier and Type | Field and Description |
---|---|
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_ADD_ENTRY_ALREADY_EXISTS
The entry '%s' cannot be added because an entry with that name already exists |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_ADD_NO_SUCH_OBJECT
The entry '%s' cannot be added because its parent entry does not exist |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_ATTR_SYNTAX_INVALID_LDAP_SYNTAX
The provided value "%s" could not be parsed as an ldap syntax because its OID %s corresponds to an attribute syntax that is already implemented |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_ATTRIBUTE_INDEX_NOT_CONFIGURED
There is no index configured for attribute type '%s' |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_BACKEND_ADD_NOT_SUPPORTED
Unwilling to add entry "%s" because add operations are not supported in the "%s" backend |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_BACKEND_BACKUP_AND_RESTORE_NOT_SUPPORTED
Backup and restore operations are not supported in the "%s" backend |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_BACKEND_CANNOT_CHANGE_CONFIDENTIALITY
Confidentiality cannot be disabled on suffix '%s' because the following indexes have confidentiality still enabled: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_BACKEND_CANNOT_DECODE_BACKEND_ROOT_DN
Unable to initialize the "%s" backend because an error occurred while attempting to decode the base DN for this backend: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_BACKEND_CANNOT_LOCK_ENTRY
{@code The Directory Server was unable to obtain a lock on entry %s after multiple attempts.
|
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_BACKEND_CANNOT_REGISTER_BASEDNS
An error occurred while attempting to register the base DNs %s in the Directory Server: %s |
static LocalizableMessageDescriptor.Arg2<Number,Number> |
ERR_BACKEND_CONFIG_CACHE_PERCENT_GREATER_THAN_JVM_HEAP
Configuration attribute ds-cfg-db-cache-percent has a value of %d%% but the JVM has only %d%% available |
static LocalizableMessageDescriptor.Arg2<Number,Number> |
ERR_BACKEND_CONFIG_CACHE_SIZE_GREATER_THAN_JVM_HEAP
{@code Configuration attribute ds-cfg-db-cache-size has a value of %d but the JVM has only %d available.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_BACKEND_CONFIG_ENTRY_NULL
Unable to initialize the "%s" backend because the provided configuration entry is null |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_BACKEND_DELETE_NOT_SUPPORTED
Unwilling to remove entry "%s" because delete operations are not supported in the "%s" backend |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_BACKEND_END_APPEND_MODE
An error occurred while trying to end append mode for backend '%s': %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_BACKEND_ENTRY_DOESNT_EXIST
Entry %s does not exist in the "%s" backend |
static LocalizableMessageDescriptor.Arg3<Object,Number,Object> |
ERR_BACKEND_FAULTY_CRYPTO_TRANSFORMATION
Error while enabling confidentiality with cipher %s, %d bits: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
ERR_BACKEND_IMPORT_AND_EXPORT_NOT_SUPPORTED
LDIF import and export operations are not supported in the "%s" backend |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_BACKEND_IMPORT_NOT_SUPPORTED
The "%s" backend does not support LDIF import operations |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_BACKEND_LIST_FILES_TO_BACKUP
An error occurred while trying to list the files to backup for backend '%s': %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_BACKEND_MODIFY_DN_NOT_SUPPORTED
Unwilling to rename entry "%s" because modify DN operations are not supported in the "%s" backend |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_BACKEND_MODIFY_NOT_SUPPORTED
Unwilling to update entry "%s" because modify operations are not supported in the "%s" backend |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_BACKEND_SWITCH_TO_APPEND_MODE
An error occurred while trying to switch to append mode for backend '%s': %s |
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY
An error occurred while attempting to examine the requested backup directory: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_BACKUP_INVALID_BACKUP_DIRECTORY
Unable to retrieve entry %s from the backup backend because the requested backup directory is invalid: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_BACKUP_INVALID_BASE
Requested entry %s does not exist in the backup backend |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_BACKUP_MISSING_BACKUPID
The information for backup %s could not be found in the backup directory %s |
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
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> |
ERR_BACKUP_NO_BACKUP_PARENT_DN
Unable to retrieve entry %s from the backup backend because it does not have a parent |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_BACKUP_NO_SUCH_BACKUP
Backup %s does not exist in backup directory %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_BACKUP_NO_SUCH_ENTRY
The requested entry %s does not exist in the backup backend |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_CACHE_PRELOAD
An error occurred while preloading the database cache for backend %s: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_CACHE_PRELOAD_NOT_SUPPORTED
Backend database cache preload for backend '%s' is not supported in this release |
static LocalizableMessageDescriptor.Arg0 |
ERR_CANNOT_DECODE_ENTRY
Input stream ended unexpectedly while decoding entry |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_CANNOT_ENCODE_ENTRY
Cannot encode entry for writing on storage: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_CLEARTEXT_BACKEND_FOR_INDEX_CONFIDENTIALITY
{@code Attribute %s is set as confidential on a backend whose entries are still cleartext.
|
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
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> |
ERR_COMPSCHEMA_CANNOT_STORE_EX
An error occurred while attempting to store compressed schema information in the database: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_CONFIG_INDEX_CANNOT_PROTECT_BOTH
The attribute '%s' cannot enable confidentiality for keys and values at the same time |
static LocalizableMessageDescriptor.Arg0 |
ERR_CONFIG_INDEX_TTL_ORDERING_GENERALIZED_TIME
The time-to-live (TTL) feature can only be enabled for generalized time ordering indexes |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE
The attribute '%s' cannot have indexing of type '%s' because it does not have a corresponding matching rule |
static LocalizableMessageDescriptor.Arg2<Number,Number> |
ERR_CONFIG_JEB_CACHE_SIZE_TOO_SMALL
Configuration attribute ds-cfg-db-cache-size has a value of %d which is less than the minimum: %d |
static LocalizableMessageDescriptor.Arg0 |
ERR_CONFIG_JEB_DURABILITY_CONFLICT
Configuration attributes ds-cfg-db-txn-no-sync and ds-cfg-db-txn-write-no-sync are mutually exclusive and cannot be both set at the same time |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_CONFIG_VLV_INDEX_BAD_FILTER
An error occurred while parsing the search filter %s defined for VLV index %s: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_CONFIG_VLV_INDEX_UNDEFINED_ATTR
Sort attribute %s for VLV index %s is not defined in the server schema |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_CREATE_FAIL
The backend database directory could not be created: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_DATABASE_EXCEPTION
Database exception: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
ERR_DELETE_NO_SUCH_OBJECT
The entry '%s' cannot be removed because it does not exist |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_DELETE_NOT_ALLOWED_ON_NONLEAF
The entry '%s' cannot be removed because it has subordinate entries |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_DIRECTORY_INVALID
The backend database directory '%s' is not a valid directory |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_ENTRY_CONTAINER_ALREADY_REGISTERED
An entry container named '%s' is alreadly registered for base DN '%s' |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_ENTRY_DATABASE_CORRUPT
The entry database does not contain a valid record for ID %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_ENTRYIDSORTER_CANNOT_EXAMINE_ENTRY
Unable to examine the entry with ID %s for sorting purposes: %s |
static LocalizableMessageDescriptor.Arg0 |
ERR_ENTRYIDSORTER_NEGATIVE_START_POS
Unable to process the virtual list view request because the target start position was before the beginning of the result set |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_EXECUTION_ERROR
Execution error during backend operation: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_EXPORT_IO_ERROR
I/O error occurred while exporting entry: %s |
static LocalizableMessageDescriptor.Arg0 |
ERR_HAS_SUBORDINATES_NOT_SUPPORTED
This backend does not provide support for the hasSubordinates operational attribute |
static LocalizableMessageDescriptor.Arg0 |
ERR_IMPORT_BACKEND_ONLINE
The backend must be disabled before the import process can start |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_IMPORT_CREATE_TMPDIR_ERROR
Unable to create the temporary directory %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_IMPORT_DUPLICATE_ENTRY
The import has been aborted because the data to be imported contains duplicate copies of entry '%s' |
static LocalizableMessageDescriptor.Arg2<Number,Number> |
ERR_IMPORT_LDIF_LACK_MEM
{@code Insufficient free memory (%d bytes) to perform import.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_IMPORT_PARENT_NOT_FOUND
The import has been aborted because the entry '%s' does not have a parent entry |
static LocalizableMessageDescriptor.Arg1<Number> |
ERR_INCOMPATIBLE_ENTRY_VERSION
{@code Entry record is not compatible with this version of the backend database.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_INDEX_CORRUPT_REQUIRES_REBUILD
{@code An error occurred while reading from index %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_INDEXES_NOT_SUPPORTED
Indexes are not supported in the "%s" backend |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_INTERRUPTED_ERROR
Interrupted error during backend operation: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_INVALID_PAGED_RESULTS_COOKIE
The following paged results control cookie value was not recognized: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_JEB_INVALID_LOGGING_LEVEL
{@code The database logging level string '%s' provided for configuration entry '%s' is invalid.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS
Entry %s already exists in the LDIF backend |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_LDIF_BACKEND_ADD_MISSING_PARENT
The parent for entry %s does not exist |
static LocalizableMessageDescriptor.Arg0 |
ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED
{@code The LDIF backend currently does not provide a backup or restore mechanism.
|
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER
An error occurred while trying to create the writer for the LDIF export operation: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF
An error occurred while trying to write entry %s during the LDIF export: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY
Entry %s does not exist |
static LocalizableMessageDescriptor.Arg1<Object> |
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.Arg3<Object,Object,Object> |
ERR_LDIF_BACKEND_DUPLICATE_ENTRY
LDIF file %s configured for use with the LDIF backend defined in configuration entry %s has multiple entries with a DN of %s |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE
LDIF file %s configured for use with the LDIF backend defined in configuration entry %s includes entry %s which is not below the base DN defined for that backend |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_LDIF_BACKEND_ERROR_CLOSING_FILE
An error occurred while trying to close file %s for the LDIF backend defined in configuration entry %s: %s |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_LDIF_BACKEND_ERROR_CREATING_FILE
An error occurred while trying to create file %s to write an updated version of the data for the LDIF backend defined in configuration entry %s: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_LDIF_BACKEND_ERROR_EMPTY_FILE
The file %s written for the LDIF backend defined in configuration entry %s is 0 bytes long and unusable. |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_LDIF_BACKEND_ERROR_READING_LDIF
{@code An unrecoverable error occurred while attempting to read data from the import file: %s.
|
static LocalizableMessageDescriptor.Arg4<Object,Object,Object,Object> |
ERR_LDIF_BACKEND_ERROR_RENAMING_FILE
An error occurred while attempting to rename file %s to %s while writing updated data for the LDIF backend defined in configuration entry %s: %s |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_LDIF_BACKEND_ERROR_WRITING_FILE
An error occurred while trying to write updated data to file %s for the LDIF backend defined in configuration entry %s: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY
The target entry %s does not exist |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_LDIF_BACKEND_MISSING_PARENT
LDIF file %s configured for use with the LDIF backend defined in configuration entry %s contains entry %s but its parent entry has not yet been read |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST
The new parent DN %s does not exist |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY
Source entry %s does not exist |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS
Target entry %s already exists |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY
Entry %s does not exist |
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY
The target entry %s does not exist |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE
Entry %s specified as the search base DN does not exist |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_LOCAL_BACKEND_TAKES_PRECEDENCE_OVER_PROXY_BACKEND
{@code Proxy backend '%s' is being deregistered from base DN %s because local backend '%s' is registering against it.
|
static LocalizableMessageDescriptor.Arg0 |
ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED
The memory-based backend does not support backup or restore operations |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER
Unable to create an LDIF reader: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER
Unable to create an LDIF writer: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN
Cannot delete entry %s because it has one or more subordinate entries |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN
Cannot rename entry %s because it has one or more subordinate entries |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND
Cannot rename entry %s because the target entry is in a different backend |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF
Cannot write entry %s to LDIF: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS
Entry %s already exists in the memory-based backend |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG
Entry %s does not belong in the memory-based backend |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_MEMORYBACKEND_ERROR_DURING_IMPORT
An unexpected error occurred while processing the import: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_MEMORYBACKEND_ERROR_READING_LDIF
An unrecoverable error occurred while reading from LDIF: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST
Unable to add entry %s because its parent entry %s does not exist in the memory-based backend |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST
Cannot rename entry %s because the new parent entry %s doesn't exist |
static LocalizableMessageDescriptor.Arg0 |
ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE
Exactly one base DN must be provided for use with the memory-based backend |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_MISSING_ID2ENTRY_RECORD
The entry database does not contain a record for ID %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_MODIFY_NO_SUCH_OBJECT
The entry '%s' cannot be modified because it does not exist |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN
A plugin caused the modify DN operation to be aborted while moving and/or renaming an entry from %s to %s |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_MODIFYDN_ABORTED_BY_SUBORDINATE_SCHEMA_ERROR
A plugin caused the modify DN operation to be aborted while moving and/or renaming an entry from %s to %s because the change to that entry violated the server schema configuration: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_MODIFYDN_ALREADY_EXISTS
The entry cannot be renamed to '%s' because an entry with that name already exists |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_MODIFYDN_NO_SUCH_OBJECT
The entry '%s' cannot be renamed because it does not exist |
static LocalizableMessageDescriptor.Arg0 |
ERR_MONITOR_CONFIG_ENTRY_NULL
{@code An attempt was made to configure the monitor backend without providing a configuration entry.
|
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_MONITOR_INVALID_BASE
Unable to retrieve the requested entry %s from the monitor backend because the DN is not below the monitor base of %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_MONITOR_MODIFY_NOT_SUPPORTED
{@code Unwilling to update entry "%s" because modify operations are not supported in the monitor backend.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_MONITOR_UNABLE_TO_EXPORT_BASE
An error occurred while attempting to export the base monitor entry: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY
An error occurred while attempting to export the monitor entry for monitor provider %s: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_NEW_SUPERIOR_NO_SUCH_OBJECT
The entry cannot be moved because the new parent entry '%s' does not exist |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_NO_BACKEND_FOUND_FOR_BASE_DN
No backend is associated with the base DN '%s' |
static LocalizableMessageDescriptor.Arg0 |
ERR_NOT_ENOUGH_RESOURCES
There are insufficient resources to perform the operation |
static LocalizableMessageDescriptor.Arg0 |
ERR_NUM_SUBORDINATES_NOT_SUPPORTED
This backend does not provide support for the numSubordinates operational attribute |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_OPEN_ENV_FAIL
The database environment could not be opened: %s |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_PROXY_BACKEND_CANNOT_USE_BASE_DN_ALREADY_IN_USE
Proxy backend '%s' cannot register itself against base DN %s because this base DN is already registered against backend '%s' |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_PROXY_CANNOT_DISCOVER_REMOTE_CAPABILITIES
Proxy backend '%s' could not discover remote servers capabilities: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_PROXY_NO_PRIMARY_NOR_SECONDARY_SERVERS_DISCOVERED
Proxy backend '%s' is non functional because it could not find any primary nor secondary servers via the service discovery mechanism '%s' |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_PROXY_PARTITION_BASE_DN_MUST_BE_SUBORDINATES
The partition base DN '%s' should be subordinate to one of the base DNs %s of proxy backend '%s' |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_PROXY_PASSWORD_ENVAR_NOT_SET
Environment variable %s which is specified in attribute ds-cfg-proxy-user-password-environment-variable of configuration entry %s should contain the password associated with the proxy bind DN, but this property is not set |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_PROXY_PASSWORD_FILE_CANNOT_READ
An error occurred while trying to read the password associated with the proxy bind DN from file %s specified in configuration attribute ds-cfg-proxy-user-password-file of configuration entry %s: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_PROXY_PASSWORD_FILE_EMPTY
File %s specified in attribute ds-cfg-proxy-user-password-file of configuration entry %s should contain the password associated with the proxy bind DN, but this file is empty |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_PROXY_PASSWORD_NO_SUCH_FILE
File %s specified in attribute ds-cfg-proxy-user-password-file of configuration entry %s should contain the password associated with the proxy bind DN, but this file does not exist |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_PROXY_PASSWORD_PROPERTY_NOT_SET
Java property %s which is specified in attribute ds-cfg-proxy-user-password-property of configuration entry %s should contain the password associated with the proxy bind DN, but this property is not set |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_PROXY_UNKNOWN_SERVICE_DISCOVERY
Proxy backend '%s' cannot find the configured service discovery mechanism '%s' |
static LocalizableMessageDescriptor.Arg0 |
ERR_REBUILD_BACKEND_ONLINE
Rebuilding system index(es) must be done with the backend containing the base DN disabled |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL
An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK
{@code An error occurred while trying to create an instance of class %s as a Directory Server task.
|
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_RECURRINGTASK_CANNOT_LOAD_CLASS
{@code An error occurred while attempting to load class %s specified in attribute %s of the provided recurring task entry: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
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.Arg0 |
ERR_RECURRINGTASK_INVALID_DAY_TOKEN_SIMPLE
The provided recurring task schedule value has an invalid day of the month token |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_RECURRINGTASK_INVALID_HOUR_TOKEN
The provided recurring task entry attribute %s holding the recurring task schedule has invalid hour token |
static LocalizableMessageDescriptor.Arg0 |
ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_SIMPLE
The provided recurring task schedule value has an invalid hour token |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN
The provided recurring task entry attribute %s holding the recurring task schedule has invalid minute token |
static LocalizableMessageDescriptor.Arg0 |
ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_SIMPLE
The provided recurring task schedule value has an invalid minute token |
static LocalizableMessageDescriptor.Arg1<Object> |
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.Arg0 |
ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_SIMPLE
The provided recurring task schedule value has an invalid month of the year token |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_RECURRINGTASK_INVALID_N_TOKENS
The provided recurring task entry attribute %s holding the recurring task schedule has invalid number of tokens |
static LocalizableMessageDescriptor.Arg0 |
ERR_RECURRINGTASK_INVALID_N_TOKENS_SIMPLE
The provided recurring task schedule value has an invalid number of tokens |
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
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.Arg0 |
ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_SIMPLE
The provided recurring task schedule value has an invalid day of the week token |
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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<Object> |
ERR_REMOVE_FAIL
The backend database files could not be removed: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
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.Arg0 |
ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED
{@code The root DSE backend does not provide a facility for backup and restore operations.
|
static LocalizableMessageDescriptor.Arg0 |
ERR_ROOTDSE_CONFIG_ENTRY_NULL
{@code An attempt was made to configure the root DSE backend without providing a configuration entry.
|
static LocalizableMessageDescriptor.Arg3<Number,Number,Object> |
ERR_ROOTDSE_INVALID_SEARCH_BASE
{@code Unwilling to perform a search (connection ID %d, operation ID %d) with a base DN of "%s" in the root DSE backend.
|
static LocalizableMessageDescriptor.Arg3<Number,Number,Object> |
ERR_ROOTDSE_INVALID_SEARCH_SCOPE
Unable to process the search with connection ID %d and operation ID %d because it had an invalid scope of %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_ROOTDSE_MODIFY_NOT_SUPPORTED
{@code Unwilling to update entry "%s" because modify operations are not supported in the root DSE backend.
|
static LocalizableMessageDescriptor.Arg3<Number,Number,Object> |
ERR_ROOTDSE_NOT_SUPPORTED_SCOPE
{@code Unwilling to perform a search (connection ID %d, operation ID %d) with a scope of "%s" in the root DSE backend.
|
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
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.Arg3<Number,Number,Object> |
ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE
An unexpected failure occurred while trying to process a search operation (connection ID %d, operation ID %d) in the root DSE backend: %s |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE
{@code Unable to find a file containing concatenated schema element definitions in order to determine if any schema changes were made with the server offline.
|
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE
{@code An error occurred while attempting to write file %s containing a concatenated list of all server schema elements: %s.
|
static LocalizableMessageDescriptor.Arg0 |
ERR_SCHEMA_CONFIG_ENTRY_NULL
{@code An attempt was made to configure the schema backend without providing a configuration entry.
|
static LocalizableMessageDescriptor.Arg0 |
ERR_SCHEMA_COULD_NOT_PARSE_DEFINITION
Schema definition could not be parsed as valid attribute value |
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
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> |
ERR_SCHEMA_INVALID_MODIFICATION_TYPE
The schema backend does not support the %s modification type |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_SCHEMA_INVALID_REPLACE_MODIFICATION
The schema backend does not support the Replace modification type for the %s attribute type |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR
Unable to add attribute type %s because the associated matching rule %s is marked as OBSOLETE in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR
An error occurred while attempting to decode the DIT content rule "%s": %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR
An error occurred while attempting to decode the DIT structure rule "%s": %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX
An error occurred while attempting to decode the ldapsyntax description "%s": %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE
An error occurred while attempting to decode the matching rule use "%s": %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM
An error occurred while attempting to decode the name form "%s": %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS
An error occurred while attempting to decode the object class "%s": %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED
{@code An error occurred while attempting to write new versions of the server schema files: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED
{@code An error occurred while attempting to write new versions of the server schema files: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA
An error occurred while attempting to write the updated schema: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED
{@code An error occurred while attempting to create copies of the existing schema files before applying the updates: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED
{@code An error occurred while attempting to create copies of the existing schema files before applying the updates: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
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> |
ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC
Circular reference detected for objectclass %s in which the superior class chain references the objectclass itself |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC
Unable to add DIT content rule %s because it references auxiliary object class %s which is marked as OBSOLETE in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR
Unable to add DIT content rule %s because it allows attribute type %s which is marked as OBSOLETE in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR
Unable to add DIT content rule %s because it prohibits attribute type %s which is marked as OBSOLETE in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR
Unable to add DIT content rule %s because it requires attribute type %s which is marked as OBSOLETE in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY
Unable to add DIT content rule %s because it references auxiliary object class %s which is defined in the server schema but is not an auxiliary class |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL
Unable to add DIT content rule %s because it references structural objectclass %s which is defined in the server schema but is not structural |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE
Unable to add DIT content rule %s because its structural object class %s is marked as OBSOLETE in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC
Unable to add DIT content rule %s because it references auxiliary objectclass %s which is not defined in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR
Unable to add DIT content rule %s because it references optional attribute type %s which is not defined in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR
Unable to add DIT content rule %s because it references prohibited attribute type %s which is not defined in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR
Unable to add DIT content rule %s because it references required attribute type %s which is not defined in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC
Unable to add DIT content rule %s because it references structural objectclass %s which is not defined in the server schema |
static LocalizableMessageDescriptor.Arg1<Object> |
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.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM
Unable to add DIT structure rule %s because its name form %s is marked OBSOLETE in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE
Unable to add DIT structure rule %s because it references superior rule %s which is marked as OBSOLETE in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM
Unable to add DIT structure rule %s because it references name form %s which is not defined in the server schema |
static LocalizableMessageDescriptor.Arg0 |
ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES
You do not have sufficient privileges to modify the Directory Server schema |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE
Unable to add matching rule use %s because it references matching rule %s which is already associated with another matching rule use %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR
Unable to add matching rule use %s because it references attribute type %s which is marked as OBSOLETE in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR
Unable to add matching rule use %s because its matching rule %s is marked OBSOLETE in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR
Unable to add matching rule use %s because it references attribute type %s which is not defined in the server schema |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE
Unable to add attribute type %s because it conflicts with multiple existing attribute types (%s and %s) |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR
Unable to add DIT content rule %s because it conflicts with multiple existing DIT content rules (%s and %s) |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR
Unable to add DIT structure rule %s because it conflicts with multiple existing DIT structure rules (%s and %s) |
static LocalizableMessageDescriptor.Arg1<Object> |
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.Arg3<Object,Object,Object> |
ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE
Unable to add matching rule use %s because it conflicts with multiple existing matching rule uses (%s and %s) |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM
Unable to add name form %s because it conflicts with multiple existing name forms (%s and %s) |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS
Unable to add objectclass %s because it conflicts with multiple existing objectclasses (%s and %s) |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR
Unable to add DIT structure rule %s because it references name form %s which is already associated with another DIT structure rule %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR
Unable to add name form %s because it allows attribute type %s which is marked as OBSOLETE in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR
Unable to add name form %s because it requires attribute type %s which is marked as OBSOLETE in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL
Unable to add name form %s because it references objectclass %s which is defined in the server schema but is not a structural objectclass |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE
Unable to add name form %s because its structural object class %s is marked as OBSOLETE in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR
Unable to add name form %s because it references optional attribute type %s which is not defined in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR
Unable to add name form %s because it references required attribute type %s which is not defined in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC
Unable to add name form %s because it references structural objectclass %s which is not defined in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE
Unable to add attribute type %s because the superior type %s is marked as OBSOLETE in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS
Unable to add object class %s because the superior class %s is marked as OBSOLETE in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR
Unable to add object class %s because optional attribute %s is marked as OBSOLETE in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR
Unable to add object class %s because required attribute %s is marked as OBSOLETE in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR
Unable to add objectclass %s because it allows attribute %s which is not defined in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR
Unable to add objectclass %s because it requires attribute %s which is not defined in the server schema |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR
Unable to remove attribute type %s from the server schema because it is referenced as a required, optional, or prohibited attribute type in DIT content rule %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE
Unable to remove attribute type %s from the server schema because it is referenced by matching rule use %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF
Unable to remove attribute type %s from the server schema because it is referenced as a required or optional attribute type in name form %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC
Unable to remove attribute type %s from the server schema because it is referenced as a required or optional attribute type in objectclass %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE
Unable to remove attribute type %s from the server schema because it is referenced as the superior type for attribute type %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE
Unable to remove DIT structure rule %s from the server schema because it is referenced as a superior rule for DIT structure rule %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR
Unable to remove name form %s from the server schema because it is referenced by DIT structure rule %s |
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
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> |
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> |
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> |
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> |
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> |
ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS
Unable to remove objectclass %s from the server schema because no such objectclass is defined |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR
Unable to remove objectclass %s from the server schema because it is referenced as a structural or auxiliary class for DIT content rule %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF
Unable to remove objectclass %s from the server schema because it is referenced as the structural class for name form %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS
Unable to remove objectclass %s from the server schema because it is referenced as the superior class for objectclass %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR
Unable to add DIT structure rule %s because its rule identifier conflicts with existing DIT structure rule (%s) |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR
Unable to add DIT content rule %s because it references structural objectclass %s which is already associated with another DIT content rule %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS
Unable to add objectclass %s because its superior class of %s is not defined in the server schema |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE
{@code The schema backend does not support the modification of the %s attribute type.
|
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_SCHEMA_PARSE_LINE
Ignoring schema definition '%s' because the following error occurred while it was being parsed: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
ERR_SCHEMA_UNABLE_TO_EXPORT_BASE
An error occurred while attempting to export the base schema entry: %s |
static LocalizableMessageDescriptor.Arg0 |
ERR_SEARCH_CANNOT_MIX_PAGEDRESULTS_AND_VLV
{@code The requested search operation included both the simple paged results control and the virtual list view control.
|
static LocalizableMessageDescriptor.Arg0 |
ERR_SEARCH_CANNOT_SORT_UNINDEXED
The search results cannot be sorted because the given search request is not indexed |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_SEARCH_NO_SUCH_OBJECT
The search base entry '%s' does not exist |
static LocalizableMessageDescriptor.Arg0 |
ERR_SEARCH_UNINDEXED_INSUFFICIENT_PRIVILEGES
You do not have sufficient privileges to perform an unindexed search |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME
An error occurred while trying to parse the actual start time value %s from task entry %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASK_CANNOT_PARSE_COMPLETION_TIME
An error occurred while trying to parse the completion time value %s from task entry %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME
An error occurred while trying to parse the scheduled start time value %s from task entry %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASK_EXECUTE_FAILED
An error occurred while executing the task defined in entry %s: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASK_INVALID_STATE
The task defined in entry %s is invalid because it has an invalid state %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASK_MISSING_ATTR
Task entry %s is missing required attribute %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE
There are multiple instances of attribute %s in task entry %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASK_MULTIPLE_VALUES_FOR_ATTR
There are multiple values for attribute %s in task entry %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASK_NO_VALUES_FOR_ATTR
There are no values for attribute %s in task entry %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASKBE_ADD_DISALLOWED_DN
New entries in the task backend may only be added immediately below %s for scheduled tasks or immediately below %s for recurring tasks |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_TASKBE_BACKING_FILE_EXISTS
{@code The specified task data backing file %s already exists and the Directory Server will not attempt to overwrite it.
|
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASKBE_BACKING_FILE_MISSING_PARENT
{@code The parent directory %s for the new task data backing file %s does not exist.
|
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY
{@code The parent directory %s for the new task data backing file %s exists but is not a directory.
|
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
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> |
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> |
ERR_TASKBE_DELETE_RUNNING
Unable to delete entry %s from the task backend because the associated task is currently running |
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
ERR_TASKBE_INVALID_BACKING_FILE_PATH
{@code The specified path %s for the new task data backing file appears to be an invalid path.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY
Unable to obtain a write lock on entry %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_TASKBE_MODIFY_COMPLETED
{@code Entry %s cannot be modified because the assoicated task has completed running.
|
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_TASKBE_MODIFY_INVALID_ENTRY
{@code Entry %s cannot be modified because it does not represent a task entry.
|
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
ERR_TASKBE_MODIFY_RECURRING
Entry %s cannot be modified because the server does not currently support modifying recurring task entries |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_TASKBE_MODIFY_RUNNING
{@code The task associated with entry %s is currently running.
|
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
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> |
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> |
ERR_TASKS_CANNOT_EXPORT_TO_FILE
An error occurred while attempting to export task backend data: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE
An error occurred while attempting to create a new tasks backing file %s for use with the task scheduler: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL
An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK
{@code An error occurred while trying to create an instance of class %s as a Directory Server task.
|
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_TASKSCHED_CANNOT_LOAD_CLASS
{@code An error occurred while attempting to load class %s specified in attribute %s of the provided task entry: %s.
|
static LocalizableMessageDescriptor.Arg3<Object,Number,Object> |
ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL
{@code An error occurred while attempting to read an entry from the tasks backing file %s on or near line %d: %s.
|
static LocalizableMessageDescriptor.Arg3<Object,Number,Object> |
ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE
{@code An error occurred while attempting to read an entry from the tasks backing file %s on or near line %d: %s.
|
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE
{@code An error occurred while attempting to rename the new tasks backing file from %s to %s: %s.
|
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY
An error occurred while attempting to parse entry %s as a recurring task and add it to the scheduler: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY
An error occurred while attempting to parse entry %s as a task and add it to the scheduler: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE
{@code An error occurred while attempting to write the new tasks data backing file %s: %s.
|
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASKSCHED_DEPENDENCY_MISSING
Unable to schedule task %s because its dependency task %s is missing |
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
ERR_TASKSCHED_DUPLICATE_TASK_ID
Unable to schedule task %s because another task already exists with the same ID |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASKSCHED_ENTRY_HAS_NO_PARENT
Entry %s read from the tasks backing file is invalid because it has no parent and does not match the task root DN of %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE
An error occurred while attempting to read from the tasks data backing file %s: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION
An error occurred while attempting to schedule the next iteration of recurring task %s: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TASKSCHED_INVALID_TASK_ENTRY_DN
Entry %s read from the tasks backing file %s has a DN which is not valid for a task or recurring task definition and will be ignored |
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
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> |
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> |
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> |
ERR_TASKSCHED_NOT_ALLOWED_TASK
The Directory Server is not configured to allow task %s to be invoked |
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK
Unable to remove pending task %s because no such task exists |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING
Unable to remove pending task %s because the task is no longer pending |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_TRUSTSTORE_ALIAS_IN_USE
The certificate entry %s already exists |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_TRUSTSTORE_CANNOT_ADD_CERT
Error while trying to add certificate %s to the trust store file %s: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY
An error occurred while trying to create a trust manager factory to access the contents of trust store file %s: %s |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_TRUSTSTORE_CANNOT_DELETE_CERT
Error while trying to delete certificate %s from the trust store file %s: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE
An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-file in configuration entry %s: %s |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_TRUSTSTORE_CANNOT_GENERATE_CERT
Error while attempting to generate a self-signed certificate %s in the trust store file %s: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TRUSTSTORE_CANNOT_LOAD
An error occurred while trying to load the trust store contents from file %s: %s |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT
Error while trying to retrieve certificate %s from the trust store file %s: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TRUSTSTORE_CANNOT_WRITE_CERT
Error while writing certificate %s to a file: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND
Unable to retrieve entry %s from the trust store backend because the certificate %s does not exist |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_TRUSTSTORE_COULD_NOT_CREATE_DEFAULT_PIN_FILE
An error occurred while trying to create the default truststore pin file %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TRUSTSTORE_COULD_NOT_RETRIEVE_PIN
An error occurred while trying to retrieve the truststore pin from the configuration attribute ds-cfg-trust-store-pin of configuration entry %s: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
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.Arg2<Object,Object> |
ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS
The entry %s could not be added because it contains multiple certificate attributes %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES
The entry %s could not be added because it contains multiple values of certificate attribute %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR
The entry %s could not be added because it does not contain a certificate attribute %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE
The entry %s could not be added because it does not contain a value of certificate attribute %s |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_TRUSTSTORE_ERROR_READING_KEY
Error reading key %s from key store %s: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_TRUSTSTORE_INVALID_BASE
Requested entry %s does not exist in the trust store backend |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
ERR_TRUSTSTORE_INVALID_TYPE
The trust store type %s specified in attribute ds-cfg-trust-store-type of configuration entry %s is not valid: %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_TRUSTSTORE_NO_SUCH_FILE
The trust store file %s specified in attribute ds-cfg-trust-store-file of configuration entry %s does not exist |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_UNABLE_TO_PURGE_ENTRIES
An unexpected error occurred while purging expired entries: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_UNCHECKED_EXCEPTION
Unchecked exception during database transaction: %s |
static LocalizableMessageDescriptor.Arg0 |
ERR_VERIFY_BACKEND_ONLINE
The backend must be disabled before verification process can start |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_VERIFY_DN2ID_MISSING_KEY
File dn2id is missing key %s. |
static LocalizableMessageDescriptor.Arg2<Object,Number> |
ERR_VERIFY_DN2ID_UNKNOWN_ID
File dn2id has DN <%s> referencing unknown ID %d. |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_VERIFY_DN2ID_WRONG_ENTRY
File dn2id has DN <%s> referencing entry with wrong DN <%s>. |
static LocalizableMessageDescriptor.Arg3<Number,Number,Object> |
ERR_VERIFY_DN2ID_WRONG_ID
File dn2id has ID %d instead of %d for key %s. |
static LocalizableMessageDescriptor.Arg2<Number,Object> |
ERR_VERIFY_DUPLICATE_REFERENCE
Duplicate reference to ID %d%n%s |
static LocalizableMessageDescriptor.Arg1<Object> |
ERR_VERIFY_EMPTY_IDSET
Empty ID set: %n%s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_VERIFY_ENTRY_NON_MATCHING_KEY
Reference to entry ID %s has a key which does not match the expected key%n%s |
static LocalizableMessageDescriptor.Arg3<Object,Number,Number> |
ERR_VERIFY_ID2COUNT_WRONG_COUNT
File id2childrenCount has wrong number of children for DN <%s> (got %d, expecting %d) |
static LocalizableMessageDescriptor.Arg1<Number> |
ERR_VERIFY_ID2COUNT_WRONG_ID
File id2ChildrenCount references non-existing EntryID <%d>. |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_VERIFY_MISSING_ENTRY_VLV
Missing entry %s in VLV index %s |
static LocalizableMessageDescriptor.Arg2<Number,Object> |
ERR_VERIFY_MISSING_ID
Missing ID %d%n%s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_VERIFY_UNEXPECTED_REFERENCE
Reference to entry <%s> which does not match the value%n%s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
ERR_VERIFY_UNKNOWN_ID
Reference to unknown entry ID %s%n%s |
static LocalizableMessageDescriptor.Arg2<Number,Object> |
ERR_VERIFY_UNKNOWN_REFERENCE
Reference to unknown ID %d%n%s |
static LocalizableMessageDescriptor.Arg2<Number,Number> |
ERR_VERIFY_WRONG_ENTRY_COUNT
The stored entry count in id2entry (%d) does not agree with the actual number of entry records found (%d). |
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
ERR_VLV_INDEX_NOT_CONFIGURED
There is no VLV index configured with name '%s' |
static LocalizableMessageDescriptor.Arg2<Number,Number> |
INFO_CACHE_AND_MEMORY_REPORT
Free memory = %d MB, Cache miss rate = %.1f/record |
static LocalizableMessageDescriptor.Arg2<Object,Number> |
INFO_ERGONOMIC_SIZING_OF_JE_CLEANER_THREADS
JE backend '%s' does not specify the number of cleaner threads: defaulting to %d threads |
static LocalizableMessageDescriptor.Arg2<Object,Number> |
INFO_ERGONOMIC_SIZING_OF_JE_LOCK_TABLES
JE backend '%s' does not specify the number of lock tables: defaulting to %d |
static LocalizableMessageDescriptor.Arg1<Object> |
INFO_INDEX_FILTER_INDEX_LIMIT_EXCEEDED
The filter value exceeded the index entry limit for the %s index |
static LocalizableMessageDescriptor.Arg1<Object> |
INFO_INDEX_FILTER_INDEX_NOT_TRUSTED
%s index is invalid and needs to be rebuilt |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
INFO_INDEX_FILTER_INDEX_TYPE_DISABLED
%s index type is disabled for the %s attribute |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
INFO_INDEX_FILTER_MATCHING_RULE_NOT_INDEXED
Matching rule %s is disabled for the extensible index of the %s attribute |
static LocalizableMessageDescriptor.Arg0 |
INFO_LDIF_BACKEND_BASE_DN_CHANGED
The change to the LDIF backend base DN will not take effect until the backend is disabled and re-enabled |
static LocalizableMessageDescriptor.Arg0 |
INFO_LDIF_BACKEND_LDIF_FILE_CHANGED
The change to the LDIF file path will not take effect until the backend is disabled and re-enabled |
static LocalizableMessageDescriptor.Arg0 |
INFO_LDIF_BACKEND_VISIBILITY_CHANGED
The change to the LDIF backend visibility will not take effect until the backend is disabled and re-enabled |
static LocalizableMessageDescriptor.Arg0 |
INFO_MONITOR_USING_NEW_USER_ATTRS
The monitor configuration has been updated so that it will now use a new set of user-defined attributes |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
INFO_PROXY_BASE_DNS_REGISTRATION_CHANGE
{@code Proxy backend '%s' automatically registered itself against the base DNs %s.
|
static LocalizableMessageDescriptor.Arg2<Object,Object> |
INFO_PROXY_DISCOVERY_RECONFIGURATION_IN_PROGRESS
{@code Configuration of proxy backend '%s' with service discovery mechanism '%s' is in progress.
|
static LocalizableMessageDescriptor.Arg4<Object,Object,Object,Object> |
INFO_PROXY_FAILOVER_EFFECTIVE
Proxy backend '%s' successfully configured failover via the service discovery mechanism '%s': primary servers are %s and secondary servers are %s |
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
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.Arg2<Object,Object> |
INFO_PROXY_SERVER_AVAILABLE
The server '%s' for proxy backend '%s' is available and will be used for proxying requests |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS
The root DSE configuration has been updated so that configuration attribute %s will now use a value of %s |
static LocalizableMessageDescriptor.Arg1<Object> |
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.Arg0 |
INFO_ROOTDSE_USING_NEW_USER_ATTRS
The root DSE configuration has been updated so that it will now use a new set of user-defined attributes |
static LocalizableMessageDescriptor.Arg0 |
INFO_ROOTDSE_USING_SUFFIXES_AS_BASE_DNS
The root DSE configuration has been updated so that it will now use the defined set of Directory Server suffixes when performing searches below the root DSE |
static LocalizableMessageDescriptor.Arg0 |
INFO_SCHEMA_USING_NEW_USER_ATTRS
The schema configuration has been updated so that it will now use a new set of user-defined attributes |
static LocalizableMessageDescriptor.Arg5<Object,Object,Object,Object,Object> |
INFO_TASK_COMPLETION_BODY
Task ID: %s
Task State: %s
Scheduled Start Time: %s
Actual Start Time: %s
Completion Time: %s
Log Messages:
|
static LocalizableMessageDescriptor.Arg0 |
INFO_TASKBE_BACKING_FILE_HEADER
{@code This file contains the data used by the Directory Server task scheduler backend.
|
static LocalizableMessageDescriptor.Arg0 |
INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN
The tasks backend is being shut down |
static LocalizableMessageDescriptor.Arg0 |
INFO_TASKBE_RUNNING_TASK_CANCELLED
Task processing was interrupted by a modify request to cancel the task |
static LocalizableMessageDescriptor.Arg1<Object> |
INFO_TASKBE_UPDATED_BACKING_FILE
{@code The path to the task data backing file has been changed to %s.
|
static LocalizableMessageDescriptor.Arg1<Number> |
INFO_TASKBE_UPDATED_RETENTION_TIME
{@code The completed task retention time has been updated to %d seconds.
|
static LocalizableMessageDescriptor.Arg1<Number> |
INFO_VERIFY_AVERAGE_REFERENCE_COUNT
Average number of entries referenced is %.2f/record |
static LocalizableMessageDescriptor.Arg1<Number> |
INFO_VERIFY_ENTRY_LIMIT_EXCEEDED_COUNT
Number of records that exceed the entry limit: %d |
static LocalizableMessageDescriptor.Arg0 |
INFO_VERIFY_ENTRY_LIMIT_STATS_HEADER
Statistics for records that have exceeded the entry limit: |
static LocalizableMessageDescriptor.Arg5<Object,Number,Number,Number,Number> |
INFO_VERIFY_ENTRY_LIMIT_STATS_ROW
File %s has %d such record(s) min=%d max=%d median=%d |
static LocalizableMessageDescriptor.Arg1<Number> |
INFO_VERIFY_MAX_REFERENCE_COUNT
Maximum number of entries referenced by any record is %d |
static LocalizableMessageDescriptor.Arg1<Number> |
INFO_VERIFY_MULTIPLE_REFERENCE_COUNT
Number of records referencing more than one entry: %d |
static LocalizableMessageDescriptor.Arg1<Object> |
NOTE_BACKEND_OFFLINE
The backend %s is now taken offline |
static LocalizableMessageDescriptor.Arg2<Object,Number> |
NOTE_BACKEND_STARTED
The database backend %s containing %d entries has started |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
NOTE_CONFIG_DB_DIR_REQUIRES_RESTART
{@code The change to the DB directory will not take effect until the backend is restarted.
|
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
NOTE_CONFIG_INDEX_ENTRY_LIMIT_REQUIRES_REBUILD
{@code Some index keys have already exceeded the previous index entry limit in index %s.
|
static LocalizableMessageDescriptor.Arg4<Number,Number,Number,Number> |
NOTE_EXPORT_FINAL_STATUS
Exported %d entries and skipped %d in %d seconds (average rate %.1f/sec) |
static LocalizableMessageDescriptor.Arg3<Number,Number,Number> |
NOTE_EXPORT_PROGRESS_REPORT
Exported %d records and skipped %d (recent rate %.1f/sec) |
static LocalizableMessageDescriptor.Arg0 |
NOTE_IMPORT_CLOSING_DATABASE
Flushing data to disk |
static LocalizableMessageDescriptor.Arg7<Number,Number,Number,Number,Number,Number,Number> |
NOTE_IMPORT_FINAL_STATUS
Processed %d entries, imported %d, skipped %d, rejected %d and migrated %d in %d seconds (average rate %.1f/sec) |
static LocalizableMessageDescriptor.Arg2<Number,Number> |
NOTE_IMPORT_LDIF_DB_MEM_BUF_INFO
Setting DB cache size to %d bytes and phase one buffer size to %d bytes |
static LocalizableMessageDescriptor.Arg1<Object> |
NOTE_IMPORT_LDIF_INDEX_CLOSE
Index %s phase two processing completed |
static LocalizableMessageDescriptor.Arg3<Object,Number,Number> |
NOTE_IMPORT_LDIF_INDEX_STARTED
Index %s phase two started processing %d buffers in %d batches |
static LocalizableMessageDescriptor.Arg4<Number,Number,Number,Number> |
NOTE_IMPORT_LDIF_OFFHEAP_MEM_BUF_INFO
{@code Setting DB cache size to %d MB.
|
static LocalizableMessageDescriptor.Arg6<Object,Number,Number,Number,Number,Number> |
NOTE_IMPORT_LDIF_PHASE_TWO_REPORT
Index %s %d%% complete: remaining = %d KB, rate = %d KB/s; batch %d/%d |
static LocalizableMessageDescriptor.Arg1<Number> |
NOTE_IMPORT_LDIF_ROOTCONTAINER_CLOSE
Import LDIF environment close took %d seconds |
static LocalizableMessageDescriptor.Arg2<Number,Number> |
NOTE_IMPORT_LDIF_TOT_MEM_BUF
{@code The amount of free memory available to the import task is %d bytes.
|
static LocalizableMessageDescriptor.Arg3<Number,Number,Number> |
NOTE_IMPORT_PHASE_STATS
{@code Total import time was %d seconds.
|
static LocalizableMessageDescriptor.Arg4<Number,Number,Number,Number> |
NOTE_IMPORT_PROGRESS_REPORT
Processed %d entries, skipped %d and rejected %d (recent rate %.1f/sec) |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
NOTE_IMPORT_STARTING
%s starting import (build %s, R%s) |
static LocalizableMessageDescriptor.Arg1<Number> |
NOTE_IMPORT_THREAD_COUNT
Import Thread Count: %d threads |
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
NOTE_JEB_BACKUP_CLEANER_ACTIVITY
Including %s additional log file(s) due to cleaner activity |
static LocalizableMessageDescriptor.Arg1<Number> |
NOTE_LOOKTHROUGH_LIMIT_EXCEEDED
This search operation has checked the maximum of %d entries for matches |
static LocalizableMessageDescriptor.Arg1<Object> |
NOTE_PROXY_CONNECTION_OPTIONS_CHANGED
{@code Connection options have changed for the proxy backend '%s'.
|
static LocalizableMessageDescriptor.Arg1<Object> |
NOTE_PROXY_CONNECTION_POOL_OPTIONS_CHANGED
{@code Connection pool options have changed for the proxy backend '%s'.
|
static LocalizableMessageDescriptor.Arg5<Object,Object,Object,Object,Object> |
NOTE_PROXY_REMOTE_SERVERS_CHANGED
{@code Remote servers changed for the proxy backend '%s'.
|
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
NOTE_PROXY_SERVICE_DISCOVERY_CHANGED
{@code Service discovery mechanism has changed from '%s' to '%s' for proxy backend '%s'.
|
static LocalizableMessageDescriptor.Arg1<Number> |
NOTE_REBUILD_ALL_START
Rebuild of all indexes started with %d total entries to process |
static LocalizableMessageDescriptor.Arg1<Object> |
NOTE_REBUILD_CLEARDEGRADEDSTATE_FINAL_STATUS
Degraded state of index(es) %s has been cleared |
static LocalizableMessageDescriptor.Arg1<Number> |
NOTE_REBUILD_DEGRADED_START
Rebuild of all degraded indexes started with %d total entries to process |
static LocalizableMessageDescriptor.Arg3<Number,Number,Number> |
NOTE_REBUILD_FINAL_STATUS
{@code Rebuild complete.
|
static LocalizableMessageDescriptor.Arg0 |
NOTE_REBUILD_NOTHING_TO_REBUILD
Rebuilding index finished: no indexes to rebuild. |
static LocalizableMessageDescriptor.Arg4<Number,Number,Number,Number> |
NOTE_REBUILD_PROGRESS_REPORT
{@code %.1f%% Completed.
|
static LocalizableMessageDescriptor.Arg2<Object,Number> |
NOTE_REBUILD_START
Rebuild of index(es) %s started with %d total entries to process |
static LocalizableMessageDescriptor.Arg1<Object> |
NOTE_REFERRAL_RESULT_MESSAGE
A referral entry %s indicates that the operation must be processed at a different server |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
NOTE_TASK_FINISHED
%s task %s finished execution in the state %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
NOTE_TASK_STARTED
%s task %s started execution |
static LocalizableMessageDescriptor.Arg4<Number,Number,Number,Number> |
NOTE_VERIFY_CLEAN_FINAL_STATUS
Checked %d records and found %d error(s) in %d seconds (average rate %.1f/sec) |
static LocalizableMessageDescriptor.Arg4<Number,Number,Number,Number> |
NOTE_VERIFY_FINAL_STATUS
Checked %d entries and found %d error(s) in %d seconds (average rate %.1f/sec) |
static LocalizableMessageDescriptor.Arg4<Number,Number,Number,Number> |
NOTE_VERIFY_PROGRESS_REPORT
Processed %d out of %d records and found %d error(s) (recent rate %.1f/sec) |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
PROXY_DIAGNOSTIC_MESSAGE_WITH_CLIENT_SIDE_RESULT_CODE
Initial result code was '%s', with diagnostic message: %s |
static LocalizableMessageDescriptor.Arg1<Object> |
WARN_BACKUPDB_INCREMENTAL_NOT_FOUND_DOING_NORMAL
{@code Could not find any backup in '%s'.
|
static LocalizableMessageDescriptor.Arg4<Number,Object,Number,Object> |
WARN_DISK_SPACE_FULL_THRESHOLD_CROSSED
{@code Disk free space of %d bytes for directory %s is now below disk low threshold of %d bytes.
|
static LocalizableMessageDescriptor.Arg4<Number,Object,Number,Object> |
WARN_DISK_SPACE_LOW_THRESHOLD_CROSSED
{@code Disk free space of %d bytes for directory %s is now below low threshold of %d bytes.
|
static LocalizableMessageDescriptor.Arg0 |
WARN_FUNCTION_NOT_SUPPORTED
The requested operation is not supported by this backend |
static LocalizableMessageDescriptor.Arg1<Object> |
WARN_GET_ENTRY_COUNT_FAILED
Unable to determine the total number of entries in the container: %s |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
WARN_PROXY_NO_FAILOVER_ONLY_PRIMARY_SERVERS_DISCOVERED
{@code Proxy backend '%s' cannot failover: only primary servers have been discovered via the service discovery mechanism '%s'.
|
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
WARN_PROXY_NO_FAILOVER_ONLY_SECONDARY_SERVERS_DISCOVERED
{@code Proxy backend '%s' cannot failover: only secondary servers have been discovered via the service discovery mechanism '%s'.
|
static LocalizableMessageDescriptor.Arg2<Object,Object> |
WARN_PROXY_PRIMARY_SERVERS_UNAVAILABLE
{@code The primary servers for proxy backend '%s' are unavailable.
|
static LocalizableMessageDescriptor.Arg2<Object,Object> |
WARN_PROXY_SECONDARY_SERVERS_UNAVAILABLE
{@code The secondary servers for proxy backend '%s' are unavailable.
|
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
WARN_PROXY_SERVER_UNAVAILABLE
{@code The server '%s' for proxy backend '%s' is unavailable.
|
static LocalizableMessageDescriptor.Arg1<Object> |
WARN_ROOTDSE_GET_ENTRY_NONROOT
{@code The root DSE backend was asked to retrieve entry with DN "%s".
|
static LocalizableMessageDescriptor.Arg1<Object> |
WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE
{@code Base DN "%s" is configured as one of the subordinate base DNs to use for searches below the root DSE.
|
static LocalizableMessageDescriptor.Arg1<Object> |
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.Arg2<Object,Object> |
WARN_SET_PERMISSIONS_FAILED
An error occurred while setting file permissions for the backend database directory %s: %s |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE
{@code An error occurred while attempting to rename the current tasks backing file from %s to %s: %s.
|
static LocalizableMessageDescriptor.Arg1<Object> |
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> |
WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED
Failed to set permissions on trust store file %s |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
WARN_TTL_INDEX_OVER_INDEX_ENTRY_LIMIT
Unable to locate all expired entries on backend '%s' because the ttl-enabled index '%s' has reached the configured index-entry-limit. |
static LocalizableMessageDescriptor.Arg2<Object,Object> |
WARN_UNABLE_SET_PERMISSIONS
This platform does not support setting file permissions %s to the database directory %s |
static LocalizableMessageDescriptor.Arg3<Object,Object,Object> |
WARN_UNINDEXED_INTERNAL_SEARCH
{@code The server is performing an unindexed internal search request with base DN '%s', scope '%s', and filter '%s'.
|
Modifier and Type | Method and Description |
---|---|
static String |
resourceName()
Returns the name of the resource associated with the messages contained
in this class.
|
public static final LocalizableMessageDescriptor.Arg0 ERR_ROOTDSE_CONFIG_ENTRY_NULL
An attempt was made to configure the root DSE backend without providing a configuration entry. This is not allowed
public static final LocalizableMessageDescriptor.Arg1<Object> 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. However, this base DN is not handled by any suffix registered with the Directory Server and will therefore not be used
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> WARN_ROOTDSE_GET_ENTRY_NONROOT
The root DSE backend was asked to retrieve entry with DN "%s". This backend should only be asked to retrieve the root DSE itself. However, it will check with the defined subordinate backends and see if it can find the requested entry
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_ROOTDSE_MODIFY_NOT_SUPPORTED
Unwilling to update entry "%s" because modify operations are not supported in the root DSE backend. If you wish to alter the contents of the root DSE itself, then it may be possible to do so by modifying the "%s" entry in the configuration
public static final LocalizableMessageDescriptor.Arg3<Number,Number,Object> ERR_ROOTDSE_INVALID_SEARCH_BASE
Unwilling to perform a search (connection ID %d, operation ID %d) with a base DN of "%s" in the root DSE backend. The base DN for searches in this backend must be the DN of the root DSE itself
public static final LocalizableMessageDescriptor.Arg3<Number,Number,Object> ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE
An unexpected failure occurred while trying to process a search operation (connection ID %d, operation ID %d) in the root DSE backend: %s
public static final LocalizableMessageDescriptor.Arg3<Number,Number,Object> ERR_ROOTDSE_INVALID_SEARCH_SCOPE
Unable to process the search with connection ID %d and operation ID %d because it had an invalid scope of %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER
An unexpected error occurred while trying to open the LDIF writer for the root DSE backend: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE
An unexpected error occurred while trying to export the root DSE entry to the specified LDIF target: %s
public static final LocalizableMessageDescriptor.Arg0 ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED
The root DSE backend does not provide a facility for backup and restore operations. The contents of the root DSE should be backed up as part of the Directory Server configuration
public static final LocalizableMessageDescriptor.Arg0 INFO_ROOTDSE_USING_SUFFIXES_AS_BASE_DNS
The root DSE configuration has been updated so that it will now use the defined set of Directory Server suffixes when performing searches below the root DSE
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg0 INFO_ROOTDSE_USING_NEW_USER_ATTRS
The root DSE configuration has been updated so that it will now use a new set of user-defined attributes
public static final LocalizableMessageDescriptor.Arg0 ERR_MONITOR_CONFIG_ENTRY_NULL
An attempt was made to configure the monitor backend without providing a configuration entry. This is not allowed, and no monitor information will be available over protocol
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_BACKEND_ADD_NOT_SUPPORTED
Unwilling to add entry "%s" because add operations are not supported in the "%s" backend
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_BACKEND_DELETE_NOT_SUPPORTED
Unwilling to remove entry "%s" because delete operations are not supported in the "%s" backend
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_MONITOR_MODIFY_NOT_SUPPORTED
Unwilling to update entry "%s" because modify operations are not supported in the monitor backend. If you wish to alter the contents of the base monitor entry itself, then it may be possible to do so by modifying the "%s" entry in the configuration
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_BACKEND_MODIFY_DN_NOT_SUPPORTED
Unwilling to rename entry "%s" because modify DN operations are not supported in the "%s" backend
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MONITOR_UNABLE_TO_EXPORT_BASE
An error occurred while attempting to export the base monitor entry: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY
An error occurred while attempting to export the monitor entry for monitor provider %s: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_IMPORT_NOT_SUPPORTED
The "%s" backend does not support LDIF import operations
public static final LocalizableMessageDescriptor.Arg0 INFO_MONITOR_USING_NEW_USER_ATTRS
The monitor configuration has been updated so that it will now use a new set of user-defined attributes
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_GET_ENTRY_NULL
Unable to retrieve the requested entry from the "%s" backend because the provided DN was null
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_BACKEND_CANNOT_DECODE_BACKEND_ROOT_DN
Unable to initialize the "%s" backend because an error occurred while attempting to decode the base DN for this backend: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_MONITOR_INVALID_BASE
Unable to retrieve the requested entry %s from the monitor backend because the DN is not below the monitor base of %s
public static final LocalizableMessageDescriptor.Arg0 ERR_SCHEMA_CONFIG_ENTRY_NULL
An attempt was made to configure the schema backend without providing a configuration entry. This is not allowed, and no schema information will be available over protocol
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_UNABLE_TO_EXPORT_BASE
An error occurred while attempting to export the base schema entry: %s
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER
An unexpected error occurred while trying to open the LDIF writer for the schema backend: %s
public static final LocalizableMessageDescriptor.Arg0 INFO_SCHEMA_USING_NEW_USER_ATTRS
The schema configuration has been updated so that it will now use a new set of user-defined attributes
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_CANNOT_LOCK_ENTRY
The Directory Server was unable to obtain a lock on entry %s after multiple attempts. This could mean that the entry is already locked by a long-running operation or that the entry has previously been locked but was not properly unlocked
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASK_INVALID_STATE
The task defined in entry %s is invalid because it has an invalid state %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME
An error occurred while trying to parse the scheduled start time value %s from task entry %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME
An error occurred while trying to parse the actual start time value %s from task entry %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASK_CANNOT_PARSE_COMPLETION_TIME
An error occurred while trying to parse the completion time value %s from task entry %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASK_MISSING_ATTR
Task entry %s is missing required attribute %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE
There are multiple instances of attribute %s in task entry %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASK_NO_VALUES_FOR_ATTR
There are no values for attribute %s in task entry %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASK_MULTIPLE_VALUES_FOR_ATTR
There are multiple values for attribute %s in task entry %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASK_EXECUTE_FAILED
An error occurred while executing the task defined in entry %s: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_NO_ID_ATTRIBUTE
The provided recurring task entry does not contain attribute %s which is needed to hold the recurring task ID
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE
The provided recurring task entry does not contain attribute %s which is needed to specify recurring task schedule
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_RECURRINGTASK_CANNOT_LOAD_CLASS
An error occurred while attempting to load class %s specified in attribute %s of the provided recurring task entry: %s. Does this class exist in the Directory Server classpath?
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK
An error occurred while trying to create an instance of class %s as a Directory Server task. Is this class a subclass of %s?
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL
An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_BACKING_FILE_EXISTS
The specified task data backing file %s already exists and the Directory Server will not attempt to overwrite it. Please delete or rename the existing file before attempting to use that path for the new backing file, or choose a new path
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_INVALID_BACKING_FILE_PATH
The specified path %s for the new task data backing file appears to be an invalid path. Please choose a new path for the task data backing file
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASKBE_BACKING_FILE_MISSING_PARENT
The parent directory %s for the new task data backing file %s does not exist. Please create this directory before attempting to use this path for the new backing file or choose a new path
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY
The parent directory %s for the new task data backing file %s exists but is not a directory. Please choose a new path for the task data backing file
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_ERROR_GETTING_BACKING_FILE
An error occurred while attempting to determine the new path to the task data backing file: %s
public static final LocalizableMessageDescriptor.Arg1<Number> INFO_TASKBE_UPDATED_RETENTION_TIME
The completed task retention time has been updated to %d seconds. This will take effect immediately
public static final LocalizableMessageDescriptor.Arg1<Object> INFO_TASKBE_UPDATED_BACKING_FILE
The path to the task data backing file has been changed to %s. A snapshot of the current task configuration has been written to that file and it will continue to be used for future updates
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASKBE_ADD_DISALLOWED_DN
New entries in the task backend may only be added immediately below %s for scheduled tasks or immediately below %s for recurring tasks
public static final LocalizableMessageDescriptor.Arg0 INFO_TASKBE_BACKING_FILE_HEADER
This file contains the data used by the Directory Server task scheduler backend. Do not edit this file directly, as there is a risk that those changes will be lost. Scheduled and recurring task definitions should only be edited using the administration utilities provided with the Directory Server
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_DUPLICATE_TASK_ID
Unable to schedule task %s because another task already exists with the same ID
public static final LocalizableMessageDescriptor.Arg1<Object> WARN_TASKSCHED_DUPLICATE_TASK_ID
Unable to add completed task %s to the task scheduler because another task already exists with the same ID
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION
An error occurred while attempting to schedule the next iteration of recurring task %s: %s
public static final LocalizableMessageDescriptor.Arg3<Object,Number,Object> ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE
An error occurred while attempting to read an entry from the tasks backing file %s on or near line %d: %s. This is not a fatal error, so the task scheduler will attempt to continue parsing the file and schedule any additional tasks that it contains
public static final LocalizableMessageDescriptor.Arg3<Object,Number,Object> ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL
An error occurred while attempting to read an entry from the tasks backing file %s on or near line %d: %s. This is an unrecoverable error, and parsing cannot continue
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASKSCHED_ENTRY_HAS_NO_PARENT
Entry %s read from the tasks backing file is invalid because it has no parent and does not match the task root DN of %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY
An error occurred while attempting to parse entry %s as a recurring task and add it to the scheduler: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY
An error occurred while attempting to parse entry %s as a task and add it to the scheduler: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASKSCHED_INVALID_TASK_ENTRY_DN
Entry %s read from the tasks backing file %s has a DN which is not valid for a task or recurring task definition and will be ignored
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE
An error occurred while attempting to read from the tasks data backing file %s: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE
An error occurred while attempting to create a new tasks backing file %s for use with the task scheduler: %s
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_TASKSCHED_CANNOT_LOAD_CLASS
An error occurred while attempting to load class %s specified in attribute %s of the provided task entry: %s. Does this class exist in the Directory Server classpath?
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK
An error occurred while trying to create an instance of class %s as a Directory Server task. Is this class a subclass of %s?
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL
An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry: %s
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE
An error occurred while attempting to rename the current tasks backing file from %s to %s: %s. The previous task configuration (which does not reflect the latest update) may be lost
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE
An error occurred while attempting to rename the new tasks backing file from %s to %s: %s. If the Directory Server is restarted, then the task scheduler may not work as expected
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE
An error occurred while attempting to write the new tasks data backing file %s: %s. Configuration information reflecting the latest update may be lost
public static final LocalizableMessageDescriptor.Arg0 INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN
The tasks backend is being shut down
public static final LocalizableMessageDescriptor.Arg2<Object,Object> INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS
The root DSE configuration has been updated so that configuration attribute %s will now use a value of %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK
Unable to remove pending task %s because no such task exists
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING
Unable to remove pending task %s because the task is no longer pending
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK
Unable to remove completed task %s because no such task exists in the list of completed tasks
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_DELETE_RUNNING
Unable to delete entry %s from the task backend because the associated task is currently running
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_CONFIG_ENTRY_NULL
Unable to initialize the "%s" backend because the provided configuration entry is null
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_INVALID_BASE
Requested entry %s does not exist in the backup backend
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_BACKUP_INVALID_BACKUP_DIRECTORY
Unable to retrieve entry %s from the backup backend because the requested backup directory is invalid: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY
An error occurred while attempting to examine the requested backup directory: %s
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_NO_BACKUP_PARENT_DN
Unable to retrieve entry %s from the backup backend because it does not have a parent
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_BACKUP_NO_SUCH_BACKUP
Backup %s does not exist in backup directory %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_BACKEND_MODIFY_NOT_SUPPORTED
Unwilling to update entry "%s" because modify operations are not supported in the "%s" backend
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_NO_SUCH_ENTRY
The requested entry %s does not exist in the backup backend
public static final LocalizableMessageDescriptor.Arg0 ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE
Exactly one base DN must be provided for use with the memory-based backend
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS
Entry %s already exists in the memory-based backend
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG
Entry %s does not belong in the memory-based backend
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST
Unable to add entry %s because its parent entry %s does not exist in the memory-based backend
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_BACKEND_ENTRY_DOESNT_EXIST
Entry %s does not exist in the "%s" backend
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN
Cannot delete entry %s because it has one or more subordinate entries
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER
Unable to create an LDIF writer: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF
Cannot write entry %s to LDIF: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER
Unable to create an LDIF reader: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_ERROR_READING_LDIF
An unrecoverable error occurred while reading from LDIF: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_ERROR_DURING_IMPORT
An unexpected error occurred while processing the import: %s
public static final LocalizableMessageDescriptor.Arg0 ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED
The memory-based backend does not support backup or restore operations
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN
Cannot rename entry %s because it has one or more subordinate entries
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND
Cannot rename entry %s because the target entry is in a different backend
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST
Cannot rename entry %s because the new parent entry %s doesn't exist
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_BACKEND_CANNOT_REGISTER_BASEDNS
An error occurred while attempting to register the base DNs %s in the Directory Server: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_INVALID_MODIFICATION_TYPE
The schema backend does not support the %s modification type
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE
The schema backend does not support the modification of the %s attribute type. Only attribute types, object classes, ldap syntaxes, name forms, DIT content rules, DIT structure rules, and matching rule uses may be modified
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS
An error occurred while attempting to decode the object class "%s": %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS
Unable to add objectclass %s because its superior class of %s is not defined in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR
Unable to add objectclass %s because it requires attribute %s which is not defined in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR
Unable to add objectclass %s because it allows attribute %s which is not defined in the server schema
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA
An error occurred while attempting to write the updated schema: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM
An error occurred while attempting to decode the name form "%s": %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR
An error occurred while attempting to decode the DIT content rule "%s": %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR
An error occurred while attempting to decode the DIT structure rule "%s": %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE
An error occurred while attempting to decode the matching rule use "%s": %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_DELETE_NO_VALUES
The server will not allow removing all values for the %s attribute type in the server schema
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE
Unable to add attribute type %s because it conflicts with multiple existing attribute types (%s and %s)
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS
Unable to add objectclass %s because it conflicts with multiple existing objectclasses (%s and %s)
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM
Unable to add name form %s because it conflicts with multiple existing name forms (%s and %s)
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC
Unable to add name form %s because it references structural objectclass %s which is not defined in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR
Unable to add name form %s because it references required attribute type %s which is not defined in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR
Unable to add name form %s because it references optional attribute type %s which is not defined in the server schema
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR
Unable to add DIT content rule %s because it conflicts with multiple existing DIT content rules (%s and %s)
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR
Unable to add DIT content rule %s because it references structural objectclass %s which is already associated with another DIT content rule %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC
Unable to add DIT content rule %s because it references structural objectclass %s which is not defined in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC
Unable to add DIT content rule %s because it references auxiliary objectclass %s which is not defined in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR
Unable to add DIT content rule %s because it references required attribute type %s which is not defined in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR
Unable to add DIT content rule %s because it references optional attribute type %s which is not defined in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR
Unable to add DIT content rule %s because it references prohibited attribute type %s which is not defined in the server schema
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR
Unable to add DIT structure rule %s because it conflicts with multiple existing DIT structure rules (%s and %s)
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR
Unable to add DIT structure rule %s because it references name form %s which is already associated with another DIT structure rule %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM
Unable to add DIT structure rule %s because it references name form %s which is not defined in the server schema
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE
Unable to add matching rule use %s because it conflicts with multiple existing matching rule uses (%s and %s)
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE
Unable to add matching rule use %s because it references matching rule %s which is already associated with another matching rule use %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR
Unable to add matching rule use %s because it references attribute type %s which is not defined in the server schema
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT
Circular reference detected for attribute type %s in which the superior type chain references the attribute type itself
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC
Circular reference detected for objectclass %s in which the superior class chain references the objectclass itself
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> 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. The server was able to restore the original schema configuration, so no additional cleanup should be required
public static final LocalizableMessageDescriptor.Arg1<Object> 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. A problem also occurred when attempting to restore the original schema configuration, so the server may be left in an inconsistent state and could require manual cleanup
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED
An error occurred while attempting to write new versions of the server schema files: %s. The server was able to restore the original schema configuration, so no additional cleanup should be required
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED
An error occurred while attempting to write new versions of the server schema files: %s. A problem also occurred when attempting to restore the original schema configuration, so the server may be left in an inconsistent state and could require manual cleanup
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE
Unable to remove attribute type %s from the server schema because it is referenced as the superior type for attribute type %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC
Unable to remove attribute type %s from the server schema because it is referenced as a required or optional attribute type in objectclass %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF
Unable to remove attribute type %s from the server schema because it is referenced as a required or optional attribute type in name form %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR
Unable to remove attribute type %s from the server schema because it is referenced as a required, optional, or prohibited attribute type in DIT content rule %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE
Unable to remove attribute type %s from the server schema because it is referenced by matching rule use %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS
Unable to remove objectclass %s from the server schema because no such objectclass is defined
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS
Unable to remove objectclass %s from the server schema because it is referenced as the superior class for objectclass %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF
Unable to remove objectclass %s from the server schema because it is referenced as the structural class for name form %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR
Unable to remove objectclass %s from the server schema because it is referenced as a structural or auxiliary class for DIT content rule %s
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR
Unable to remove name form %s from the server schema because it is referenced by DIT structure rule %s
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE
Unable to remove DIT structure rule %s from the server schema because it is referenced as a superior rule for DIT structure rule %s
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL
Unable to add name form %s because it references objectclass %s which is defined in the server schema but is not a structural objectclass
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL
Unable to add DIT content rule %s because it references structural objectclass %s which is defined in the server schema but is not structural
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE
Unable to add attribute type %s because the superior type %s is marked as OBSOLETE in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR
Unable to add attribute type %s because the associated matching rule %s is marked as OBSOLETE in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS
Unable to add object class %s because the superior class %s is marked as OBSOLETE in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR
Unable to add object class %s because required attribute %s is marked as OBSOLETE in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR
Unable to add object class %s because optional attribute %s is marked as OBSOLETE in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE
Unable to add name form %s because its structural object class %s is marked as OBSOLETE in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR
Unable to add name form %s because it requires attribute type %s which is marked as OBSOLETE in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR
Unable to add name form %s because it allows attribute type %s which is marked as OBSOLETE in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE
Unable to add DIT content rule %s because its structural object class %s is marked as OBSOLETE in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY
Unable to add DIT content rule %s because it references auxiliary object class %s which is defined in the server schema but is not an auxiliary class
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR
Unable to add DIT content rule %s because it requires attribute type %s which is marked as OBSOLETE in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR
Unable to add DIT content rule %s because it allows attribute type %s which is marked as OBSOLETE in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR
Unable to add DIT content rule %s because it prohibits attribute type %s which is marked as OBSOLETE in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM
Unable to add DIT structure rule %s because its name form %s is marked OBSOLETE in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE
Unable to add DIT structure rule %s because it references superior rule %s which is marked as OBSOLETE in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR
Unable to add matching rule use %s because its matching rule %s is marked OBSOLETE in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR
Unable to add matching rule use %s because it references attribute type %s which is marked as OBSOLETE in the server schema
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC
Unable to add DIT content rule %s because it references auxiliary object class %s which is marked as OBSOLETE in the server schema
public static final LocalizableMessageDescriptor.Arg0 ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES
You do not have sufficient privileges to modify the Directory Server schema
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE
Unable to find a file containing concatenated schema element definitions in order to determine if any schema changes were made with the server offline. The file was expected in the %s directory and should have been named either %s or %s
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE
An error occurred while attempting to write file %s containing a concatenated list of all server schema elements: %s. The server may not be able to accurately identify any schema changes made with the server offline
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKSCHED_NOT_ALLOWED_TASK
The Directory Server is not configured to allow task %s to be invoked
public static final LocalizableMessageDescriptor.Arg5<Object,Object,Object,Object,Object> INFO_TASK_COMPLETION_BODY
Task ID: %s
Task State: %s
Scheduled Start Time: %s
Actual Start Time: %s
Completion Time: %s
Log Messages:
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TRUSTSTORE_INVALID_BASE
Requested entry %s does not exist in the trust store backend
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT
Error while trying to retrieve certificate %s from the trust store file %s: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INDEXES_NOT_SUPPORTED
Indexes are not supported in the "%s" backend
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_IMPORT_AND_EXPORT_NOT_SUPPORTED
LDIF import and export operations are not supported in the "%s" backend
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKEND_BACKUP_AND_RESTORE_NOT_SUPPORTED
Backup and restore operations are not supported in the "%s" backend
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TRUSTSTORE_NO_SUCH_FILE
The trust store file %s specified in attribute ds-cfg-trust-store-file of configuration entry %s does not exist
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_TRUSTSTORE_INVALID_TYPE
The trust store type %s specified in attribute ds-cfg-trust-store-type of configuration entry %s is not valid: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE
An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-file in configuration entry %s: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TRUSTSTORE_CANNOT_LOAD
An error occurred while trying to load the trust store contents from file %s: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY
An error occurred while trying to create a trust manager factory to access the contents of trust store file %s: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TRUSTSTORE_ALIAS_IN_USE
The certificate entry %s already exists
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_TRUSTSTORE_CANNOT_GENERATE_CERT
Error while attempting to generate a self-signed certificate %s in the trust store file %s: %s
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_TRUSTSTORE_CANNOT_ADD_CERT
Error while trying to add certificate %s to the trust store file %s: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR
The entry %s could not be added because it does not contain a certificate attribute %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS
The entry %s could not be added because it contains multiple certificate attributes %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE
The entry %s could not be added because it does not contain a value of certificate attribute %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES
The entry %s could not be added because it contains multiple values of certificate attribute %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TRUSTSTORE_CANNOT_WRITE_CERT
Error while writing certificate %s to a file: %s
public static final LocalizableMessageDescriptor.Arg1<Object> WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED
Failed to set permissions on trust store file %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ROOT_CONTAINER_NOT_INITIALIZED
The root container for backend %s has not been initialized preventing this backend from processing the requested operation
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY
Unable to obtain a write lock on entry %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_MODIFY_INVALID_ENTRY
Entry %s cannot be modified because it does not represent a task entry. Only task entries may be modified in the task backend
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_MODIFY_NO_SUCH_TASK
Entry %s cannot be modified because it does not represent a valid task in the server
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_MODIFY_COMPLETED
Entry %s cannot be modified because the assoicated task has completed running. Completed tasks cannot be modified
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_MODIFY_RECURRING
Entry %s cannot be modified because the server does not currently support modifying recurring task entries
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKBE_MODIFY_RUNNING
The task associated with entry %s is currently running. The only modification allowed for running tasks is to replace the value of the ds-task-state attribute with "cancel"
public static final LocalizableMessageDescriptor.Arg0 INFO_TASKBE_RUNNING_TASK_CANCELLED
Task processing was interrupted by a modify request to cancel the task
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_TRUSTSTORE_CANNOT_DELETE_CERT
Error while trying to delete certificate %s from the trust store file %s: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND
Unable to retrieve entry %s from the trust store backend because the certificate %s does not exist
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_LDIF_BACKEND_DUPLICATE_ENTRY
LDIF file %s configured for use with the LDIF backend defined in configuration entry %s has multiple entries with a DN of %s
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE
LDIF file %s configured for use with the LDIF backend defined in configuration entry %s includes entry %s which is not below the base DN defined for that backend
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_LDIF_BACKEND_MISSING_PARENT
LDIF file %s configured for use with the LDIF backend defined in configuration entry %s contains entry %s but its parent entry has not yet been read
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_LDIF_BACKEND_ERROR_CREATING_FILE
An error occurred while trying to create file %s to write an updated version of the data for the LDIF backend defined in configuration entry %s: %s
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_LDIF_BACKEND_ERROR_WRITING_FILE
An error occurred while trying to write updated data to file %s for the LDIF backend defined in configuration entry %s: %s
public static final LocalizableMessageDescriptor.Arg4<Object,Object,Object,Object> ERR_LDIF_BACKEND_ERROR_RENAMING_FILE
An error occurred while attempting to rename file %s to %s while writing updated data for the LDIF backend defined in configuration entry %s: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS
Entry %s already exists in the LDIF backend
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_ADD_MISSING_PARENT
The parent for entry %s does not exist
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY
Entry %s does not exist
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY
Entry %s does not exist
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY
Source entry %s does not exist
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS
Target entry %s already exists
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST
The new parent DN %s does not exist
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE
Entry %s specified as the search base DN does not exist
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER
An error occurred while trying to create the writer for the LDIF export operation: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF
An error occurred while trying to write entry %s during the LDIF export: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER
An error occurred while trying to create the reader for the LDIF import operation: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_ERROR_READING_LDIF
An unrecoverable error occurred while attempting to read data from the import file: %s. The LDIF import cannot continue
public static final LocalizableMessageDescriptor.Arg0 ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED
The LDIF backend currently does not provide a backup or restore mechanism. Use LDIF import and export operations instead
public static final LocalizableMessageDescriptor.Arg0 INFO_LDIF_BACKEND_LDIF_FILE_CHANGED
The change to the LDIF file path will not take effect until the backend is disabled and re-enabled
public static final LocalizableMessageDescriptor.Arg0 INFO_LDIF_BACKEND_BASE_DN_CHANGED
The change to the LDIF backend base DN will not take effect until the backend is disabled and re-enabled
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY
The target entry %s does not exist
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY
The target entry %s does not exist
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_TRUSTSTORE_ERROR_READING_KEY
Error reading key %s from key store %s: %s
public static final LocalizableMessageDescriptor.Arg0 ERR_HAS_SUBORDINATES_NOT_SUPPORTED
This backend does not provide support for the hasSubordinates operational attribute
public static final LocalizableMessageDescriptor.Arg0 ERR_NUM_SUBORDINATES_NOT_SUPPORTED
This backend does not provide support for the numSubordinates operational attribute
public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_BACKEND_OFFLINE
The backend %s is now taken offline
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_INVALID_N_TOKENS
The provided recurring task entry attribute %s holding the recurring task schedule has invalid number of tokens
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN
The provided recurring task entry attribute %s holding the recurring task schedule has invalid minute token
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_INVALID_HOUR_TOKEN
The provided recurring task entry attribute %s holding the recurring task schedule has invalid hour token
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_INVALID_DAY_TOKEN
The provided recurring task entry attribute %s holding the recurring task schedule has invalid day of the month token
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_INVALID_MONTH_TOKEN
The provided recurring task entry attribute %s holding the recurring task schedule has invalid month of the year token
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN
The provided recurring task entry attribute %s holding the recurring task schedule has invalid day of the week token
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TASKS_CANNOT_EXPORT_TO_FILE
An error occurred while attempting to export task backend data: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_BACKUP_MISSING_BACKUPID
The information for backup %s could not be found in the backup directory %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR
Unable to add DIT structure rule %s because its rule identifier conflicts with existing DIT structure rule (%s)
public static final LocalizableMessageDescriptor.Arg2<Object,Number> INFO_ERGONOMIC_SIZING_OF_JE_CLEANER_THREADS
JE backend '%s' does not specify the number of cleaner threads: defaulting to %d threads
public static final LocalizableMessageDescriptor.Arg2<Object,Number> INFO_ERGONOMIC_SIZING_OF_JE_LOCK_TABLES
JE backend '%s' does not specify the number of lock tables: defaulting to %d
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TASKSCHED_DEPENDENCY_MISSING
Unable to schedule task %s because its dependency task %s is missing
public static final LocalizableMessageDescriptor.Arg2<Object,Object> NOTE_TASK_STARTED
%s task %s started execution
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> NOTE_TASK_FINISHED
%s task %s finished execution in the state %s
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_ATTR_SYNTAX_INVALID_LDAP_SYNTAX
The provided value "%s" could not be parsed as an ldap syntax because its OID %s corresponds to an attribute syntax that is already implemented
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX
An error occurred while attempting to decode the ldapsyntax description "%s": %s
public static final LocalizableMessageDescriptor.Arg0 ERR_RECURRINGTASK_INVALID_N_TOKENS_SIMPLE
The provided recurring task schedule value has an invalid number of tokens
public static final LocalizableMessageDescriptor.Arg0 ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_SIMPLE
The provided recurring task schedule value has an invalid minute token
public static final LocalizableMessageDescriptor.Arg0 ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_SIMPLE
The provided recurring task schedule value has an invalid hour token
public static final LocalizableMessageDescriptor.Arg0 ERR_RECURRINGTASK_INVALID_DAY_TOKEN_SIMPLE
The provided recurring task schedule value has an invalid day of the month token
public static final LocalizableMessageDescriptor.Arg0 ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_SIMPLE
The provided recurring task schedule value has an invalid month of the year token
public static final LocalizableMessageDescriptor.Arg0 ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_SIMPLE
The provided recurring task schedule value has an invalid day of the week token
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SCHEMA_INVALID_REPLACE_MODIFICATION
The schema backend does not support the Replace modification type for the %s attribute type
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_LDIF_BACKEND_ERROR_CLOSING_FILE
An error occurred while trying to close file %s for the LDIF backend defined in configuration entry %s: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_LDIF_BACKEND_ERROR_EMPTY_FILE
The file %s written for the LDIF backend defined in configuration entry %s is 0 bytes long and unusable.
public static final LocalizableMessageDescriptor.Arg2<Number,Number> ERR_BACKEND_CONFIG_CACHE_SIZE_GREATER_THAN_JVM_HEAP
Configuration attribute ds-cfg-db-cache-size has a value of %d but the JVM has only %d available. Consider using ds-cfg-db-cache-percent
public static final LocalizableMessageDescriptor.Arg2<Number,Number> ERR_BACKEND_CONFIG_CACHE_PERCENT_GREATER_THAN_JVM_HEAP
Configuration attribute ds-cfg-db-cache-percent has a value of %d%% but the JVM has only %d%% available
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg4<Number,Object,Number,Object> WARN_DISK_SPACE_LOW_THRESHOLD_CROSSED
Disk free space of %d bytes for directory %s is now below low threshold of %d bytes. Backend %s is now locked down and will no longer accept any operations from clients until sufficient disk space is restored
public static final LocalizableMessageDescriptor.Arg4<Number,Object,Number,Object> WARN_DISK_SPACE_FULL_THRESHOLD_CROSSED
Disk free space of %d bytes for directory %s is now below disk low threshold of %d bytes. Backend %s is now offline and will no longer accept any operations until sufficient disk space is restored
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_BACKEND_LIST_FILES_TO_BACKUP
An error occurred while trying to list the files to backup for backend '%s': %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_BACKEND_SWITCH_TO_APPEND_MODE
An error occurred while trying to switch to append mode for backend '%s': %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_BACKEND_END_APPEND_MODE
An error occurred while trying to end append mode for backend '%s': %s
public static final LocalizableMessageDescriptor.Arg2<Number,Number> ERR_IMPORT_LDIF_LACK_MEM
Insufficient free memory (%d bytes) to perform import. At least %d bytes of free memory is required
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE
The attribute '%s' cannot have indexing of type '%s' because it does not have a corresponding matching rule
public static final LocalizableMessageDescriptor.Arg0 ERR_ENTRYIDSORTER_NEGATIVE_START_POS
Unable to process the virtual list view request because the target start position was before the beginning of the result set
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MISSING_ID2ENTRY_RECORD
The entry database does not contain a record for ID %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_ENTRYIDSORTER_CANNOT_EXAMINE_ENTRY
Unable to examine the entry with ID %s for sorting purposes: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXECUTION_ERROR
Execution error during backend operation: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INTERRUPTED_ERROR
Interrupted error during backend operation: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CREATE_FAIL
The backend database directory could not be created: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> WARN_UNABLE_SET_PERMISSIONS
This platform does not support setting file permissions %s to the database directory %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> WARN_SET_PERMISSIONS_FAILED
An error occurred while setting file permissions for the backend database directory %s: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> NOTE_CONFIG_DB_DIR_REQUIRES_RESTART
The change to the DB directory will not take effect until the backend is restarted. The DB files from the previous directory %s must be moved to the new directory %s after shutting down the backend to retain the existing data
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DIRECTORY_INVALID
The backend database directory '%s' is not a valid directory
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ADD_ENTRY_ALREADY_EXISTS
The entry '%s' cannot be added because an entry with that name already exists
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ADD_NO_SUCH_OBJECT
The entry '%s' cannot be added because its parent entry does not exist
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ATTRIBUTE_INDEX_NOT_CONFIGURED
There is no index configured for attribute type '%s'
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_CACHE_PRELOAD
An error occurred while preloading the database cache for backend %s: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_COMPSCHEMA_CANNOT_DECODE_AD_TOKEN
An error occurred while attempting to decode an attribute description token from the compressed schema definitions: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_COMPSCHEMA_CANNOT_DECODE_OC_TOKEN
An error occurred while attempting to decode an object class set token from the compressed schema definitions: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_COMPSCHEMA_CANNOT_STORE_EX
An error occurred while attempting to store compressed schema information in the database: %s
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_CONFIG_VLV_INDEX_BAD_FILTER
An error occurred while parsing the search filter %s defined for VLV index %s: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_CONFIG_VLV_INDEX_UNDEFINED_ATTR
Sort attribute %s for VLV index %s is not defined in the server schema
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DATABASE_EXCEPTION
Database exception: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DELETE_ABORTED_BY_SUBORDINATE_PLUGIN
A plugin caused the delete operation to be aborted while deleting a subordinate entry %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DELETE_NOT_ALLOWED_ON_NONLEAF
The entry '%s' cannot be removed because it has subordinate entries
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DELETE_NO_SUCH_OBJECT
The entry '%s' cannot be removed because it does not exist
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_ENTRY_CONTAINER_ALREADY_REGISTERED
An entry container named '%s' is alreadly registered for base DN '%s'
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ENTRY_DATABASE_CORRUPT
The entry database does not contain a valid record for ID %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXPORT_IO_ERROR
I/O error occurred while exporting entry: %s
public static final LocalizableMessageDescriptor.Arg0 ERR_IMPORT_BACKEND_ONLINE
The backend must be disabled before the import process can start
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_IMPORT_CREATE_TMPDIR_ERROR
Unable to create the temporary directory %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_IMPORT_PARENT_NOT_FOUND
The import has been aborted because the entry '%s' does not have a parent entry
public static final LocalizableMessageDescriptor.Arg1<Number> ERR_INCOMPATIBLE_ENTRY_VERSION
Entry record is not compatible with this version of the backend database. Entry version: %x
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INDEX_CORRUPT_REQUIRES_REBUILD
An error occurred while reading from index %s. The index seems to be corrupt and is now operating in a degraded state. The index must be rebuilt before it can return to normal operation
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INVALID_PAGED_RESULTS_COOKIE
The following paged results control cookie value was not recognized: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN
A plugin caused the modify DN operation to be aborted while moving and/or renaming an entry from %s to %s
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_MODIFYDN_ABORTED_BY_SUBORDINATE_SCHEMA_ERROR
A plugin caused the modify DN operation to be aborted while moving and/or renaming an entry from %s to %s because the change to that entry violated the server schema configuration: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MODIFYDN_ALREADY_EXISTS
The entry cannot be renamed to '%s' because an entry with that name already exists
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MODIFYDN_NO_SUCH_OBJECT
The entry '%s' cannot be renamed because it does not exist
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MODIFY_NO_SUCH_OBJECT
The entry '%s' cannot be modified because it does not exist
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_NEW_SUPERIOR_NO_SUCH_OBJECT
The entry cannot be moved because the new parent entry '%s' does not exist
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_OPEN_ENV_FAIL
The database environment could not be opened: %s
public static final LocalizableMessageDescriptor.Arg0 ERR_REBUILD_BACKEND_ONLINE
Rebuilding system index(es) must be done with the backend containing the base DN disabled
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_REMOVE_FAIL
The backend database files could not be removed: %s
public static final LocalizableMessageDescriptor.Arg0 ERR_SEARCH_CANNOT_MIX_PAGEDRESULTS_AND_VLV
The requested search operation included both the simple paged results control and the virtual list view control. These controls are mutually exclusive and cannot be used together
public static final LocalizableMessageDescriptor.Arg0 ERR_SEARCH_CANNOT_SORT_UNINDEXED
The search results cannot be sorted because the given search request is not indexed
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SEARCH_NO_SUCH_OBJECT
The search base entry '%s' does not exist
public static final LocalizableMessageDescriptor.Arg0 ERR_SEARCH_UNINDEXED_INSUFFICIENT_PRIVILEGES
You do not have sufficient privileges to perform an unindexed search
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UNCHECKED_EXCEPTION
Unchecked exception during database transaction: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_VLV_INDEX_NOT_CONFIGURED
There is no VLV index configured with name '%s'
public static final LocalizableMessageDescriptor.Arg1<Object> INFO_INDEX_FILTER_INDEX_LIMIT_EXCEEDED
The filter value exceeded the index entry limit for the %s index
public static final LocalizableMessageDescriptor.Arg1<Object> INFO_INDEX_FILTER_INDEX_NOT_TRUSTED
%s index is invalid and needs to be rebuilt
public static final LocalizableMessageDescriptor.Arg2<Object,Object> INFO_INDEX_FILTER_INDEX_TYPE_DISABLED
%s index type is disabled for the %s attribute
public static final LocalizableMessageDescriptor.Arg2<Object,Object> INFO_INDEX_FILTER_MATCHING_RULE_NOT_INDEXED
Matching rule %s is disabled for the extensible index of the %s attribute
public static final LocalizableMessageDescriptor.Arg1<Number> INFO_VERIFY_AVERAGE_REFERENCE_COUNT
Average number of entries referenced is %.2f/record
public static final LocalizableMessageDescriptor.Arg2<Number,Number> INFO_CACHE_AND_MEMORY_REPORT
Free memory = %d MB, Cache miss rate = %.1f/record
public static final LocalizableMessageDescriptor.Arg1<Number> INFO_VERIFY_ENTRY_LIMIT_EXCEEDED_COUNT
Number of records that exceed the entry limit: %d
public static final LocalizableMessageDescriptor.Arg0 INFO_VERIFY_ENTRY_LIMIT_STATS_HEADER
Statistics for records that have exceeded the entry limit:
public static final LocalizableMessageDescriptor.Arg5<Object,Number,Number,Number,Number> INFO_VERIFY_ENTRY_LIMIT_STATS_ROW
File %s has %d such record(s) min=%d max=%d median=%d
public static final LocalizableMessageDescriptor.Arg1<Number> INFO_VERIFY_MAX_REFERENCE_COUNT
Maximum number of entries referenced by any record is %d
public static final LocalizableMessageDescriptor.Arg1<Number> INFO_VERIFY_MULTIPLE_REFERENCE_COUNT
Number of records referencing more than one entry: %d
public static final LocalizableMessageDescriptor.Arg2<Object,Number> NOTE_BACKEND_STARTED
The database backend %s containing %d entries has started
public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_CONFIG_INDEX_ENTRY_LIMIT_REQUIRES_REBUILD
Some index keys have already exceeded the previous index entry limit in index %s. This index must be rebuilt before it can use the new limit
public static final LocalizableMessageDescriptor.Arg4<Number,Number,Number,Number> NOTE_EXPORT_FINAL_STATUS
Exported %d entries and skipped %d in %d seconds (average rate %.1f/sec)
public static final LocalizableMessageDescriptor.Arg3<Number,Number,Number> NOTE_EXPORT_PROGRESS_REPORT
Exported %d records and skipped %d (recent rate %.1f/sec)
public static final LocalizableMessageDescriptor.Arg0 NOTE_IMPORT_CLOSING_DATABASE
Flushing data to disk
public static final LocalizableMessageDescriptor.Arg7<Number,Number,Number,Number,Number,Number,Number> NOTE_IMPORT_FINAL_STATUS
Processed %d entries, imported %d, skipped %d, rejected %d and migrated %d in %d seconds (average rate %.1f/sec)
public static final LocalizableMessageDescriptor.Arg2<Number,Number> NOTE_IMPORT_LDIF_DB_MEM_BUF_INFO
Setting DB cache size to %d bytes and phase one buffer size to %d bytes
public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_IMPORT_LDIF_INDEX_CLOSE
Index %s phase two processing completed
public static final LocalizableMessageDescriptor.Arg3<Object,Number,Number> NOTE_IMPORT_LDIF_INDEX_STARTED
Index %s phase two started processing %d buffers in %d batches
public static final LocalizableMessageDescriptor.Arg6<Object,Number,Number,Number,Number,Number> NOTE_IMPORT_LDIF_PHASE_TWO_REPORT
Index %s %d%% complete: remaining = %d KB, rate = %d KB/s; batch %d/%d
public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_IMPORT_LDIF_ROOTCONTAINER_CLOSE
Import LDIF environment close took %d seconds
public static final LocalizableMessageDescriptor.Arg2<Number,Number> NOTE_IMPORT_LDIF_TOT_MEM_BUF
The amount of free memory available to the import task is %d bytes. The number of phase one buffers required is %d buffers
public static final LocalizableMessageDescriptor.Arg3<Number,Number,Number> NOTE_IMPORT_PHASE_STATS
Total import time was %d seconds. Phase one processing completed in %d seconds, phase two processing completed in %d seconds
public static final LocalizableMessageDescriptor.Arg4<Number,Number,Number,Number> NOTE_IMPORT_PROGRESS_REPORT
Processed %d entries, skipped %d and rejected %d (recent rate %.1f/sec)
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> NOTE_IMPORT_STARTING
%s starting import (build %s, R%s)
public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_IMPORT_THREAD_COUNT
Import Thread Count: %d threads
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_LOOKTHROUGH_LIMIT_EXCEEDED
This search operation has checked the maximum of %d entries for matches
public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_REBUILD_ALL_START
Rebuild of all indexes started with %d total entries to process
public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_REBUILD_CLEARDEGRADEDSTATE_FINAL_STATUS
Degraded state of index(es) %s has been cleared
public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_REBUILD_DEGRADED_START
Rebuild of all degraded indexes started with %d total entries to process
public static final LocalizableMessageDescriptor.Arg3<Number,Number,Number> NOTE_REBUILD_FINAL_STATUS
Rebuild complete. Processed %d entries in %d seconds (average rate %.1f/sec)
public static final LocalizableMessageDescriptor.Arg4<Number,Number,Number,Number> NOTE_REBUILD_PROGRESS_REPORT
%.1f%% Completed. Processed %d/%d entries. (recent rate %.1f/sec)
public static final LocalizableMessageDescriptor.Arg2<Object,Number> NOTE_REBUILD_START
Rebuild of index(es) %s started with %d total entries to process
public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_REFERRAL_RESULT_MESSAGE
A referral entry %s indicates that the operation must be processed at a different server
public static final LocalizableMessageDescriptor.Arg4<Number,Number,Number,Number> NOTE_VERIFY_CLEAN_FINAL_STATUS
Checked %d records and found %d error(s) in %d seconds (average rate %.1f/sec)
public static final LocalizableMessageDescriptor.Arg4<Number,Number,Number,Number> NOTE_VERIFY_FINAL_STATUS
Checked %d entries and found %d error(s) in %d seconds (average rate %.1f/sec)
public static final LocalizableMessageDescriptor.Arg4<Number,Number,Number,Number> NOTE_VERIFY_PROGRESS_REPORT
Processed %d out of %d records and found %d error(s) (recent rate %.1f/sec)
public static final LocalizableMessageDescriptor.Arg0 WARN_FUNCTION_NOT_SUPPORTED
The requested operation is not supported by this backend
public static final LocalizableMessageDescriptor.Arg1<Object> WARN_GET_ENTRY_COUNT_FAILED
Unable to determine the total number of entries in the container: %s
public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_JEB_BACKUP_CLEANER_ACTIVITY
Including %s additional log file(s) due to cleaner activity
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_JEB_INVALID_LOGGING_LEVEL
The database logging level string '%s' provided for configuration entry '%s' is invalid. The value must be one of OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, or ALL. Note that these values are case sensitive
public static final LocalizableMessageDescriptor.Arg2<Number,Number> ERR_CONFIG_JEB_CACHE_SIZE_TOO_SMALL
Configuration attribute ds-cfg-db-cache-size has a value of %d which is less than the minimum: %d
public static final LocalizableMessageDescriptor.Arg0 ERR_CONFIG_JEB_DURABILITY_CONFLICT
Configuration attributes ds-cfg-db-txn-no-sync and ds-cfg-db-txn-write-no-sync are mutually exclusive and cannot be both set at the same time
public static final LocalizableMessageDescriptor.Arg1<Object> WARN_BACKUPDB_INCREMENTAL_NOT_FOUND_DOING_NORMAL
Could not find any backup in '%s'. A full backup will be executed
public static final LocalizableMessageDescriptor.Arg0 ERR_VERIFY_BACKEND_ONLINE
The backend must be disabled before verification process can start
public static final LocalizableMessageDescriptor.Arg2<Number,Object> ERR_VERIFY_MISSING_ID
Missing ID %d%n%s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_VERIFY_MISSING_ENTRY_VLV
Missing entry %s in VLV index %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_VERIFY_UNKNOWN_ID
Reference to unknown entry ID %s%n%s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_VERIFY_ENTRY_NON_MATCHING_KEY
Reference to entry ID %s has a key which does not match the expected key%n%s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_VERIFY_EMPTY_IDSET
Empty ID set: %n%s
public static final LocalizableMessageDescriptor.Arg2<Number,Object> ERR_VERIFY_DUPLICATE_REFERENCE
Duplicate reference to ID %d%n%s
public static final LocalizableMessageDescriptor.Arg2<Number,Object> ERR_VERIFY_UNKNOWN_REFERENCE
Reference to unknown ID %d%n%s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_VERIFY_UNEXPECTED_REFERENCE
Reference to entry <%s> which does not match the value%n%s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_VERIFY_DN2ID_MISSING_KEY
File dn2id is missing key %s.
public static final LocalizableMessageDescriptor.Arg3<Number,Number,Object> ERR_VERIFY_DN2ID_WRONG_ID
File dn2id has ID %d instead of %d for key %s.
public static final LocalizableMessageDescriptor.Arg2<Object,Number> ERR_VERIFY_DN2ID_UNKNOWN_ID
File dn2id has DN <%s> referencing unknown ID %d.
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_VERIFY_DN2ID_WRONG_ENTRY
File dn2id has DN <%s> referencing entry with wrong DN <%s>.
public static final LocalizableMessageDescriptor.Arg2<Number,Number> ERR_VERIFY_WRONG_ENTRY_COUNT
The stored entry count in id2entry (%d) does not agree with the actual number of entry records found (%d).
public static final LocalizableMessageDescriptor.Arg3<Object,Number,Number> ERR_VERIFY_ID2COUNT_WRONG_COUNT
File id2childrenCount has wrong number of children for DN <%s> (got %d, expecting %d)
public static final LocalizableMessageDescriptor.Arg1<Number> ERR_VERIFY_ID2COUNT_WRONG_ID
File id2ChildrenCount references non-existing EntryID <%d>.
public static final LocalizableMessageDescriptor.Arg0 NOTE_REBUILD_NOTHING_TO_REBUILD
Rebuilding index finished: no indexes to rebuild.
public static final LocalizableMessageDescriptor.Arg4<Number,Number,Number,Number> NOTE_IMPORT_LDIF_OFFHEAP_MEM_BUF_INFO
Setting DB cache size to %d MB. Using %d mb off-heap memory through %d phase one buffers of %d KB.
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_SCHEMA_PARSE_LINE
Ignoring schema definition '%s' because the following error occurred while it was being parsed: %s
public static final LocalizableMessageDescriptor.Arg0 ERR_SCHEMA_COULD_NOT_PARSE_DEFINITION
Schema definition could not be parsed as valid attribute value
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CLEARTEXT_BACKEND_FOR_INDEX_CONFIDENTIALITY
Attribute %s is set as confidential on a backend whose entries are still cleartext. Enable confidentiality on the backend first
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIG_INDEX_CANNOT_PROTECT_BOTH
The attribute '%s' cannot enable confidentiality for keys and values at the same time
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CANNOT_ENCODE_ENTRY
Cannot encode entry for writing on storage: %s
public static final LocalizableMessageDescriptor.Arg0 ERR_CANNOT_DECODE_ENTRY
Input stream ended unexpectedly while decoding entry
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_BACKEND_CANNOT_CHANGE_CONFIDENTIALITY
Confidentiality cannot be disabled on suffix '%s' because the following indexes have confidentiality still enabled: %s
public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_CONFIG_INDEX_CONFIDENTIALITY_REQUIRES_REBUILD
Changing confidentiality for index '%s' requires the index to be rebuilt before it can be used again
public static final LocalizableMessageDescriptor.Arg3<Object,Number,Object> ERR_BACKEND_FAULTY_CRYPTO_TRANSFORMATION
Error while enabling confidentiality with cipher %s, %d bits: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_IMPORT_DUPLICATE_ENTRY
The import has been aborted because the data to be imported contains duplicate copies of entry '%s'
public static final LocalizableMessageDescriptor.Arg3<Number,Number,Object> ERR_ROOTDSE_NOT_SUPPORTED_SCOPE
Unwilling to perform a search (connection ID %d, operation ID %d) with a scope of "%s" in the root DSE backend. Only the BASE scope is supported for the root DSE backend.
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_PROXY_CANNOT_DISCOVER_REMOTE_CAPABILITIES
Proxy backend '%s' could not discover remote servers capabilities: %s
public static final LocalizableMessageDescriptor.Arg4<Object,Object,Object,Object> INFO_PROXY_FAILOVER_EFFECTIVE
Proxy backend '%s' successfully configured failover via the service discovery mechanism '%s': primary servers are %s and secondary servers are %s
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> WARN_PROXY_NO_FAILOVER_ONLY_PRIMARY_SERVERS_DISCOVERED
Proxy backend '%s' cannot failover: only primary servers have been discovered via the service discovery mechanism '%s'. Primary servers are %s
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> WARN_PROXY_NO_FAILOVER_ONLY_SECONDARY_SERVERS_DISCOVERED
Proxy backend '%s' cannot failover: only secondary servers have been discovered via the service discovery mechanism '%s'. Secondary servers are %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_PROXY_NO_PRIMARY_NOR_SECONDARY_SERVERS_DISCOVERED
Proxy backend '%s' is non functional because it could not find any primary nor secondary servers via the service discovery mechanism '%s'
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_PROXY_UNKNOWN_SERVICE_DISCOVERY
Proxy backend '%s' cannot find the configured service discovery mechanism '%s'
public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_PROXY_CONNECTION_OPTIONS_CHANGED
Connection options have changed for the proxy backend '%s'. The existing connections are being closed immediately. New ones are being opened
public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_PROXY_CONNECTION_POOL_OPTIONS_CHANGED
Connection pool options have changed for the proxy backend '%s'. The existing connections are being closed immediately. New ones are being opened
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> NOTE_PROXY_SERVICE_DISCOVERY_CHANGED
Service discovery mechanism has changed from '%s' to '%s' for proxy backend '%s'. The existing connections are being closed immediately
public static final LocalizableMessageDescriptor.Arg5<Object,Object,Object,Object,Object> NOTE_PROXY_REMOTE_SERVERS_CHANGED
Remote servers changed for the proxy backend '%s'. The proxy was using: primary servers=%s, secondary servers=%s; and it will now be using: primary servers=%s, secondary servers=%s
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> INFO_PROXY_BASE_DNS_REGISTRATION_CHANGE
Proxy backend '%s' automatically registered itself against the base DNs %s. It was previously registered against the base DNs %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_NO_BACKEND_FOUND_FOR_BASE_DN
No backend is associated with the base DN '%s'
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_PROXY_BACKEND_CANNOT_USE_BASE_DN_ALREADY_IN_USE
Proxy backend '%s' cannot register itself against base DN %s because this base DN is already registered against backend '%s'
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_LOCAL_BACKEND_TAKES_PRECEDENCE_OVER_PROXY_BACKEND
Proxy backend '%s' is being deregistered from base DN %s because local backend '%s' is registering against it. Local backends take precedence over proxy backends
public static final LocalizableMessageDescriptor.Arg0 INFO_LDIF_BACKEND_VISIBILITY_CHANGED
The change to the LDIF backend visibility will not take effect until the backend is disabled and re-enabled
public static final LocalizableMessageDescriptor.Arg1<Object> INFO_PROXY_PRIMARY_SERVERS_AVAILABLE
The primary servers for proxy backend '%s' are now available and will be used for proxying requests
public static final LocalizableMessageDescriptor.Arg1<Object> 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
public static final LocalizableMessageDescriptor.Arg2<Object,Object> WARN_PROXY_PRIMARY_SERVERS_UNAVAILABLE
The primary servers for proxy backend '%s' are unavailable. The secondary servers, if available, will be used for processing requests until the primary servers become available again. The last failure that prevented the primary servers from being used was: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> WARN_PROXY_SECONDARY_SERVERS_UNAVAILABLE
The secondary servers for proxy backend '%s' are unavailable. If the primary servers are unavailable, or become unavailable, then it will no longer be possible to proxy requests. The last failure that prevented the secondary servers from being used was: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> INFO_PROXY_SERVER_AVAILABLE
The server '%s' for proxy backend '%s' is available and will be used for proxying requests
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> WARN_PROXY_SERVER_UNAVAILABLE
The server '%s' for proxy backend '%s' is unavailable. The last failure that prevented the server from being used was: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_PROXY_PASSWORD_PROPERTY_NOT_SET
Java property %s which is specified in attribute ds-cfg-proxy-user-password-property of configuration entry %s should contain the password associated with the proxy bind DN, but this property is not set
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_PROXY_PASSWORD_ENVAR_NOT_SET
Environment variable %s which is specified in attribute ds-cfg-proxy-user-password-environment-variable of configuration entry %s should contain the password associated with the proxy bind DN, but this property is not set
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_PROXY_PASSWORD_NO_SUCH_FILE
File %s specified in attribute ds-cfg-proxy-user-password-file of configuration entry %s should contain the password associated with the proxy bind DN, but this file does not exist
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_PROXY_PASSWORD_FILE_CANNOT_READ
An error occurred while trying to read the password associated with the proxy bind DN from file %s specified in configuration attribute ds-cfg-proxy-user-password-file of configuration entry %s: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_PROXY_PASSWORD_FILE_EMPTY
File %s specified in attribute ds-cfg-proxy-user-password-file of configuration entry %s should contain the password associated with the proxy bind DN, but this file is empty
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_PROXY_PARTITION_BASE_DN_MUST_BE_SUBORDINATES
The partition base DN '%s' should be subordinate to one of the base DNs %s of proxy backend '%s'
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CACHE_PRELOAD_NOT_SUPPORTED
Backend database cache preload for backend '%s' is not supported in this release
public static final LocalizableMessageDescriptor.Arg2<Object,Object> INFO_PROXY_DISCOVERY_RECONFIGURATION_IN_PROGRESS
Configuration of proxy backend '%s' with service discovery mechanism '%s' is in progress. Requests will not be proxied until configuration completes
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> WARN_UNINDEXED_INTERNAL_SEARCH
The server is performing an unindexed internal search request with base DN '%s', scope '%s', and filter '%s'. Unindexed internal searches are usually unexpected and could impact performance. Please verify that that backend's indexes are configured correctly for these search parameters
public static final LocalizableMessageDescriptor.Arg2<Object,Object> PROXY_DIAGNOSTIC_MESSAGE_WITH_CLIENT_SIDE_RESULT_CODE
Initial result code was '%s', with diagnostic message: %s
public static final LocalizableMessageDescriptor.Arg0 ERR_NOT_ENOUGH_RESOURCES
There are insufficient resources to perform the operation
public static final LocalizableMessageDescriptor.Arg0 ERR_CONFIG_INDEX_TTL_ORDERING_GENERALIZED_TIME
The time-to-live (TTL) feature can only be enabled for generalized time ordering indexes
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UNABLE_TO_PURGE_ENTRIES
An unexpected error occurred while purging expired entries: %s
public static final LocalizableMessageDescriptor.Arg2<Object,Object> WARN_TTL_INDEX_OVER_INDEX_ENTRY_LIMIT
Unable to locate all expired entries on backend '%s' because the ttl-enabled index '%s' has reached the configured index-entry-limit.
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_TRUSTSTORE_COULD_NOT_RETRIEVE_PIN
An error occurred while trying to retrieve the truststore pin from the configuration attribute ds-cfg-trust-store-pin of configuration entry %s: %s
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_TRUSTSTORE_COULD_NOT_CREATE_DEFAULT_PIN_FILE
An error occurred while trying to create the default truststore pin file %s
public static String resourceName()
org.slf4j.LoggerFactory#getLogger(String name)
.Copyright 2010-2018 ForgeRock AS.