Class ProtocolMessages


  • public final class ProtocolMessages
    extends Object
    This file contains localizable message descriptors having the resource name org.opends.messages.protocol. This file was generated automatically by the opendj-maven-plugin from the property file org/opends/messages/protocol.properties and it should not be manually edited.
    • Field Detail

      • ERR_CONNHANDLER_MISSING_CIPHER

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_CONNHANDLER_MISSING_CIPHER
        The connection attempt from client '%s' to '%s' has been rejected because the proxy protocol header indicated that the client used SSL but the header does not specify which SSL cipher was used. The proxy should be configured to transmit all SSL headers
      • ERR_LDAP_CLIENT_SEND_RESPONSE_NO_RESULT_CODE

        public static final LocalizableMessageDescriptor.Arg3<Object,​Number,​Number> ERR_LDAP_CLIENT_SEND_RESPONSE_NO_RESULT_CODE
        The server attempted to send a response to the %s operation (conn=%d, op=%d), but the operation did not have a result code. This could indicate that the operation did not complete properly or that it is one that is not allowed to have a response. Using a generic 'Operations Error' response
      • ERR_LDAP_CLIENT_SEND_RESPONSE_INVALID_OP

        public static final LocalizableMessageDescriptor.Arg4<Object,​Number,​Number,​Object> ERR_LDAP_CLIENT_SEND_RESPONSE_INVALID_OP
        The server attempted to send a response to the %s operation (conn=%d, op=%d), but this type of operation is not allowed to have responses. Backtrace: %s
      • INFO_LDAP_CLIENT_GENERIC_NOTICE_OF_DISCONNECTION

        public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CLIENT_GENERIC_NOTICE_OF_DISCONNECTION
        The Directory Server is closing the connection to this client
      • WARN_CLIENT_DISCONNECT_IN_PROGRESS

        public static final LocalizableMessageDescriptor.Arg0 WARN_CLIENT_DISCONNECT_IN_PROGRESS
        The Directory Server is currently in the process of closing this client connection
      • ERR_CONNHANDLER_DENIED_CLIENT

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_CONNHANDLER_DENIED_CLIENT
        The connection attempt from client %s to %s has been rejected because the client was included in one of the denied address ranges
      • ERR_CONNHANDLER_DISALLOWED_CLIENT

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_CONNHANDLER_DISALLOWED_CLIENT
        The connection attempt from client %s to %s has been rejected because the client was not included in one of the allowed address ranges
      • INFO_CONNHANDLER_UNABLE_TO_REGISTER_CLIENT

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> INFO_CONNHANDLER_UNABLE_TO_REGISTER_CLIENT
        An internal error prevented the Directory Server from properly registering the client connection from %s to %s with an appropriate request handler: %s
      • ERR_LDAP_DISCONNECT_DUE_TO_INVALID_REQUEST_TYPE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Number> ERR_LDAP_DISCONNECT_DUE_TO_INVALID_REQUEST_TYPE
        Terminating this connection because the client sent an invalid message of type %s (LDAP message ID %d) that is not allowed for request messages
      • ERR_LDAP_DISCONNECT_DUE_TO_PROCESSING_FAILURE

        public static final LocalizableMessageDescriptor.Arg3<Object,​Number,​Object> ERR_LDAP_DISCONNECT_DUE_TO_PROCESSING_FAILURE
        An unexpected failure occurred while trying to process a request of type %s (LDAP message ID %d): %s. The client connection will be terminated
      • ERR_LDAP_DISCONNECT_DUE_TO_BIND_PROTOCOL_ERROR

        public static final LocalizableMessageDescriptor.Arg2<Number,​Object> ERR_LDAP_DISCONNECT_DUE_TO_BIND_PROTOCOL_ERROR
        This client connection is being terminated because a protocol error occurred while trying to process a bind request. The LDAP message ID was %d and the error message for the bind response was %s
      • ERR_LDAPV2_SKIPPING_EXTENDED_RESPONSE

        public static final LocalizableMessageDescriptor.Arg3<Number,​Number,​Object> ERR_LDAPV2_SKIPPING_EXTENDED_RESPONSE
        An extended response message would have been sent to an LDAPv2 client (connection ID=%d, operation ID=%d): %s. LDAPv2 does not allow extended operations, so this response will not be sent
      • ERR_LDAPV2_SKIPPING_SEARCH_REFERENCE

        public static final LocalizableMessageDescriptor.Arg3<Number,​Number,​Object> ERR_LDAPV2_SKIPPING_SEARCH_REFERENCE
        A search performed by an LDAPv2 client (connection ID=%d, operation ID=%d) would have included a search result reference %s. Referrals are not allowed for LDAPv2 clients, so this search reference will not be sent
      • ERR_LDAPV2_REFERRAL_RESULT_CHANGED

        public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPV2_REFERRAL_RESULT_CHANGED
        The original result code for this message was 10 but this result is not allowed for LDAPv2 clients
      • ERR_LDAPV2_REFERRALS_OMITTED

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPV2_REFERRALS_OMITTED
        The response included one or more referrals, which are not allowed for LDAPv2 clients. The referrals included were: %s
      • ERR_LDAPV2_CLIENTS_NOT_ALLOWED

        public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPV2_CLIENTS_NOT_ALLOWED
        The Directory Server has been configured to deny access to LDAPv2 clients. This connection will be closed
      • ERR_LDAPV2_EXTENDED_REQUEST_NOT_ALLOWED

        public static final LocalizableMessageDescriptor.Arg2<Number,​Number> ERR_LDAPV2_EXTENDED_REQUEST_NOT_ALLOWED
        The client with connection ID %d authenticated to the Directory Server using LDAPv2, but attempted to send an extended operation request (LDAP message ID %d), which is not allowed for LDAPv2 clients. The connection will be terminated
      • ERR_CONNHANDLER_REJECTED_BY_SERVER

        public static final LocalizableMessageDescriptor.Arg0 ERR_CONNHANDLER_REJECTED_BY_SERVER
        The attempt to register this connection with the Directory Server was rejected. This indicates that the server already has the maximum allowed number of concurrent connections established
      • ERR_LDAP_TLS_STARTTLS_NOT_ALLOWED

        public static final LocalizableMessageDescriptor.Arg0 ERR_LDAP_TLS_STARTTLS_NOT_ALLOWED
        StartTLS cannot be enabled on this LDAP client connection because the corresponding LDAP connection handler is configured to reject StartTLS requests. The use of StartTLS can be enabled using the ds-cfg-allow-start-tls configuration attribute
      • ERR_PROXYAUTH1_NO_SUCH_USER

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PROXYAUTH1_NO_SUCH_USER
        User %s specified in the proxied authorization V1 control does not exist in the Directory Server
      • ERR_PROXYAUTH2_NO_IDENTITY_MAPPER

        public static final LocalizableMessageDescriptor.Arg0 ERR_PROXYAUTH2_NO_IDENTITY_MAPPER
        Unable to process proxied authorization V2 control because it contains an authorization ID based on a username and no proxied authorization identity mapper is configured in the Directory Server
      • ERR_PROXYAUTH2_INVALID_AUTHZID

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PROXYAUTH2_INVALID_AUTHZID
        The authorization ID "%s" contained in the proxied authorization V2 control is invalid because it does not start with "dn:" to indicate a user DN or "u:" to indicate a username
      • ERR_PROXYAUTH2_NO_SUCH_USER

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PROXYAUTH2_NO_SUCH_USER
        User %s specified in the proxied authorization V2 control does not exist in the Directory Server
      • WARN_LDAP_CLIENT_DUPLICATE_MESSAGE_ID

        public static final LocalizableMessageDescriptor.Arg1<Number> WARN_LDAP_CLIENT_DUPLICATE_MESSAGE_ID
        The Directory Server is already processing another request on the same client connection with the same message ID of %d
      • ERR_PROXYAUTH1_UNUSABLE_ACCOUNT

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PROXYAUTH1_UNUSABLE_ACCOUNT
        Use of the proxied authorization V1 control for user %s is not allowed by the password policy configuration
      • INFO_SORTREQ_CONTROL_NO_ORDERING_RULE_FOR_ATTR

        public static final LocalizableMessageDescriptor.Arg1<Object> INFO_SORTREQ_CONTROL_NO_ORDERING_RULE_FOR_ATTR
        Unable to process the provided server-side sort request control because it included attribute %s which does not have a default ordering matching rule and no ordering rule was specified in the sort key
      • ERR_LDAPV2_CONTROLS_NOT_ALLOWED

        public static final LocalizableMessageDescriptor.Arg0 ERR_LDAPV2_CONTROLS_NOT_ALLOWED
        LDAPv2 clients are not allowed to use request controls
      • ERR_JMX_SEARCH_INSUFFICIENT_PRIVILEGES

        public static final LocalizableMessageDescriptor.Arg0 ERR_JMX_SEARCH_INSUFFICIENT_PRIVILEGES
        You do not have sufficient privileges to perform search operations through JMX
      • ERR_JMX_INSUFFICIENT_PRIVILEGES

        public static final LocalizableMessageDescriptor.Arg0 ERR_JMX_INSUFFICIENT_PRIVILEGES
        You do not have sufficient privileges to establish the connection through JMX. At least JMX_READ privilege is required
      • WARN_LDIF_CONNHANDLER_LDIF_DIRECTORY_NOT_DIRECTORY

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> WARN_LDIF_CONNHANDLER_LDIF_DIRECTORY_NOT_DIRECTORY
        The value %s specified as the LDIF directory path for the LDIF connection handler defined in configuration entry %s exists but is not a directory. The specified path must be a directory. The LDIF connection handler will start, but will not be able to proces any changes until this path is changed to a directory
      • WARN_LDIF_CONNHANDLER_LDIF_DIRECTORY_MISSING

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> WARN_LDIF_CONNHANDLER_LDIF_DIRECTORY_MISSING
        The directory %s referenced by the LDIF connection handler defined in configuration entry %s does not exist. The LDIF connection handler will start, but will not be able to process any changes until this directory is created
      • ERR_LDIF_CONNHANDLER_CANNOT_READ_CHANGE_RECORD_NONFATAL

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_CONNHANDLER_CANNOT_READ_CHANGE_RECORD_NONFATAL
        An error occurred while trying to read a change record from the LDIF file: %s. This change will be skipped but processing on the LDIF file will continue
      • ERR_LDIF_CONNHANDLER_CANNOT_READ_CHANGE_RECORD_FATAL

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_CONNHANDLER_CANNOT_READ_CHANGE_RECORD_FATAL
        An error occurred while trying to read a change record from the LDIF file: %s. No further processing on this LDIF file can be performed
      • ERR_LDIF_CONNHANDLER_CANNOT_RENAME

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_LDIF_CONNHANDLER_CANNOT_RENAME
        An error occurred while the LDIF connection handler was attempting to rename partially-processed file from %s to %s: %s
      • ERR_LDIF_CONNHANDLER_CANNOT_DELETE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_LDIF_CONNHANDLER_CANNOT_DELETE
        An error occurred while the LDIF connection handler was attempting to delete processed file %s: %s
      • ERR_SNMP_CONNHANDLER_NO_CONFIGURATION

        public static final LocalizableMessageDescriptor.Arg0 ERR_SNMP_CONNHANDLER_NO_CONFIGURATION
        No Configuration was defined for this connection handler. The configuration parameters ds-cfg-listen-port and ds-cfg-trap-port are required by the connection handler to start
      • ERR_SNMP_CONNHANDLER_TRAPS_DESTINATION

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SNMP_CONNHANDLER_TRAPS_DESTINATION
        Traps Destination %s is an unknown host. Traps will not be sent to this destination
      • ERR_SNMP_CONNHANDLER_NO_OPENDMK_JARFILES

        public static final LocalizableMessageDescriptor.Arg0 ERR_SNMP_CONNHANDLER_NO_OPENDMK_JARFILES
        You do not have the appropriate OpenDMK jar files to enable the SNMP Connection Handler. The jdmkrt.jar file must be installed into the 'extlib' directory. The SNMP connection Handler could not be started
      • ERR_SNMP_CONNHANDLER_BAD_CONFIGURATION

        public static final LocalizableMessageDescriptor.Arg0 ERR_SNMP_CONNHANDLER_BAD_CONFIGURATION
        Cannot initialize the SNMP Connection Handler. Please check the configuration attributes
      • ERR_SNMP_CONNHANDLER_NO_VALID_TRAP_DESTINATIONS

        public static final LocalizableMessageDescriptor.Arg0 ERR_SNMP_CONNHANDLER_NO_VALID_TRAP_DESTINATIONS
        No valid trap destinations has been found. No trap will be sent
      • ERR_CONNHANDLER_SSL_CANNOT_INITIALIZE

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONNHANDLER_SSL_CANNOT_INITIALIZE
        An error occurred while attempting to initialize the SSL context for use in the LDAP Connection Handler: %s
      • ERR_LDAP_UNSUPPORTED_PROTOCOL_VERSION

        public static final LocalizableMessageDescriptor.Arg1<Number> ERR_LDAP_UNSUPPORTED_PROTOCOL_VERSION
        The Directory Server does not support LDAP protocol version %d. This connection will be closed
      • ERR_SNMP_CONNHANDLER_OPENDMK_JARFILES_NOT_OPERATIONAL

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SNMP_CONNHANDLER_OPENDMK_JARFILES_NOT_OPERATIONAL
        The required OpenDMK classes could not be loaded using jar file '%s'. Verify that the jar file is not corrupted
      • ERR_CANNOT_DECODE_CONTROL_VALUE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_CANNOT_DECODE_CONTROL_VALUE
        Cannot decode the provided control %s because an error occurred while attempting to decode the control value: %s
      • ERR_ECLN_NO_CONTROL_VALUE

        public static final LocalizableMessageDescriptor.Arg0 ERR_ECLN_NO_CONTROL_VALUE
        Cannot decode the provided entry changelog notification control because it does not have a value
      • ERR_INTERNAL_MOD_CONTROL_NO_ORIGIN

        public static final LocalizableMessageDescriptor.Arg0 ERR_INTERNAL_MOD_CONTROL_NO_ORIGIN
        Unable to process the provided internal modifications request control because it did not contain an origin
      • ERR_ECLN_CANNOT_DECODE_VALUE

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ECLN_CANNOT_DECODE_VALUE
        Cannot decode the provided entry changelog notification control because an error occurred while attempting to decode the control value: %s
      • ERR_INTERNAL_MOD_CONTROL_NO_MODS

        public static final LocalizableMessageDescriptor.Arg0 ERR_INTERNAL_MOD_CONTROL_NO_MODS
        Unable to process the provided internal modifications request control because it did not contain modifications
      • ERR_REPLICATION_CTX_CONTROL_NO_CSN

        public static final LocalizableMessageDescriptor.Arg0 ERR_REPLICATION_CTX_CONTROL_NO_CSN
        Unable to process the provided replication context request control because it did not contain a CSN
      • INFO_ERGONOMIC_SIZING_OF_REQUEST_HANDLER_THREADS

        public static final LocalizableMessageDescriptor.Arg2<Object,​Number> INFO_ERGONOMIC_SIZING_OF_REQUEST_HANDLER_THREADS
        Connection handler '%s' does not specify the number of request handler threads: defaulting to %d threads
      • ERR_REPLICATION_CTX_CONTROL_NO_ENTRY_UUID

        public static final LocalizableMessageDescriptor.Arg0 ERR_REPLICATION_CTX_CONTROL_NO_ENTRY_UUID
        Unable to process the provided replication context request control because it did not contain an entry UUID
      • ERR_CONNHANDLER_CONFIG_CHANGES_REQUIRE_RESTART

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONNHANDLER_CONFIG_CHANGES_REQUIRE_RESTART
        The server received configuration changes that require a restart of the %s connection handler to take effect
      • ERR_INTERNAL_CONNECTION_HANDLE_EXCEPTION

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_INTERNAL_CONNECTION_HANDLE_EXCEPTION
        Unable to process request '%s' received for internal client connection: %s
      • ERR_INTERNAL_CONNECTION_NO_RESULT

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INTERNAL_CONNECTION_NO_RESULT
        No result received after completion for request '%s' received for internal client connection
      • INFO_INTERNAL_CONNECTION_CANNOT_BE_CANCELLED

        public static final LocalizableMessageDescriptor.Arg0 INFO_INTERNAL_CONNECTION_CANNOT_BE_CANCELLED
        Internal operations can't be cancelled
      • ERR_JMX_CONNECTION_UNEXPECTED_REQUEST_TYPE

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_JMX_CONNECTION_UNEXPECTED_REQUEST_TYPE
        Unable to process request '%s' received for JMX client because this type of request is not supported for JMX
      • ERR_JMX_CONNECTION_UNEXPECTED_RESPONSE_TYPE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_JMX_CONNECTION_UNEXPECTED_RESPONSE_TYPE
        Unable to process response received for JMX client connection for request '%s' because the response '%s' is not of any of the expected types
      • ERR_JMX_CONNECTION_NO_RESULT

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_JMX_CONNECTION_NO_RESULT
        No result received after completion for request '%s' received for JMX client connection
      • ERR_PROXYAUTH_AUTHZ_NOT_PERMITTED

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PROXYAUTH_AUTHZ_NOT_PERMITTED
        Authorization as '%s' specified in the proxied authorization control is not permitted
      • ERR_KEYSTORE_DOES_NOT_CONTAIN_ALIAS

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_KEYSTORE_DOES_NOT_CONTAIN_ALIAS
        The key with alias '%s' used by '%s' could not be found, which may cause subsequent SSL connections to fail. Verify that the underlying keystore is properly configured
      • ERR_ACCESS_MONITORING_INFORMATION_NOT_AUTHENTICATED

        public static final LocalizableMessageDescriptor.Arg0 ERR_ACCESS_MONITORING_INFORMATION_NOT_AUTHENTICATED
        User authentication is mandatory to access server monitoring information
      • ERR_INVALID_KEYSTORE

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INVALID_KEYSTORE
        No usable key was found for '%s', which may cause subsequent SSL connections to fail. Verify that the underlying keystore is properly configured
      • ERR_PROXYAUTH2_ACCOUNT_DISABLED

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PROXYAUTH2_ACCOUNT_DISABLED
        Use of the proxied authorization V2 control for user %s is not allowed: the account is disabled
      • ERR_PROXYAUTH2_ACCOUNT_EXPIRED

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PROXYAUTH2_ACCOUNT_EXPIRED
        Use of the proxied authorization V2 control for user %s is not allowed: the account is expired
      • ERR_PROXYAUTH2_ACCOUNT_LOCKED

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PROXYAUTH2_ACCOUNT_LOCKED
        Use of the proxied authorization V2 control for user %s is not allowed: the account is locked
      • ERR_PROXYAUTH2_PASSWORD_EXPIRED

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PROXYAUTH2_PASSWORD_EXPIRED
        Use of the proxied authorization V2 control for user %s is not allowed: the account's password is expired
      • ERR_CONNHANDLER_RESTRICTED_CLIENT

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_CONNHANDLER_RESTRICTED_CLIENT
        The connection attempt from client %s to %s has been rejected because there are too many open connections from this client
      • ERR_SORTREQ_CONTROL_CANNOT_PROCESS

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SORTREQ_CONTROL_CANNOT_PROCESS
        Unable to process the provided server-side sort request control: %s
      • ERR_JMX_CONNECTION_FINALIZED

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_JMX_CONNECTION_FINALIZED
        JMX connection %s with JMX connection ID '%s' has been disconnected because it was finalized by GC
      • ERR_JMX_CONNECTION_NOTIFICATION_CLOSED

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_JMX_CONNECTION_NOTIFICATION_CLOSED
        JMX connection %s with JMX connection ID '%s' has been disconnected because it received a '%s' notification
      • ERR_KEYSTORE_INVALID_KEY_NOT_YET_VALID

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_KEYSTORE_INVALID_KEY_NOT_YET_VALID
        The key with alias '%s' used by '%s' is not valid yet. The key will be used, but SSL connections may fail depending on the validation performed by the peer. Verify that the underlying keystore is properly configured with a valid key
      • ERR_KEYSTORE_INVALID_KEY_EXPIRED

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_KEYSTORE_INVALID_KEY_EXPIRED
        The key with alias '%s' used by '%s' has expired. The key will be used, but SSL connections may fail depending on the validation performed by the peer. Verify that the underlying keystore is properly configured with a valid key
    • 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.