Class UtilityMessages


  • public final class UtilityMessages
    extends Object
    This file contains localizable message descriptors having the resource name org.opends.messages.utility. This file was generated automatically by the opendj-maven-plugin from the property file org/opends/messages/utility.properties and it should not be manually edited.
    • 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_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_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_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_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
      • 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
      • 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_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_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_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_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's org.slf4j.LoggerFactory#getLogger(String name).
        Returns:
        The name of the resource associated with the messages contained in this class.