Package org.opends.messages
Class UtilityMessages
- java.lang.Object
-
- org.opends.messages.UtilityMessages
-
public final class UtilityMessages extends Object
This file contains localizable message descriptors having the resource nameorg.opends.messages.utility
. This file was generated automatically by theopendj-maven-plugin
from the property fileorg/opends/messages/utility.properties
and it should not be manually edited.
-
-
Field Summary
Fields Modifier and Type Field Description static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_BACKUP_CANNOT_LIST_LOG_FILES
An error occurred while attempting to obtain a list of the files in directory %s to include in the backup: %s
static LocalizableMessageDescriptor.Arg2<Object,Number>
ERR_CHARSET_CONSTRUCTOR_INVALID_NAME_CHAR
The named character set is invalid because the provide name "%s" has an invalid character at position %d. Only ASCII alphabetic characters are allowed in the name
static LocalizableMessageDescriptor.Arg0
ERR_CHARSET_CONSTRUCTOR_NO_NAME
The named character set is invalid because it does not contain a name
static LocalizableMessageDescriptor.Arg1<Object>
ERR_CHARSET_NO_CHARS
Cannot decode value "%s" as a named character set because there are no characters to include in the set
static LocalizableMessageDescriptor.Arg1<Object>
ERR_CHARSET_NO_COLON
Cannot decode value "%s" as a named character set because it does not contain a colon to separate the name from the set of characters
static LocalizableMessageDescriptor.Arg1<Object>
ERR_CHARSET_NO_NAME
Cannot decode value "%s" as a named character set because it does not contain a name to use for the character set
static LocalizableMessageDescriptor.Arg0
ERR_EMAILMSG_CANNOT_SEND
The specified e-mail message could not be sent using any of the configured mail servers
static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_EMAILMSG_INVALID_RECIPIENT_ADDRESS
The provided recipient address %s is invalid: %s
static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_EMAILMSG_INVALID_SENDER_ADDRESS
The provided sender address %s is invalid: %s
static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_EMBEDDED_SERVER_ARCHIVE_SETUP_WRONG_ROOT_DIRECTORY
The setup from an archive can only be done with a server root directory named after the root directory contained in the archive: '%s'. The provided server root was: '%s'
static LocalizableMessageDescriptor.Arg1<Object>
ERR_EMBEDDED_SERVER_CONFIG_VERSION
An error occurred while attempting to retrieve the configuration version of the directory server: '%s'
static LocalizableMessageDescriptor.Arg1<Object>
ERR_EMBEDDED_SERVER_DATA_VERSION
An error occurred while attempting to retrieve the data version of the directory server: '%s'
static LocalizableMessageDescriptor.Arg3<Object,Object,Object>
ERR_EMBEDDED_SERVER_IMPORT_DATA_FAILURE
An error occurred while attempting to import LDIF file '%s' into embedded server with server root '%s': '%s'
static LocalizableMessageDescriptor.Arg3<Object,Object,Object>
ERR_EMBEDDED_SERVER_IMPORT_DATA_NOT_SUCCESSFUL
An error occurred while attempting to import LDIF file '%s' into embedded server with server root '%s'. Import LDIF task state was '%s'. You can look at the task logs printed on the embedded server output stream for more details
static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_EMBEDDED_SERVER_INITIALIZE_CONFIGURATION
An error occurred while initializing configuration of embedded server with server root '%s': %s
static LocalizableMessageDescriptor.Arg1<Object>
ERR_EMBEDDED_SERVER_INTERNAL_CONNECTION
An error occurred while attempting to retrieve an internal connection to the server with the user DN '%s'
static LocalizableMessageDescriptor.Arg1<Object>
ERR_EMBEDDED_SERVER_LDIF_MANAGEMENT_CONTEXT
An error occurred while attempting to initialize the configuration framework or to read the configuration file '%s'
static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_EMBEDDED_SERVER_REBUILD_INDEX_FAILURE
An error occurred while attempting to rebuild index of embedded server with server root '%s': %s
static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_EMBEDDED_SERVER_REBUILD_INDEX_NOT_SUCCESSFUL
An error occurred while attempting to rebuild index of embedded server with server root '%s'. Rebuild task state was '%s'. You can look at the task logs printed on the embedded server output stream for more details
static LocalizableMessageDescriptor.Arg3<Object,Object,Object>
ERR_EMBEDDED_SERVER_SETUP_EXTRACT_ARCHIVE
An error occurred while attempting to extract server archive '%s' before setup of embedded server with server root '%s': %s
static LocalizableMessageDescriptor.Arg0
ERR_EMBEDDED_SERVER_SETUP_REQUIRE_LDAP_OR_LDAPS_PORT
Configuration error: an LDAP port or an LDAPS port must be configured before finishing configuring the embedded server
static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_EMBEDDED_SERVER_START
An error occurred while attempting to start the embedded server with server root '%s' : %s
static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_EMBEDDED_SERVER_UPGRADE
An error occurred while attempting to upgrade the embedded server with server root '%s' : %s
static LocalizableMessageDescriptor.Arg1<Object>
ERR_EMBEDUTILS_SERVER_ALREADY_RUNNING
The embedded server with server root '%s' cannot be started because it is already running.
static LocalizableMessageDescriptor.Arg1<Object>
ERR_FILEPERM_INVALID_UNIX_MODE_STRING
The provided string %s does not represent a valid UNIX file mode. UNIX file modes must be a three-character string in which each character is a numeric digit between zero and seven
static LocalizableMessageDescriptor.Arg1<Object>
ERR_FILEPERM_SET_JAVA_EXCEPTION
One or more exceptions were thrown in the process of updating the file permissions for %s. Some of the permissions for the file may have been altered
static LocalizableMessageDescriptor.Arg1<Object>
ERR_FILEPERM_SET_NO_SUCH_FILE
Unable to set permissions for file %s because it does not exist
static LocalizableMessageDescriptor.Arg2<Object,Character>
ERR_HEX_DECODE_INVALID_CHARACTER
The value %s cannot be decoded as a hexadecimal string because it contains an illegal character %c that is not a valid hexadecimal digit
static LocalizableMessageDescriptor.Arg1<Object>
ERR_HEX_DECODE_INVALID_LENGTH
The value %s cannot be decoded as a hexadecimal string because it does not have a length that is a multiple of two bytes
static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_LDAPURL_CANNOT_DECODE_PORT
The provided string "%s" cannot be decoded as an LDAP URL because the port number portion %s cannot be decoded as an integer
static LocalizableMessageDescriptor.Arg2<Object,Number>
ERR_LDAPURL_INVALID_HEX_BYTE
The provided URL component "%s" could not be decoded because the character at byte %d was not a valid hexadecimal digit
static LocalizableMessageDescriptor.Arg2<Object,Number>
ERR_LDAPURL_INVALID_PORT
The provided string "%s" cannot be decoded as an LDAP URL because the provided port number %d is not within the valid range between 1 and 65535
static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_LDAPURL_INVALID_SCOPE_STRING
The provided string "%s" cannot be decoded as an LDAP URL because the scope string %s was not one of the allowed values of base, one, sub, or subordinate
static LocalizableMessageDescriptor.Arg1<Object>
ERR_LDAPURL_NO_COLON_SLASH_SLASH
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain the necessary :// component to separate the scheme from the rest of the URL
static LocalizableMessageDescriptor.Arg1<Object>
ERR_LDAPURL_NO_HOST
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a host before the colon to specify the port number
static LocalizableMessageDescriptor.Arg1<Object>
ERR_LDAPURL_NO_PORT
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a port number after the colon following the host
static LocalizableMessageDescriptor.Arg1<Object>
ERR_LDAPURL_NO_SCHEME
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a protocol scheme
static LocalizableMessageDescriptor.Arg2<Object,Number>
ERR_LDAPURL_PERCENT_TOO_CLOSE_TO_END
The provided URL component "%s" could not be decoded because the percent character at byte %d was not followed by two hexadecimal digits
static LocalizableMessageDescriptor.Arg4<Object,Number,Object,Object>
ERR_LDIF_COULD_NOT_BASE64_DECODE_ATTR
Unable to parse LDIF entry %s starting at line %d because it was not possible to base64-decode the attribute on line "%s": %s
static LocalizableMessageDescriptor.Arg3<Number,Object,Object>
ERR_LDIF_COULD_NOT_BASE64_DECODE_DN
Unable to parse LDIF entry starting at line %d because it was not possible to base64-decode the DN on line "%s": %s
static LocalizableMessageDescriptor.Arg3<Object,Number,Object>
ERR_LDIF_COULD_NOT_EVALUATE_FILTERS_FOR_IMPORT
An error occurred while attempting to determine whether LDIF entry "%s" starting at line %d should be imported as a result of the include and exclude filter configuration: %s
static LocalizableMessageDescriptor.Arg1<Object>
ERR_LDIF_FILE_EXISTS
The specified LDIF file %s already exists and the export configuration indicates that no attempt should be made to append to or replace the file
static LocalizableMessageDescriptor.Arg3<Object,Number,Object>
ERR_LDIF_INVALID_ATTR_OPTION
Unable to parse LDIF entry %s starting at line %d because it has an invalid binary option for attribute %s
static LocalizableMessageDescriptor.Arg3<Number,Object,Object>
ERR_LDIF_INVALID_DN
Unable to parse LDIF entry starting at line %d because an error occurred while trying to parse the value of line "%s" as a distinguished name: %s
static LocalizableMessageDescriptor.Arg2<Number,Object>
ERR_LDIF_INVALID_LEADING_SPACE
Unable to parse line %d ("%s") from the LDIF source because the line started with a space but there were no previous lines in the entry to which this line could be appended
static LocalizableMessageDescriptor.Arg4<Object,Number,Object,Object>
ERR_LDIF_INVALID_URL
Unable to parse LDIF entry %s starting at line %d because the value of attribute %s was to be read from a URL but the URL was invalid: %s
static LocalizableMessageDescriptor.Arg3<Object,Number,Object>
ERR_LDIF_MULTIPLE_VALUES_FOR_SINGLE_VALUED_ATTR
Entry %s starting at line %d includes multiple values for single-valued attribute %s
static LocalizableMessageDescriptor.Arg2<Number,Object>
ERR_LDIF_NO_ATTR_NAME
Unable to parse LDIF entry starting at line %d because the line "%s" does not include an attribute name
static LocalizableMessageDescriptor.Arg2<Number,Object>
ERR_LDIF_NO_DN
Unable to parse LDIF entry starting at line %d because the first line does not contain a DN (the first line was "%s"
static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_LDIF_READ_ATTR_SKIP
Skipping entry %s because the following error was received when reading its attributes: %s
static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_LDIF_REJECTED_BY_PLUGIN
Rejecting entry %s because it was rejected by a plugin: %s
static LocalizableMessageDescriptor.Arg1<Object>
ERR_LDIF_REJECTED_BY_PLUGIN_NOMESSAGE
Rejecting entry %s because it was rejected by a plugin
static LocalizableMessageDescriptor.Arg3<Object,Number,Object>
ERR_LDIF_SCHEMA_VIOLATION
Entry %s read from LDIF starting at line %d is not valid because it violates the server's schema configuration: %s
static LocalizableMessageDescriptor.Arg1<Object>
ERR_LDIF_SKIP
Skipping entry %s because the DN is not one that should be included based on the include and exclude branches/filters
static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_LDIF_SKIP_EXCLUDE_BRANCH
Skipping entry %s because the DN is excluded by the exclude branch "%s"
static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_LDIF_SKIP_EXCLUDE_FILTER
Skipping entry %s because the DN is excluded by the exclude filter "%s"
static LocalizableMessageDescriptor.Arg1<Object>
ERR_LDIF_SKIP_NOT_IN_INCLUDED_BRANCHES
Skipping entry %s because the DN is not included by any include branches
static LocalizableMessageDescriptor.Arg1<Object>
ERR_LDIF_SKIP_NOT_IN_INCLUDED_FILTERS
Skipping entry %s because the DN is not included by any include filters
static LocalizableMessageDescriptor.Arg5<Object,Number,Object,Object,Object>
ERR_LDIF_URL_IO_ERROR
Unable to parse LDIF entry %s starting at line %d because the value of attribute %s was to be read from URL %s but an error occurred while trying to read that content: %s
static LocalizableMessageDescriptor.Arg1<Object>
ERR_MOVEDIR_SOURCE_NOT_DIRECTORY
The directory to move %s exists but is a file
static LocalizableMessageDescriptor.Arg1<Object>
ERR_MOVEDIR_SOURCE_NOT_EXIST
The directory to move %s does not exist
static LocalizableMessageDescriptor.Arg1<Object>
ERR_MOVEDIR_TARGET_EXISTS
The target directory %s already exists
static LocalizableMessageDescriptor.Arg1<Object>
ERR_REJECT_FILE_EXISTS
The specified reject file %s already exists and the import configuration indicates that no attempt should be made to append to or replace the file
static LocalizableMessageDescriptor.Arg1<Object>
ERR_SKIP_FILE_EXISTS
The specified skip file %s already exists and the import configuration indicates that no attempt should be made to append to or replace the file
static LocalizableMessageDescriptor.Arg4<Number,Number,Number,Number>
INFO_TIME_IN_DAYS_HOURS_MINUTES_SECONDS
%d days, %d hours, %d minutes, %d seconds
static LocalizableMessageDescriptor.Arg3<Number,Number,Number>
INFO_TIME_IN_HOURS_MINUTES_SECONDS
%d hours, %d minutes, %d seconds
static LocalizableMessageDescriptor.Arg2<Number,Number>
INFO_TIME_IN_MINUTES_SECONDS
%d minutes, %d seconds
static LocalizableMessageDescriptor.Arg1<Number>
INFO_TIME_IN_SECONDS
%d seconds
static LocalizableMessageDescriptor.Arg4<Object,Number,Object,Object>
WARN_LDIF_DUPLICATE_ATTR
Entry %s read from LDIF starting at line %d includes a duplicate attribute %s with value %s. The second occurrence of that attribute value has been skipped
static LocalizableMessageDescriptor.Arg5<Object,Number,Object,Object,Object>
WARN_LDIF_VALUE_VIOLATES_SYNTAX
Entry %s read from LDIF starting at line %d includes value "%s" for attribute %s that is invalid according to the associated syntax: %s
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
resourceName()
Returns the name of the resource associated with the messages contained in this class.
-
-
-
Field Detail
-
ERR_HEX_DECODE_INVALID_LENGTH
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_HEX_DECODE_INVALID_LENGTH
The value %s cannot be decoded as a hexadecimal string because it does not have a length that is a multiple of two bytes
-
ERR_HEX_DECODE_INVALID_CHARACTER
public static final LocalizableMessageDescriptor.Arg2<Object,Character> ERR_HEX_DECODE_INVALID_CHARACTER
The value %s cannot be decoded as a hexadecimal string because it contains an illegal character %c that is not a valid hexadecimal digit
-
ERR_LDIF_INVALID_LEADING_SPACE
public static final LocalizableMessageDescriptor.Arg2<Number,Object> ERR_LDIF_INVALID_LEADING_SPACE
Unable to parse line %d ("%s") from the LDIF source because the line started with a space but there were no previous lines in the entry to which this line could be appended
-
ERR_LDIF_NO_ATTR_NAME
public static final LocalizableMessageDescriptor.Arg2<Number,Object> ERR_LDIF_NO_ATTR_NAME
Unable to parse LDIF entry starting at line %d because the line "%s" does not include an attribute name
-
ERR_LDIF_NO_DN
public static final LocalizableMessageDescriptor.Arg2<Number,Object> ERR_LDIF_NO_DN
Unable to parse LDIF entry starting at line %d because the first line does not contain a DN (the first line was "%s"
-
ERR_LDIF_INVALID_DN
public static final LocalizableMessageDescriptor.Arg3<Number,Object,Object> ERR_LDIF_INVALID_DN
Unable to parse LDIF entry starting at line %d because an error occurred while trying to parse the value of line "%s" as a distinguished name: %s
-
ERR_LDIF_COULD_NOT_BASE64_DECODE_DN
public static final LocalizableMessageDescriptor.Arg3<Number,Object,Object> ERR_LDIF_COULD_NOT_BASE64_DECODE_DN
Unable to parse LDIF entry starting at line %d because it was not possible to base64-decode the DN on line "%s": %s
-
ERR_LDIF_COULD_NOT_BASE64_DECODE_ATTR
public static final LocalizableMessageDescriptor.Arg4<Object,Number,Object,Object> ERR_LDIF_COULD_NOT_BASE64_DECODE_ATTR
Unable to parse LDIF entry %s starting at line %d because it was not possible to base64-decode the attribute on line "%s": %s
-
WARN_LDIF_DUPLICATE_ATTR
public static final LocalizableMessageDescriptor.Arg4<Object,Number,Object,Object> WARN_LDIF_DUPLICATE_ATTR
Entry %s read from LDIF starting at line %d includes a duplicate attribute %s with value %s. The second occurrence of that attribute value has been skipped
-
ERR_LDIF_MULTIPLE_VALUES_FOR_SINGLE_VALUED_ATTR
public static final LocalizableMessageDescriptor.Arg3<Object,Number,Object> ERR_LDIF_MULTIPLE_VALUES_FOR_SINGLE_VALUED_ATTR
Entry %s starting at line %d includes multiple values for single-valued attribute %s
-
ERR_LDIF_SCHEMA_VIOLATION
public static final LocalizableMessageDescriptor.Arg3<Object,Number,Object> ERR_LDIF_SCHEMA_VIOLATION
Entry %s read from LDIF starting at line %d is not valid because it violates the server's schema configuration: %s
-
ERR_LDIF_FILE_EXISTS
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_FILE_EXISTS
The specified LDIF file %s already exists and the export configuration indicates that no attempt should be made to append to or replace the file
-
ERR_LDIF_INVALID_URL
public static final LocalizableMessageDescriptor.Arg4<Object,Number,Object,Object> ERR_LDIF_INVALID_URL
Unable to parse LDIF entry %s starting at line %d because the value of attribute %s was to be read from a URL but the URL was invalid: %s
-
ERR_LDIF_URL_IO_ERROR
public static final LocalizableMessageDescriptor.Arg5<Object,Number,Object,Object,Object> ERR_LDIF_URL_IO_ERROR
Unable to parse LDIF entry %s starting at line %d because the value of attribute %s was to be read from URL %s but an error occurred while trying to read that content: %s
-
ERR_REJECT_FILE_EXISTS
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_REJECT_FILE_EXISTS
The specified reject file %s already exists and the import configuration indicates that no attempt should be made to append to or replace the file
-
ERR_LDIF_COULD_NOT_EVALUATE_FILTERS_FOR_IMPORT
public static final LocalizableMessageDescriptor.Arg3<Object,Number,Object> ERR_LDIF_COULD_NOT_EVALUATE_FILTERS_FOR_IMPORT
An error occurred while attempting to determine whether LDIF entry "%s" starting at line %d should be imported as a result of the include and exclude filter configuration: %s
-
ERR_EMAILMSG_INVALID_SENDER_ADDRESS
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_EMAILMSG_INVALID_SENDER_ADDRESS
The provided sender address %s is invalid: %s
-
ERR_EMAILMSG_INVALID_RECIPIENT_ADDRESS
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_EMAILMSG_INVALID_RECIPIENT_ADDRESS
The provided recipient address %s is invalid: %s
-
ERR_EMAILMSG_CANNOT_SEND
public static final LocalizableMessageDescriptor.Arg0 ERR_EMAILMSG_CANNOT_SEND
The specified e-mail message could not be sent using any of the configured mail servers
-
ERR_LDAPURL_NO_COLON_SLASH_SLASH
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPURL_NO_COLON_SLASH_SLASH
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain the necessary :// component to separate the scheme from the rest of the URL
-
ERR_LDAPURL_NO_SCHEME
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPURL_NO_SCHEME
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a protocol scheme
-
ERR_LDAPURL_NO_HOST
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPURL_NO_HOST
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a host before the colon to specify the port number
-
ERR_LDAPURL_NO_PORT
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPURL_NO_PORT
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a port number after the colon following the host
-
ERR_LDAPURL_CANNOT_DECODE_PORT
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_LDAPURL_CANNOT_DECODE_PORT
The provided string "%s" cannot be decoded as an LDAP URL because the port number portion %s cannot be decoded as an integer
-
ERR_LDAPURL_INVALID_PORT
public static final LocalizableMessageDescriptor.Arg2<Object,Number> ERR_LDAPURL_INVALID_PORT
The provided string "%s" cannot be decoded as an LDAP URL because the provided port number %d is not within the valid range between 1 and 65535
-
ERR_LDAPURL_INVALID_SCOPE_STRING
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_LDAPURL_INVALID_SCOPE_STRING
The provided string "%s" cannot be decoded as an LDAP URL because the scope string %s was not one of the allowed values of base, one, sub, or subordinate
-
ERR_LDAPURL_PERCENT_TOO_CLOSE_TO_END
public static final LocalizableMessageDescriptor.Arg2<Object,Number> ERR_LDAPURL_PERCENT_TOO_CLOSE_TO_END
The provided URL component "%s" could not be decoded because the percent character at byte %d was not followed by two hexadecimal digits
-
ERR_LDAPURL_INVALID_HEX_BYTE
public static final LocalizableMessageDescriptor.Arg2<Object,Number> ERR_LDAPURL_INVALID_HEX_BYTE
The provided URL component "%s" could not be decoded because the character at byte %d was not a valid hexadecimal digit
-
ERR_CHARSET_NO_COLON
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHARSET_NO_COLON
Cannot decode value "%s" as a named character set because it does not contain a colon to separate the name from the set of characters
-
ERR_CHARSET_CONSTRUCTOR_NO_NAME
public static final LocalizableMessageDescriptor.Arg0 ERR_CHARSET_CONSTRUCTOR_NO_NAME
The named character set is invalid because it does not contain a name
-
ERR_CHARSET_CONSTRUCTOR_INVALID_NAME_CHAR
public static final LocalizableMessageDescriptor.Arg2<Object,Number> ERR_CHARSET_CONSTRUCTOR_INVALID_NAME_CHAR
The named character set is invalid because the provide name "%s" has an invalid character at position %d. Only ASCII alphabetic characters are allowed in the name
-
ERR_CHARSET_NO_NAME
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHARSET_NO_NAME
Cannot decode value "%s" as a named character set because it does not contain a name to use for the character set
-
ERR_CHARSET_NO_CHARS
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHARSET_NO_CHARS
Cannot decode value "%s" as a named character set because there are no characters to include in the set
-
INFO_TIME_IN_SECONDS
public static final LocalizableMessageDescriptor.Arg1<Number> INFO_TIME_IN_SECONDS
%d seconds
-
INFO_TIME_IN_MINUTES_SECONDS
public static final LocalizableMessageDescriptor.Arg2<Number,Number> INFO_TIME_IN_MINUTES_SECONDS
%d minutes, %d seconds
-
INFO_TIME_IN_HOURS_MINUTES_SECONDS
public static final LocalizableMessageDescriptor.Arg3<Number,Number,Number> INFO_TIME_IN_HOURS_MINUTES_SECONDS
%d hours, %d minutes, %d seconds
-
INFO_TIME_IN_DAYS_HOURS_MINUTES_SECONDS
public static final LocalizableMessageDescriptor.Arg4<Number,Number,Number,Number> INFO_TIME_IN_DAYS_HOURS_MINUTES_SECONDS
%d days, %d hours, %d minutes, %d seconds
-
ERR_FILEPERM_SET_NO_SUCH_FILE
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FILEPERM_SET_NO_SUCH_FILE
Unable to set permissions for file %s because it does not exist
-
ERR_FILEPERM_SET_JAVA_EXCEPTION
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FILEPERM_SET_JAVA_EXCEPTION
One or more exceptions were thrown in the process of updating the file permissions for %s. Some of the permissions for the file may have been altered
-
ERR_FILEPERM_INVALID_UNIX_MODE_STRING
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FILEPERM_INVALID_UNIX_MODE_STRING
The provided string %s does not represent a valid UNIX file mode. UNIX file modes must be a three-character string in which each character is a numeric digit between zero and seven
-
WARN_LDIF_VALUE_VIOLATES_SYNTAX
public static final LocalizableMessageDescriptor.Arg5<Object,Number,Object,Object,Object> WARN_LDIF_VALUE_VIOLATES_SYNTAX
Entry %s read from LDIF starting at line %d includes value "%s" for attribute %s that is invalid according to the associated syntax: %s
-
ERR_SKIP_FILE_EXISTS
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SKIP_FILE_EXISTS
The specified skip file %s already exists and the import configuration indicates that no attempt should be made to append to or replace the file
-
ERR_LDIF_SKIP
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_SKIP
Skipping entry %s because the DN is not one that should be included based on the include and exclude branches/filters
-
ERR_EMBEDUTILS_SERVER_ALREADY_RUNNING
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EMBEDUTILS_SERVER_ALREADY_RUNNING
The embedded server with server root '%s' cannot be started because it is already running.
-
ERR_LDIF_SKIP_EXCLUDE_BRANCH
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_LDIF_SKIP_EXCLUDE_BRANCH
Skipping entry %s because the DN is excluded by the exclude branch "%s"
-
ERR_LDIF_SKIP_EXCLUDE_FILTER
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_LDIF_SKIP_EXCLUDE_FILTER
Skipping entry %s because the DN is excluded by the exclude filter "%s"
-
ERR_LDIF_SKIP_NOT_IN_INCLUDED_BRANCHES
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_SKIP_NOT_IN_INCLUDED_BRANCHES
Skipping entry %s because the DN is not included by any include branches
-
ERR_LDIF_SKIP_NOT_IN_INCLUDED_FILTERS
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_SKIP_NOT_IN_INCLUDED_FILTERS
Skipping entry %s because the DN is not included by any include filters
-
ERR_LDIF_REJECTED_BY_PLUGIN_NOMESSAGE
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_REJECTED_BY_PLUGIN_NOMESSAGE
Rejecting entry %s because it was rejected by a plugin
-
ERR_LDIF_REJECTED_BY_PLUGIN
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_LDIF_REJECTED_BY_PLUGIN
Rejecting entry %s because it was rejected by a plugin: %s
-
ERR_LDIF_INVALID_ATTR_OPTION
public static final LocalizableMessageDescriptor.Arg3<Object,Number,Object> ERR_LDIF_INVALID_ATTR_OPTION
Unable to parse LDIF entry %s starting at line %d because it has an invalid binary option for attribute %s
-
ERR_LDIF_READ_ATTR_SKIP
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_LDIF_READ_ATTR_SKIP
Skipping entry %s because the following error was received when reading its attributes: %s
-
ERR_BACKUP_CANNOT_LIST_LOG_FILES
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_BACKUP_CANNOT_LIST_LOG_FILES
An error occurred while attempting to obtain a list of the files in directory %s to include in the backup: %s
-
ERR_EMBEDDED_SERVER_SETUP_EXTRACT_ARCHIVE
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_EMBEDDED_SERVER_SETUP_EXTRACT_ARCHIVE
An error occurred while attempting to extract server archive '%s' before setup of embedded server with server root '%s': %s
-
ERR_EMBEDDED_SERVER_REBUILD_INDEX_FAILURE
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_EMBEDDED_SERVER_REBUILD_INDEX_FAILURE
An error occurred while attempting to rebuild index of embedded server with server root '%s': %s
-
ERR_EMBEDDED_SERVER_START
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_EMBEDDED_SERVER_START
An error occurred while attempting to start the embedded server with server root '%s' : %s
-
ERR_EMBEDDED_SERVER_UPGRADE
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_EMBEDDED_SERVER_UPGRADE
An error occurred while attempting to upgrade the embedded server with server root '%s' : %s
-
ERR_EMBEDDED_SERVER_INTERNAL_CONNECTION
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EMBEDDED_SERVER_INTERNAL_CONNECTION
An error occurred while attempting to retrieve an internal connection to the server with the user DN '%s'
-
ERR_EMBEDDED_SERVER_ARCHIVE_SETUP_WRONG_ROOT_DIRECTORY
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_EMBEDDED_SERVER_ARCHIVE_SETUP_WRONG_ROOT_DIRECTORY
The setup from an archive can only be done with a server root directory named after the root directory contained in the archive: '%s'. The provided server root was: '%s'
-
ERR_EMBEDDED_SERVER_LDIF_MANAGEMENT_CONTEXT
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EMBEDDED_SERVER_LDIF_MANAGEMENT_CONTEXT
An error occurred while attempting to initialize the configuration framework or to read the configuration file '%s'
-
ERR_EMBEDDED_SERVER_IMPORT_DATA_NOT_SUCCESSFUL
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_EMBEDDED_SERVER_IMPORT_DATA_NOT_SUCCESSFUL
An error occurred while attempting to import LDIF file '%s' into embedded server with server root '%s'. Import LDIF task state was '%s'. You can look at the task logs printed on the embedded server output stream for more details
-
ERR_EMBEDDED_SERVER_IMPORT_DATA_FAILURE
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Object> ERR_EMBEDDED_SERVER_IMPORT_DATA_FAILURE
An error occurred while attempting to import LDIF file '%s' into embedded server with server root '%s': '%s'
-
ERR_EMBEDDED_SERVER_REBUILD_INDEX_NOT_SUCCESSFUL
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_EMBEDDED_SERVER_REBUILD_INDEX_NOT_SUCCESSFUL
An error occurred while attempting to rebuild index of embedded server with server root '%s'. Rebuild task state was '%s'. You can look at the task logs printed on the embedded server output stream for more details
-
ERR_EMBEDDED_SERVER_CONFIG_VERSION
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EMBEDDED_SERVER_CONFIG_VERSION
An error occurred while attempting to retrieve the configuration version of the directory server: '%s'
-
ERR_EMBEDDED_SERVER_DATA_VERSION
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EMBEDDED_SERVER_DATA_VERSION
An error occurred while attempting to retrieve the data version of the directory server: '%s'
-
ERR_EMBEDDED_SERVER_INITIALIZE_CONFIGURATION
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_EMBEDDED_SERVER_INITIALIZE_CONFIGURATION
An error occurred while initializing configuration of embedded server with server root '%s': %s
-
ERR_MOVEDIR_SOURCE_NOT_EXIST
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MOVEDIR_SOURCE_NOT_EXIST
The directory to move %s does not exist
-
ERR_MOVEDIR_SOURCE_NOT_DIRECTORY
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MOVEDIR_SOURCE_NOT_DIRECTORY
The directory to move %s exists but is a file
-
ERR_MOVEDIR_TARGET_EXISTS
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MOVEDIR_TARGET_EXISTS
The target directory %s already exists
-
ERR_EMBEDDED_SERVER_SETUP_REQUIRE_LDAP_OR_LDAPS_PORT
public static final LocalizableMessageDescriptor.Arg0 ERR_EMBEDDED_SERVER_SETUP_REQUIRE_LDAP_OR_LDAPS_PORT
Configuration error: an LDAP port or an LDAPS port must be configured before finishing configuring the embedded server
-
-
Method Detail
-
resourceName
public static String resourceName()
Returns the name of the resource associated with the messages contained in this class. The resource name may be used for obtaining named loggers, e.g. using SLF4J'sorg.slf4j.LoggerFactory#getLogger(String name)
.- Returns:
- The name of the resource associated with the messages contained in this class.
-
-