Class ReplicationMessages


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

      • ERR_OPERATION_NOT_FOUND_IN_PENDING

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_OPERATION_NOT_FOUND_IN_PENDING
        Internal Error : Operation %s change number %s was not found in local change list
      • ERR_OPERATION_NOT_FOUND_IN_REMOTE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_OPERATION_NOT_FOUND_IN_REMOTE
        Internal Error : Operation %s change number %s was not found in remote change list
      • WARN_NO_CHANGELOG_SERVER_LISTENING

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> WARN_NO_CHANGELOG_SERVER_LISTENING
        Directory server DS(%s) was unable to connect to replication server %s for domain "%s". Please check that there is a replication server listening at this address
      • ERR_EXCEPTION_CHANGELOG_TRIM_FLUSH

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXCEPTION_CHANGELOG_TRIM_FLUSH
        Error during the Replication Server database trimming or flush process. The Changelog service is going to shutdown: %s
      • ERR_WRITER_UNEXPECTED_EXCEPTION

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_WRITER_UNEXPECTED_EXCEPTION
        An unexpected error happened handling connection with %s. This connection is going to be closed
      • ERR_FILE_CHECK_CREATE_FAILED

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_FILE_CHECK_CREATE_FAILED
        An Exception was caught while testing existence or trying to create the directory for the Replication Server database : %s %s
      • ERR_SIMULTANEOUS_IMPORT_EXPORT_REJECTED

        public static final LocalizableMessageDescriptor.Arg0 ERR_SIMULTANEOUS_IMPORT_EXPORT_REJECTED
        The current request is rejected due to an import or an export already in progress for the same data
      • ERR_DUPLICATE_SERVER_ID

        public static final LocalizableMessageDescriptor.Arg5<Object,​Object,​Object,​Object,​Object> ERR_DUPLICATE_SERVER_ID
        Duplicate server IDs found: replica '%s' for domain '%s' tried to connect from '%s', but replica '%s' is already connected from '%s'. Make sure the two replicas are configured with different server IDs
      • ERR_DUPLICATE_REPLICATION_SERVER_ID

        public static final LocalizableMessageDescriptor.Arg4<Object,​Object,​Object,​Object> ERR_DUPLICATE_REPLICATION_SERVER_ID
        Duplicate server IDs found: replication server '%s' tried to connect from '%s', but replication server '%s' is already connected from '%s'. Make sure the two replication servers are configured with different server IDs
      • ERR_BAD_HISTORICAL

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BAD_HISTORICAL
        Entry %s was containing some unknown historical information, This may cause some inconsistency for this entry
      • ERR_REPLICATION_COULD_NOT_CONNECT

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_REPLICATION_COULD_NOT_CONNECT
        The Replication is configured for suffix %s but was not able to connect to any Replication Server
      • WARN_REPLICATION_SERVER_PROPERLY_DISCONNECTED

        public static final LocalizableMessageDescriptor.Arg4<Object,​Object,​Object,​Object> WARN_REPLICATION_SERVER_PROPERLY_DISCONNECTED
        Replication server RS(%s) at %s has closed the connection to this directory server DS(%s). This directory server will now try to connect to another replication server in order to receive changes for the domain "%s"
      • ERR_CHANGELOG_ERROR_SENDING_ERROR

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHANGELOG_ERROR_SENDING_ERROR
        An unexpected error occurred while sending an Error Message to %s. This connection is going to be closed and reopened
      • ERR_CHANGELOG_ERROR_SENDING_MSG

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHANGELOG_ERROR_SENDING_MSG
        An unexpected error occurred while sending a Message to %s. This connection is going to be closed and reopened
      • ERR_UNKNOWN_ATTRIBUTE_IN_HISTORICAL

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_UNKNOWN_ATTRIBUTE_IN_HISTORICAL
        The entry %s has historical information for attribute %s which is not defined in the schema. This information will be ignored
      • ERR_COULD_NOT_STOP_LISTEN_THREAD

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_COULD_NOT_STOP_LISTEN_THREAD
        The thread listening on the replication server port could not be stopped : %s
      • ERR_SEARCHING_DOMAIN_BACKEND

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SEARCHING_DOMAIN_BACKEND
        An unexpected error occurred when looking for the replicated backend : %s. It may be not configured or disabled
      • WARN_BAD_GENERATION_ID_FROM_RS

        public static final LocalizableMessageDescriptor.Arg6<Object,​Object,​Number,​Object,​Object,​Number> WARN_BAD_GENERATION_ID_FROM_RS
        Replication server RS(%s) at %s presented generation ID %d for domain "%s", but the generation ID of this replication server RS(%s) is %d. This usually indicates that one or more directory servers in the replication topology have not been initialized with the same data, and re-initialization is required
      • ERR_INIT_IMPORT_NOT_SUPPORTED

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INIT_IMPORT_NOT_SUPPORTED
        Initialization cannot be done because import is not supported by the backend %s
      • ERR_INIT_EXPORT_NOT_SUPPORTED

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INIT_EXPORT_NOT_SUPPORTED
        Initialization cannot be done because export is not supported by the backend %s
      • ERR_INIT_CANNOT_LOCK_BACKEND

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_INIT_CANNOT_LOCK_BACKEND
        Initialization cannot be done because the following error occurred while locking the backend %s : %s
      • ERR_CHECK_CREATE_REPL_BACKEND_FAILED

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHECK_CREATE_REPL_BACKEND_FAILED
        An unexpected error occurred when testing existence or creating the replication backend : %s
      • WARN_NOW_FOUND_BAD_GENERATION_CHANGELOG

        public static final LocalizableMessageDescriptor.Arg6<Object,​Object,​Object,​Object,​Number,​Number> WARN_NOW_FOUND_BAD_GENERATION_CHANGELOG
        Directory server DS(%s) has connected to replication server RS(%s) for domain "%s" at %s, but the generation IDs do not match, indicating that a full re-initialization is required. The local (DS) generation ID is %d and the remote (RS) generation ID is %d
      • INFO_SSL_SERVER_CON_ATTEMPT_ERROR

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> INFO_SSL_SERVER_CON_ATTEMPT_ERROR
        Replication server accepted a connection from %s to local address %s but the SSL handshake failed. This is probably benign, but may indicate a transient network outage or a misconfigured client application connecting to this replication server. The error was: %s
      • ERR_EXCEPTION_REPLAYING_REPLICATION_MESSAGE

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXCEPTION_REPLAYING_REPLICATION_MESSAGE
        An Exception was caught while replaying replication message : %s
      • DEBUG_GOING_TO_SEARCH_FOR_CHANGES

        public static final LocalizableMessageDescriptor.Arg0 DEBUG_GOING_TO_SEARCH_FOR_CHANGES
        The replication server is late regarding our changes: going to send missing ones
      • ERR_RESET_GENERATION_CONN_ERR_ID

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_RESET_GENERATION_CONN_ERR_ID
        For replicated domain %s, in server with serverId=%s, the generation ID could not be set to value %s in the rest of the topology because this server is NOT connected to any replication server. You should check in the configuration that the domain is enabled and that there is one replication server up and running
      • ERR_EXCEPTION_STARTING_SESSION_PHASE

        public static final LocalizableMessageDescriptor.Arg4<Object,​Object,​Object,​Object> ERR_EXCEPTION_STARTING_SESSION_PHASE
        Directory server DS(%s) encountered an unexpected error while connecting to replication server %s for domain "%s": %s
      • WARN_EXCEPTION_STARTING_SESSION_PHASE

        public static final LocalizableMessageDescriptor.Arg4<Object,​Object,​Object,​Object> WARN_EXCEPTION_STARTING_SESSION_PHASE
        Directory server DS(%s) encountered a transient problem while connecting to replication server %s for domain "%s". Directory server will try to connect to a replication server again. The problem was: %s
      • ERR_EXCEPTION_FORWARDING_RESET_GEN_ID

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_EXCEPTION_FORWARDING_RESET_GEN_ID
        Caught IOException while forwarding ResetGenerationIdMsg to peer replication servers for domain %s : %s
      • ERR_EXCEPTION_CHANGING_STATUS_AFTER_RESET_GEN_ID

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_EXCEPTION_CHANGING_STATUS_AFTER_RESET_GEN_ID
        Caught IOException while changing status for domain %s and serverId: %s after reset for generation id: %s
      • ERR_RECEIVED_CHANGE_STATUS_NOT_FROM_DS

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_RECEIVED_CHANGE_STATUS_NOT_FROM_DS
        Received change status message does not come from a directory server (dn: %s, server id: %s, msg: %s)
      • WARN_CONNECTED_TO_SERVER_WITH_WRONG_GROUP_ID

        public static final LocalizableMessageDescriptor.Arg6<Object,​Object,​Object,​Object,​Object,​Object> WARN_CONNECTED_TO_SERVER_WITH_WRONG_GROUP_ID
        Connected to a replication server with wrong group id. We have group id %s and replication server id %s %s has group id %s. This is for domain %s in directory server %s
      • WARN_IGNORING_UPDATE_FROM_DS_FULLUP

        public static final LocalizableMessageDescriptor.Arg5<Object,​Object,​Object,​Object,​Object> WARN_IGNORING_UPDATE_FROM_DS_FULLUP
        Replication server RS(%s) ignoring update %s for domain "%s" from directory server DS(%s) at %s because it is currently performing a full update
      • WARN_IGNORING_UPDATE_TO_DS_FULLUP

        public static final LocalizableMessageDescriptor.Arg5<Object,​Object,​Object,​Object,​Object> WARN_IGNORING_UPDATE_TO_DS_FULLUP
        Replication server RS(%s) not sending update %s for domain "%s" to directory server DS(%s) at %s because it is currently performing a full update
      • ERR_EXCEPTION_CHANGING_STATUS_FROM_STATUS_ANALYZER

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_EXCEPTION_CHANGING_STATUS_FROM_STATUS_ANALYZER
        Caught IOException while changing status for domain %s and serverId: %s from status analyzer: %s
      • NOTE_FULL_UPDATE_ENGAGED_FROM_REMOTE_START

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> NOTE_FULL_UPDATE_ENGAGED_FROM_REMOTE_START
        Starting total update: importing domain "%s" from remote directory server DS(%s) to this directory server DS(%s)
      • NOTE_FULL_UPDATE_ENGAGED_FROM_REMOTE_END

        public static final LocalizableMessageDescriptor.Arg4<Object,​Object,​Object,​Object> NOTE_FULL_UPDATE_ENGAGED_FROM_REMOTE_END
        Finished total update: imported domain "%s" from remote directory server DS(%s) to this directory server DS(%s). %s
      • NOTE_FULL_UPDATE_ENGAGED_FOR_REMOTE_START

        public static final LocalizableMessageDescriptor.Arg4<Number,​Object,​Object,​Object> NOTE_FULL_UPDATE_ENGAGED_FOR_REMOTE_START
        Starting total update: exporting %d entries in domain "%s" from this directory server DS(%s) to remote directory server DS(%s)
      • NOTE_FULL_UPDATE_ENGAGED_FOR_REMOTE_END

        public static final LocalizableMessageDescriptor.Arg4<Object,​Object,​Object,​Object> NOTE_FULL_UPDATE_ENGAGED_FOR_REMOTE_END
        Finished total update: exported domain "%s" from this directory server DS(%s) to remote directory server DS(%s). %s
      • WARN_TIMEOUT_WHEN_CROSS_CONNECTION

        public static final LocalizableMessageDescriptor.Arg4<Object,​Object,​Object,​Object> WARN_TIMEOUT_WHEN_CROSS_CONNECTION
        Timed out while trying to acquire the domain lock for domain "%s". The connection attempt from replication server RS(%s) at %s to this replication server RS(%s) will be aborted. This is probably benign and a result of a simultaneous cross connection attempt
      • WARN_BAD_GENERATION_ID_FROM_DS

        public static final LocalizableMessageDescriptor.Arg6<Object,​Object,​Number,​Object,​Object,​Number> WARN_BAD_GENERATION_ID_FROM_DS
        Directory server DS(%s) at %s presented generation ID %d for domain "%s", but the generation ID of this replication server RS(%s) is %d. This usually indicates that one or more directory servers in the replication topology have not been initialized with the same data, and re-initialization is required
      • NOTE_ERR_CANNOT_CHANGE_CONFIG_DURING_TOTAL_UPDATE

        public static final LocalizableMessageDescriptor.Arg0 NOTE_ERR_CANNOT_CHANGE_CONFIG_DURING_TOTAL_UPDATE
        Cannot change the configuration while a total update is in progress
      • NOTE_ERR_FRACTIONAL_CONFIG_UNKNOWN_OBJECT_CLASS

        public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_ERR_FRACTIONAL_CONFIG_UNKNOWN_OBJECT_CLASS
        Wrong fractional replication configuration: could not find object class definition for %s in schema
      • NOTE_ERR_FRACTIONAL_CONFIG_UNKNOWN_ATTRIBUTE_TYPE

        public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_ERR_FRACTIONAL_CONFIG_UNKNOWN_ATTRIBUTE_TYPE
        Wrong fractional replication configuration : could not find attribute type definition for %s in schema
      • NOTE_ERR_FRACTIONAL_CONFIG_NOT_OPTIONAL_ATTRIBUTE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> NOTE_ERR_FRACTIONAL_CONFIG_NOT_OPTIONAL_ATTRIBUTE
        Wrong fractional replication configuration : attribute %s is not optional in class %s
      • NOTE_ERR_FRACTIONAL_CONFIG_WRONG_FORMAT

        public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_ERR_FRACTIONAL_CONFIG_WRONG_FORMAT
        Wrong fractional replication configuration : wrong format : %s (need at least [<className>|*],attributeName)
      • NOTE_ERR_FRACTIONAL_CONFIG_BOTH_MODES

        public static final LocalizableMessageDescriptor.Arg0 NOTE_ERR_FRACTIONAL_CONFIG_BOTH_MODES
        Wrong fractional replication configuration : cannot use both exclusive and inclusive modes
      • NOTE_ERR_FRACTIONAL_CONFIG_PROHIBITED_ATTRIBUTE

        public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_ERR_FRACTIONAL_CONFIG_PROHIBITED_ATTRIBUTE
        Wrong fractional replication configuration : prohibited attribute %s usage
      • NOTE_FRACTIONAL_BAD_DATA_SET_NEED_RESYNC

        public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_FRACTIONAL_BAD_DATA_SET_NEED_RESYNC
        Warning : domain %s fractional replication configuration is inconsistent with backend data set : need resynchronization or fractional configuration to be changed
      • ERR_PLUGIN_FRACTIONAL_LDIF_IMPORT_INVALID_PLUGIN_TYPE

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_FRACTIONAL_LDIF_IMPORT_INVALID_PLUGIN_TYPE
        The fractional replication ldif import plugin is configured with invalid plugin type %s. Only the ldifImport plugin type is allowed
      • NOTE_ERR_FULL_UPDATE_IMPORT_FRACTIONAL_BAD_REMOTE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> NOTE_ERR_FULL_UPDATE_IMPORT_FRACTIONAL_BAD_REMOTE
        The online full update for importing suffix %s data from remote directory server %s has been stopped due to fractional configuration inconsistency between destination and source server : imported data set has not the same fractional configuration
      • NOTE_ERR_FULL_UPDATE_IMPORT_FRACTIONAL_REMOTE_IS_FRACTIONAL

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> NOTE_ERR_FULL_UPDATE_IMPORT_FRACTIONAL_REMOTE_IS_FRACTIONAL
        The online full update for importing suffix %s data from remote directory server %s has been stopped due to fractional configuration inconsistency between destination and source server : imported data set has some fractional configuration but not destination server
      • NOTE_ERR_FRACTIONAL_FORBIDDEN_OPERATION

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> NOTE_ERR_FRACTIONAL_FORBIDDEN_OPERATION
        The following operation has been forbidden in suffix %s due to inconsistency with the fractional replication configuration : %s
      • NOTE_ERR_FRACTIONAL_FORBIDDEN_FULL_UPDATE_FRACTIONAL

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> NOTE_ERR_FRACTIONAL_FORBIDDEN_FULL_UPDATE_FRACTIONAL
        The export of domain %s from server %s to all other servers of the topology is forbidden as the source server has some fractional configuration : only fractional servers in a replicated topology does not make sense
      • ERR_INITIALIZATION_FAILED_NOCONN

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INITIALIZATION_FAILED_NOCONN
        The initialization failed because the domain %s is not connected to a replication server
      • ERR_FRACTIONAL_COULD_NOT_RETRIEVE_CONFIG

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FRACTIONAL_COULD_NOT_RETRIEVE_CONFIG
        Could not retrieve the configuration for a replication domain matching the entry %s
      • NOTE_ERR_LDIF_IMPORT_FRACTIONAL_BAD_DATA_SET

        public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_ERR_LDIF_IMPORT_FRACTIONAL_BAD_DATA_SET
        The LDIF import for importing suffix %s data has been stopped due to fractional configuration inconsistency : imported data set has not the same fractional configuration as local server
      • NOTE_ERR_LDIF_IMPORT_FRACTIONAL_DATA_SET_IS_FRACTIONAL

        public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_ERR_LDIF_IMPORT_FRACTIONAL_DATA_SET_IS_FRACTIONAL
        The LDIF import for importing suffix %s data has been stopped due to fractional configuration inconsistency : imported data set has some fractional configuration but not local server
      • WARN_DS_DISCONNECTED_DURING_HANDSHAKE

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> WARN_DS_DISCONNECTED_DURING_HANDSHAKE
        A transient problem occurred while Directory Server %s was connecting to this Replication Server %s. The peer server may try to establish a connection again. The problem was: %s
      • WARN_RS_DISCONNECTED_DURING_HANDSHAKE

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> WARN_RS_DISCONNECTED_DURING_HANDSHAKE
        A transient problem occurred while Replication Server %s was connecting to this Replication Server %s. The Replication Server should try to reconnect later. The problem was: %s
      • WARN_REPLICATION_SERVER_BADLY_DISCONNECTED

        public static final LocalizableMessageDescriptor.Arg5<Object,​Object,​Object,​Object,​Object> WARN_REPLICATION_SERVER_BADLY_DISCONNECTED
        Directory server DS(%s) encountered an error while receiving changes for domain "%s" from replication server RS(%s) at %s. The connection will be closed, and this directory server will now try to connect to another replication server. The error was: %s
      • NOTE_ERR_UNABLE_TO_ENABLE_ECL_VIRTUAL_ATTR

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> NOTE_ERR_UNABLE_TO_ENABLE_ECL_VIRTUAL_ATTR
        Error when loading a virtual attribute for external change log: Attribute: %s , Error: %s
      • ERR_RESYNC_REQUIRED_UNKNOWN_DOMAIN_IN_PROVIDED_COOKIE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_RESYNC_REQUIRED_UNKNOWN_DOMAIN_IN_PROVIDED_COOKIE
        Full resync required. Reason: The provided cookie contains unknown replicated domain %s. Current starting cookie <%s>
      • ERR_RESYNC_REQUIRED_TOO_OLD_DOMAIN_IN_PROVIDED_COOKIE

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RESYNC_REQUIRED_TOO_OLD_DOMAIN_IN_PROVIDED_COOKIE
        Full resync required. Reason: The provided cookie is older than the start of historical in the server for the replicated domain : %s
      • NOTE_NEW_BEST_REPLICATION_SERVER

        public static final LocalizableMessageDescriptor.Arg7<Object,​Object,​Object,​Object,​Object,​Object,​Object> NOTE_NEW_BEST_REPLICATION_SERVER
        Directory Server DS(%s) is switching from replication server RS(%s) at %s to RS(%s) for domain "%s" because it is more suitable. The previous replication server evaluation was: "%s", and the new replication server evaluation was: "%s"
      • ERR_INIT_EXPORTER_DISCONNECTION

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_INIT_EXPORTER_DISCONNECTION
        Domain %s (server id: %s) : remote exporter server disconnection (server id: %s ) detected during initialization
      • ERR_INIT_RS_DISCONNECTION_DURING_IMPORT

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INIT_RS_DISCONNECTION_DURING_IMPORT
        Connection failure with Replication Server %s during import
      • ERR_INIT_NO_SUCCESS_START_FROM_SERVERS

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_INIT_NO_SUCCESS_START_FROM_SERVERS
        The following servers did not acknowledge initialization in the expected time for domain %s. They are potentially down or too slow. Servers list: %s
      • ERR_INIT_NO_SUCCESS_END_FROM_SERVERS

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_INIT_NO_SUCCESS_END_FROM_SERVERS
        The following servers did not end initialization being connected with the right generation (%s). They are potentially stopped or too slow. Servers list: %s
      • ERR_INIT_RS_DISCONNECTION_DURING_EXPORT

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INIT_RS_DISCONNECTION_DURING_EXPORT
        When initializing remote server(s), connection to Replication Server with serverId=%s is lost
      • ERR_INIT_HEARTBEAT_LOST_DURING_EXPORT

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INIT_HEARTBEAT_LOST_DURING_EXPORT
        When initializing remote server(s), the initialized server with serverId=%s is potentially stopped or too slow
      • ERR_SENDING_NEW_ATTEMPT_INIT_REQUEST

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_SENDING_NEW_ATTEMPT_INIT_REQUEST
        When sending a new initialization request for an initialization from a remote server, the following error occurred %s. The initial error was : %s
      • NOTE_RESENDING_INIT_FROM_REMOTE_REQUEST

        public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_RESENDING_INIT_FROM_REMOTE_REQUEST
        Resending a new initialization request for an initialization from a remote server due to the root error : %s
      • NOTE_RESENDING_INIT_TARGET

        public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_RESENDING_INIT_TARGET
        Resending a new initialization start for an initialization of a remote server due to the root error : %s
      • INFO_REPLICATION_SERVER_CONNECTION_FROM_RS

        public static final LocalizableMessageDescriptor.Arg4<Object,​Object,​Object,​Object> INFO_REPLICATION_SERVER_CONNECTION_FROM_RS
        Replication server RS(%s) has accepted a connection from replication server RS(%s) for domain "%s" at %s
      • NOTE_FULL_UPDATE_ENGAGED_FOR_REMOTE_START_ALL

        public static final LocalizableMessageDescriptor.Arg3<Number,​Object,​Object> NOTE_FULL_UPDATE_ENGAGED_FOR_REMOTE_START_ALL
        Starting total update: exporting %d entries in domain "%s" from this directory server DS(%s) to all remote directory servers
      • NOTE_FULL_UPDATE_ENGAGED_FOR_REMOTE_END_ALL

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> NOTE_FULL_UPDATE_ENGAGED_FOR_REMOTE_END_ALL
        Finished total update: exported domain "%s" from this directory server DS(%s) to all remote directory servers. %s
      • NOTE_LOAD_BALANCE_REPLICATION_SERVER

        public static final LocalizableMessageDescriptor.Arg4<Object,​Object,​Object,​Object> NOTE_LOAD_BALANCE_REPLICATION_SERVER
        Directory Server DS(%s) is disconnecting from replication server RS(%s) at %s for domain "%s" in order to find another replication server in the topology and distribute load more equally
      • WARN_CANNOT_OPEN_DATABASE_BECAUSE_SHUTDOWN_WAS_REQUESTED

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> WARN_CANNOT_OPEN_DATABASE_BECAUSE_SHUTDOWN_WAS_REQUESTED
        Cannot open database %s because shutdown was requested from replication server RS(%s)
      • NOTE_RS_LATER_THAN_ANOTHER_RS_MORE_UP_TO_DATE_THAN_LOCAL_DS

        public static final LocalizableMessageDescriptor.Arg4<Object,​Object,​Object,​Object> NOTE_RS_LATER_THAN_ANOTHER_RS_MORE_UP_TO_DATE_THAN_LOCAL_DS
        RS(%s) newest change %s is behind another RS which is ahead of DS(%s) newest change %s
      • NOTE_RS_ON_DIFFERENT_HOST_THAN_DS

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> NOTE_RS_ON_DIFFERENT_HOST_THAN_DS
        RS(%s) is on a different host than DS(%s), but at least another RS is on the same host
      • NOTE_DO_NOT_DISCONNECT_DS_FROM_OVERLOADED_RS

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> NOTE_DO_NOT_DISCONNECT_DS_FROM_OVERLOADED_RS
        DS(%s) not disconnected from overloaded RS(%s), other DSs will disconnect
      • NOTE_NO_NEED_TO_REBALANCE_DSS_BETWEEN_RSS

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> NOTE_NO_NEED_TO_REBALANCE_DSS_BETWEEN_RSS
        DS(%s) not disconnected from current RS(%s), since there is no need to rebalance all directory servers to other replication servers in the topology
      • NOTE_DO_NOT_DISCONNECT_DS_FROM_ACCEPTABLE_LOAD_RS

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> NOTE_DO_NOT_DISCONNECT_DS_FROM_ACCEPTABLE_LOAD_RS
        DS(%s) not disconnected from current RS(%s), because RS is underloaded or its load goal is reached
      • NOTE_BEST_RS

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> NOTE_BEST_RS
        RS(%s) has been evaluated to be the best replication server for DS(%s) to connect to because it was the only one standing after all tests
      • ERR_CANNOT_CREATE_REPLICA_DB_BECAUSE_CHANGELOG_DB_SHUTDOWN

        public static final LocalizableMessageDescriptor.Arg0 ERR_CANNOT_CREATE_REPLICA_DB_BECAUSE_CHANGELOG_DB_SHUTDOWN
        Could not create replica database because the changelog database is shutting down
      • ERR_COULD_NOT_ADD_CHANGE_TO_SHUTTING_DOWN_REPLICA_DB

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_COULD_NOT_ADD_CHANGE_TO_SHUTTING_DOWN_REPLICA_DB
        Could not add change %s to replicaDB %s %s because flushing thread is shutting down
      • ERR_CHANGELOG_READ_STATE_CANT_READ_DOMAIN_DIRECTORY

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_CHANGELOG_READ_STATE_CANT_READ_DOMAIN_DIRECTORY
        Error when retrieving changelog state from root path '%s' : IO error on domain directory '%s' when retrieving list of server ids
      • ERR_CHANGELOG_UNABLE_TO_CREATE_CN_INDEX_DB

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_CHANGELOG_UNABLE_TO_CREATE_CN_INDEX_DB
        Could not get or create change number index DB in root path '%s', using path '%s'
      • ERR_CHANGELOG_SERVER_ID_FILENAME_WRONG_FORMAT

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHANGELOG_SERVER_ID_FILENAME_WRONG_FORMAT
        Could not read server id filename because it uses a wrong format, expecting '[id].server' where [id] is numeric but got '%s'
      • ERR_CHANGELOG_GENERATION_ID_WRONG_FORMAT

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHANGELOG_GENERATION_ID_WRONG_FORMAT
        Could not read generation id because it uses a wrong format, expecting a number but got '%s'
      • ERR_CHANGELOG_UNABLE_TO_DECODE_RECORD

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHANGELOG_UNABLE_TO_DECODE_RECORD
        Could not decode a record from data read in log file '%s'
      • WARN_CHANGELOG_NOT_ENABLED_FOR_WRITE

        public static final LocalizableMessageDescriptor.Arg1<Object> WARN_CHANGELOG_NOT_ENABLED_FOR_WRITE
        The changelog '%s' has been opened in read-only mode, it is not enabled for write
      • ERR_CHANGELOG_UNABLE_TO_DECODE_DN_FROM_DOMAIN_STATE_FILE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_CHANGELOG_UNABLE_TO_DECODE_DN_FROM_DOMAIN_STATE_FILE
        Could not decode DN from domain state file '%s', from line '%s'
      • ERR_CHANGELOG_UNABLE_TO_READ_DOMAIN_STATE_FILE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_CHANGELOG_UNABLE_TO_READ_DOMAIN_STATE_FILE
        Could not read domain state file '%s'. The replication server cannot continue, it should be restored from a backup. Cause was : %s
      • ERR_CHANGELOG_INCOHERENT_DOMAIN_STATE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_CHANGELOG_INCOHERENT_DOMAIN_STATE
        There is a mismatch between domain state file and actual domain directories found in file system. Expected domain ids : %s. Actual domain ids found in file system: %s
      • ERR_CHANGELOG_UNABLE_TO_UPDATE_DOMAIN_STATE_FILE

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_CHANGELOG_UNABLE_TO_UPDATE_DOMAIN_STATE_FILE
        Could not create a new domain id %s for domain DN %s and save it in the domain state file. Replication will continue, but if the domain state file cannot be written when stopping the server, it should be restored from backup. Cause was : %s
      • ERR_CHANGELOG_UNABLE_TO_DECODE_KEY_FROM_STRING

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHANGELOG_UNABLE_TO_DECODE_KEY_FROM_STRING
        Could not decode the key from string [%s]
      • ERR_CHANGELOG_UNABLE_TO_RETRIEVE_KEY_BOUNDS_FROM_FILE

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHANGELOG_UNABLE_TO_RETRIEVE_KEY_BOUNDS_FROM_FILE
        Could not retrieve key bounds from log file '%s'
      • ERR_CHANGELOG_UNABLE_TO_RETRIEVE_READ_ONLY_LOG_FILES_LIST

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHANGELOG_UNABLE_TO_RETRIEVE_READ_ONLY_LOG_FILES_LIST
        Could not retrieve read-only log files from log '%s'
      • ERR_CHANGELOG_UNABLE_TO_DELETE_LOG_FILE_WHILE_PURGING

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHANGELOG_UNABLE_TO_DELETE_LOG_FILE_WHILE_PURGING
        While purging log, could not delete log file(s): '%s'
      • ERR_CHANGELOG_UNREFERENCED_LOG_WHILE_RELEASING

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHANGELOG_UNREFERENCED_LOG_WHILE_RELEASING
        The following log '%s' must be released but it is not referenced
      • ERR_CHANGELOG_INVALID_REPLICA_OFFLINE_STATE_FILE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_CHANGELOG_INVALID_REPLICA_OFFLINE_STATE_FILE
        Could not read replica offline state file '%s' for domain %s, it should contain exactly one line corresponding to the offline CSN
      • ERR_CHANGELOG_UNABLE_TO_READ_REPLICA_OFFLINE_STATE_FILE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_CHANGELOG_UNABLE_TO_READ_REPLICA_OFFLINE_STATE_FILE
        Could not read content of replica offline state file '%s' for domain %s
      • ERR_CHANGELOG_UNABLE_TO_RETRIEVE_FILE_LENGTH

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHANGELOG_UNABLE_TO_RETRIEVE_FILE_LENGTH
        Could not retrieve file length of log file '%s'
      • ERR_CHANGELOG_UNABLE_TO_RECOVER_LOG_FILE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_CHANGELOG_UNABLE_TO_RECOVER_LOG_FILE
        An error occurred while recovering the replication change log file '%s'. The recovery has been aborted and this replication server will be removed from the replication topology. The change log file system may be read-only, full, or corrupt and must be fixed before this replication server can be used. The underlying error was: %s
      • INFO_CHANGELOG_LOG_FILE_RECOVERED

        public static final LocalizableMessageDescriptor.Arg1<Object> INFO_CHANGELOG_LOG_FILE_RECOVERED
        Log file '%s' was successfully recovered by removing a partially written record
      • NOTE_SEARCH_CHANGELOG_INSUFFICIENT_PRIVILEGES

        public static final LocalizableMessageDescriptor.Arg0 NOTE_SEARCH_CHANGELOG_INSUFFICIENT_PRIVILEGES
        You do not have sufficient privileges to perform a search request on cn=changelog
      • ERR_CHANGELOG_BACKEND_ATTRIBUTE

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_CHANGELOG_BACKEND_ATTRIBUTE
        An error occurred when retrieving attribute value for attribute '%s' for entry DN '%s' in changelog backend : %s
      • ERR_CHANGELOG_UNABLE_TO_CREATE_LAST_LOG_ROTATION_TIME_FILE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Number> ERR_CHANGELOG_UNABLE_TO_CREATE_LAST_LOG_ROTATION_TIME_FILE
        Could not create file '%s' to store last log rotation time %d
      • ERR_CHANGELOG_UNABLE_TO_DELETE_LAST_LOG_ROTATION_TIME_FILE

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHANGELOG_UNABLE_TO_DELETE_LAST_LOG_ROTATION_TIME_FILE
        Could not delete file '%s' that stored the previous last log rotation time
      • ERR_CHANGELOG_CANNOT_READ_NEWEST_RECORD

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHANGELOG_CANNOT_READ_NEWEST_RECORD
        Could not position and read newest record from log file '%s'
      • ERR_CHANGELOG_RESET_CHANGE_NUMBER_CHANGE_NOT_PRESENT

        public static final LocalizableMessageDescriptor.Arg3<Number,​Object,​Object> ERR_CHANGELOG_RESET_CHANGE_NUMBER_CHANGE_NOT_PRESENT
        The change number index could not be reset to start with %d in base DN '%s' because starting CSN '%s' does not exist in the change log
      • ERR_CHANGELOG_RESET_CHANGE_NUMBER_CSN_TOO_OLD

        public static final LocalizableMessageDescriptor.Arg2<Number,​Object> ERR_CHANGELOG_RESET_CHANGE_NUMBER_CSN_TOO_OLD
        The change number could not be reset to %d because the associated change with CSN '%s' has already been purged from the change log. Try resetting to a more recent change
      • ERR_REPLICATION_CHANGE_NUMBER_DISABLED

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_REPLICATION_CHANGE_NUMBER_DISABLED
        Change number indexing is disabled for replication domain '%s'
      • ERR_FULL_UPDATE_NO_REMOTES

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_FULL_UPDATE_NO_REMOTES
        Cannot start total update in domain "%s" from this directory server DS(%s): no remote directory servers found
      • ERR_FULL_UPDATE_MISSING_REMOTE

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_FULL_UPDATE_MISSING_REMOTE
        Cannot start total update in domain "%s" from this directory server DS(%s): cannot find remote directory server DS(%s)
      • ERR_REPLICATION_UNEXPECTED_MESSAGE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_REPLICATION_UNEXPECTED_MESSAGE
        New replication connection from %s started with unexpected message %s and is being closed
      • ERR_WRITER_CHANGELOG_CURSOR_ABORTED_FOR_REMOTE_DS

        public static final LocalizableMessageDescriptor.Arg4<Object,​Object,​Object,​Object> ERR_WRITER_CHANGELOG_CURSOR_ABORTED_FOR_REMOTE_DS
        The directory server %s can no longer keep up with changes coming from replication server %s for base DN %s. Some missing changes have been purged by this replication server and the connection will be terminated. The directory server may fail-over to another replication server that has not purged the changes that it needs. If there is no replication server containing the missing changes then it will fail to connect to any replication server and will need to be reinitialized. (Underlying error is: %s)
      • ERR_WRITER_CHANGELOG_CURSOR_ABORTED_FOR_REMOTE_RS

        public static final LocalizableMessageDescriptor.Arg4<Object,​Object,​Object,​Object> ERR_WRITER_CHANGELOG_CURSOR_ABORTED_FOR_REMOTE_RS
        The replication server %s can no longer keep up with changes coming from replication server %s for base DN %s. Some missing changes have been purged by this replication server and the connection will be terminated. The directory servers connected to this replication server may fail-over to another replication server that has not purged the changes that it needs. If there is no replication server containing the missing changes then the directory servers will fail to connect to any replication server and will need to be reinitialized. (Underlying error is: %s)
      • WARN_CANNOT_SET_BROKER_SOCKET_TIMEOUT

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> WARN_CANNOT_SET_BROKER_SOCKET_TIMEOUT
        Error while setting replication listener socket timeout to 1 second for domain '%s', server state may be reported as being a bit late with respect to other servers. Cause was: %s
      • ERR_INVALID_CSN_RANGE_COMPARISON_OPERATOR

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INVALID_CSN_RANGE_COMPARISON_OPERATOR
        Invalid operator '%s' specified in historicalCsnRangeMatch extensible matching rule assertion
      • ERR_INVALID_CSN_RANGE_ASSERTION_SYNTAX

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INVALID_CSN_RANGE_ASSERTION_SYNTAX
        Specified assertion '%s' for historicalCsnRangeMatch extensible matching rule does not conform to expected syntax. The assertion must specify a CSN range
      • ERR_CSN_RANGE_INCLUDES_MORE_THAN_ONE_SERVER

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_CSN_RANGE_INCLUDES_MORE_THAN_ONE_SERVER
        Specified CSNs '%s' and '%s' have two different server ids. The historicalCsnRangeMatch extensible matching rule requires CSNs to have the same server id
      • ERR_CSN_RANGE_SAME_OPERATOR_TYPE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_CSN_RANGE_SAME_OPERATOR_TYPE
        Specified operators '%s' and '%s' do not specify a range for historicalCsnRangeMatch extensible matching rule
      • ERR_DISK_FULL_CHANGELOG_DIRECTORY

        public static final LocalizableMessageDescriptor.Arg0 ERR_DISK_FULL_CHANGELOG_DIRECTORY
        The replication server has detected that the file system containing the changelog is full. In order to prevent further problems, the replication server will disconnect from the replication topology and wait for sufficient disk space to be recovered, at which point it will reconnect.
      • WARN_DISK_LOW_CHANGELOG_DIRECTORY

        public static final LocalizableMessageDescriptor.Arg0 WARN_DISK_LOW_CHANGELOG_DIRECTORY
        Disk space for the replication changelog is getting low. The replication server will continue to operate, but will stop in the event of a full disk
      • WARN_REPLICATION_SERVER_RESTARTED

        public static final LocalizableMessageDescriptor.Arg0 WARN_REPLICATION_SERVER_RESTARTED
        The replication server has detected that the file system containing the changelog has sufficient disk space to resume operation. It is now reconnecting to the rest of the replication topology.
      • NOTE_READER_IO_EXCEPTION

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> NOTE_READER_IO_EXCEPTION
        An I/O error occurred while reading replication messages from %s. The connection will close and replication server (%s) will not process any more updates from it. Reported error is: %s
      • ERR_COULD_NOT_STOP_CONNECT_THREAD

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_COULD_NOT_STOP_CONNECT_THREAD
        The replication server connector thread could not be stopped : %s
      • ERR_CHANGELOG_READER_UNABLE_TO_POSITION

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_CHANGELOG_READER_UNABLE_TO_POSITION
        Unable to position reader to key '%s' using strategy '%s' on log '%s'. Changelog may be corrupted. Directory servers connected to this replication server may need to be reinitialized.
      • ERR_ASSURED_REPLICATION_IS_NOT_SUPPORTED

        public static final LocalizableMessageDescriptor.Arg0 ERR_ASSURED_REPLICATION_IS_NOT_SUPPORTED
        Assured replication is not supported anymore, it should be disabled on the topology
      • ERR_REPLICATION_PROTOCOL_UNEXPECTED_DS

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_REPLICATION_PROTOCOL_UNEXPECTED_DS
        Replication Server '%s' expected to negotiate with another Replication Server but got information for Directory Server '%s' instead. The connection will be closed.
      • WARN_DISK_NORMAL_CHANGELOG_DIRECTORY

        public static final LocalizableMessageDescriptor.Arg0 WARN_DISK_NORMAL_CHANGELOG_DIRECTORY
        The replication server has detected that the file system containing the changelog has sufficient disk space to resume operation.
      • ERR_CHANGELOG_DETECTED_CORRUPTED_FILE

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHANGELOG_DETECTED_CORRUPTED_FILE
        Detected one or more corrupted records in log file '%s', this replication server will be removed from the replication topology. Recover the server from a valid filesystem backup if available or re-create it.
      • ERR_REPLICATION_SERVER_ID_INCOMPATIBLE_WITH_VERSION

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_REPLICATION_SERVER_ID_INCOMPATIBLE_WITH_VERSION
        Cannot enable replication to server '%s' as this server's ID '%s' is not a number between 1 and 32767.
      • ERR_CHANGELOG_BACKEND_CANNOT_FIND_UPDATE

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHANGELOG_BACKEND_CANNOT_FIND_UPDATE
        Could not find replica update message matching the index record. No more replica update messages with a csn newer than %s exist.
      • ERR_CHANGELOG_BACKEND_EXCEPTION_ENCODING_ENTRY

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_CHANGELOG_BACKEND_EXCEPTION_ENCODING_ENTRY
        An exception was encountered while trying to encode a replication %s message for entry "%s" into an External Change Log entry: %s
      • ERR_CHANGELOG_BACKEND_UNEXPECTED_MESSAGE_TYPE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_CHANGELOG_BACKEND_UNEXPECTED_MESSAGE_TYPE
        Unexpected message type when trying to create changelog entry for dn %s : %s"
      • ERR_UNROUTABLE_MESSAGE_BECAUSE_ROUTING_TABLE_IS_EMPTY

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_UNROUTABLE_MESSAGE_BECAUSE_ROUTING_TABLE_IS_EMPTY
        %s in Replication Server=%s, an initialization message of type %s cannot be sent to its destination server. Details: routing table is empty
      • ERR_RS_SESSION_PUBLISH_UNABLE_TO_PUSH_MSG_TO_SEND_QUEUE

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RS_SESSION_PUBLISH_UNABLE_TO_PUSH_MSG_TO_SEND_QUEUE
        Error when trying to publish a message in '%s'. The connection is going to be closed and reopened.
      • ERR_RS_SESSION_PUBLISH_INTERRUPTED_EXCEPTION

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_RS_SESSION_PUBLISH_INTERRUPTED_EXCEPTION
        Error when trying to publish a message in '%s'. The connection is going to be closed and reopened. Error: %s
      • ERR_RS_SESSION_WRITER_SUBSCRIPTION_WHILE_SESSION_IS_CLOSED

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RS_SESSION_WRITER_SUBSCRIPTION_WHILE_SESSION_IS_CLOSED
        Error when initializing publisher of messages in '%s'
      • ERR_RS_SESSION_WRITER_SUBSCRIPTION_ALREADY_EXISTING_SUBSCRIBER

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RS_SESSION_WRITER_SUBSCRIPTION_ALREADY_EXISTING_SUBSCRIBER
        Error when initializing publisher of messages in '%s'
      • ERR_DS_DURING_HANDSHAKE

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_DS_DURING_HANDSHAKE
        Directory server %s was attempting to connect to replication server %s but an error occurred in handshake phase. Error: %s
      • ERR_RS_DURING_HANDSHAKE

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_RS_DURING_HANDSHAKE
        Replication server %s was attempting to connect to replication server %s but an error occurred in handshake phase. Error: %s
      • ERR_CHANGELOB_BACKEND_ERROR_ENABLING_CN_CHANGELOG

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHANGELOB_BACKEND_ERROR_ENABLING_CN_CHANGELOG
        Error when enabling external changelog: %s
      • WARN_DS_DURING_HANDSHAKE_UNEXPECTED_MESSAGE

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> WARN_DS_DURING_HANDSHAKE_UNEXPECTED_MESSAGE
        Directory server %s stopped the handshake process with replication server %s because it received the unexpected message '%s'.
      • ERR_CHANGELOG_CANNOT_WRITE_DOMAIN_STATE_FILE

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHANGELOG_CANNOT_WRITE_DOMAIN_STATE_FILE
        The domain state file cannot be written. The server will shutdown but it should be restored from backup. Cause was : %s
      • ERR_CHANGELOG_MALFORMED_DOMAIN_STATE_FILE

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHANGELOG_MALFORMED_DOMAIN_STATE_FILE
        Some data in the domain state file '%s' in not of the form <domainId>[csn:csn]:<domainDN>, the replication server cannot start. Restore the server from backup.
      • INFO_INITIALIZE_WILL_RETRY

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> INFO_INITIALIZE_WILL_RETRY
        Task '%s' to initialize domain '%s' failed to contact the source server. The task will be retried because the current server may be in the process of re-connecting to the best replication server for itself
      • INFO_TEMPORARILY_UNREACHABLE_SERVER

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> INFO_TEMPORARILY_UNREACHABLE_SERVER
        The server '%s' may retry the initialization process because the server '%s' in domain '%s' is temporarily unreachable
      • ERR_COULD_NOT_SET_LISTEN_SOCKET_TIMEOUT

        public static final LocalizableMessageDescriptor.Arg2<Number,​Object> ERR_COULD_NOT_SET_LISTEN_SOCKET_TIMEOUT
        Replication server failed to start because setting socket timeout on port %d caused error %s
      • WARN_TRANSIENT_SOCKET_PROBLEM

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> WARN_TRANSIENT_SOCKET_PROBLEM
        A transient problem occurred while DS(%s) was connecting to RS(%s), Directory Server will try to connect again. Problem was: %s
      • ERR_UNROUTABLE_MESSAGE_INITIALIZE_ALL

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> ERR_UNROUTABLE_MESSAGE_INITIALIZE_ALL
        %s for domain %s cannot route message of type %s to all the replicas in the topology because none are reachable
      • ERR_NOT_CONNECTED_EXPORT_TARGET

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_NOT_CONNECTED_EXPORT_TARGET
        Server %s should be initialized but is not connected to the topology
      • ERR_CHANGELOG_UNKNOWN_LOG_FILE_VERSION

        public static final LocalizableMessageDescriptor.Arg3<Object,​Number,​Number> ERR_CHANGELOG_UNKNOWN_LOG_FILE_VERSION
        Changelog file %s should be version %d, but found version %d. Likely causes for this error: the server binaries were accidentally downgraded, data was restored from a file system backup taken on a more recent version of the server, or the changelog file was corrupted. If the server was downgraded, upgrade it. If the data was restored from a file system backup, restore it again from a recent, valid file system backup taken on the same version of the server. Otherwise, as last resort, remove the changelog by running the 'dsrepl clear-changelog' command and restart the server
      • NOTE_UNRESOLVED_CONFLICT_DELETE_CHILDREN

        public static final LocalizableMessageDescriptor.Arg4<Object,​Object,​Object,​Object> NOTE_UNRESOLVED_CONFLICT_DELETE_CHILDREN
        An unresolved conflict was detected in CSN %s replaying a DELETE of "%s" as child entries exist (renaming child "%s" to "%s"). Consider restoring the parent entry, or deleting the renamed child entries.
      • NOTE_UNRESOLVED_CONFLICT_ADD_NO_PARENT

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> NOTE_UNRESOLVED_CONFLICT_ADD_NO_PARENT
        An unresolved conflict was detected in CSN %s replaying an ADD of "%s" as the parent entry is missing (adding as "%s"). Consider restoring the parent entry, or deleting the new entry.
      • NOTE_UNRESOLVED_CONFLICT_ADD_EXISTS

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> NOTE_UNRESOLVED_CONFLICT_ADD_EXISTS
        An unresolved conflict was detected in CSN %s replaying an ADD of "%s" which already exists (adding as "%s"). Consider reviewing both entries and either merge the contents manually or delete one.
      • NOTE_UNRESOLVED_CONFLICT_RENAME_NO_PARENT

        public static final LocalizableMessageDescriptor.Arg3<Object,​Object,​Object> NOTE_UNRESOLVED_CONFLICT_RENAME_NO_PARENT
        An unresolved conflict was detected in CSN %s replaying a MODIFYDN of "%s" as the new parent entry "%s" does not exist. Consider restoring the parent entry, or deleting this entry.
      • NOTE_UNRESOLVED_CONFLICT_RENAME_EXISTS

        public static final LocalizableMessageDescriptor.Arg4<Object,​Object,​Object,​Object> NOTE_UNRESOLVED_CONFLICT_RENAME_EXISTS
        An unresolved conflict was detected in CSN %s replaying a MODIFYDN of "%s" to "%s" which already exists (renaming as "%s"). Consider merging the two entries manually, or deleting one of them.
      • ERR_SERVER_IS_NOT_ALLOWED_TO_SEND_UPDATES

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SERVER_IS_NOT_ALLOWED_TO_SEND_UPDATES
        Peer '%s' has sent an update, but it is not allowed to do so by the configuration of this replication server. This update will be discarded. Check the configuration of both this replication server and its peer to determine if they have to be adjusted.
      • ERR_REPLICATION_DEAD_LISTENERS

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_REPLICATION_DEAD_LISTENERS
        The following replication server listener threads were unexpectedly stopped: %s. A server restart may be needed.
      • DEBUG_RECOVERY_SHUTDOWN_REQUESTED

        public static final LocalizableMessageDescriptor.Arg0 DEBUG_RECOVERY_SHUTDOWN_REQUESTED
        Recovery interrupted because shutdown of replication domain has been requested
      • WARN_FORCE_CLOSE_RS_ON_STUCK_CONNECTION

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> WARN_FORCE_CLOSE_RS_ON_STUCK_CONNECTION
        The replication server domain connection for '%s' will be forcibly closed because the peer replication server '%s' is unresponsive.
      • WARN_FORCE_CLOSE_DS_ON_STUCK_CONNECTION

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> WARN_FORCE_CLOSE_DS_ON_STUCK_CONNECTION
        The replication domain connection for '%s' will be forcibly closed because the peer replication server '%s' is unresponsive.
      • WARN_CTHEARTBEAT_JOIN_TIMEDOUT

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> WARN_CTHEARTBEAT_JOIN_TIMEDOUT
        ChangeTime Heartbeat publisher '%s' for domain '%s' will be forcibly stopped because the peer server is unresponsive.
      • ERR_UNEXPECTED_INTERRUPT_WHILE_PUBLISHING

        public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UNEXPECTED_INTERRUPT_WHILE_PUBLISHING
        Publish of a replication message to server '%s' was interrupted.
      • ERR_DS_STATE_IS_LATE

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> ERR_DS_STATE_IS_LATE
        The changelog no longer contains changes for domain '%s' which are required by replica '%s'. The replica will no longer receive replicated changes and must be re-initialized.
      • WARN_CNI_CANNOT_ADVANCE_REPLICA_NOT_IN_TOPOLOGY

        public static final LocalizableMessageDescriptor.Arg1<Object> WARN_CNI_CANNOT_ADVANCE_REPLICA_NOT_IN_TOPOLOGY
        Change number indexing cannot advance because some replicas do not seem to be part of the topology anymore. The following replicas are referenced by replication, but they are not connected to the topology or they have not been properly stopped: %s
      • WARN_CNI_CANNOT_ADVANCE_MISSING_UPDATE_FROM_REPLICA

        public static final LocalizableMessageDescriptor.Arg2<Object,​Object> WARN_CNI_CANNOT_ADVANCE_MISSING_UPDATE_FROM_REPLICA
        Change number indexing cannot advance because replica '%s' has not sent any messages since '%s'. Verify whether the replica is still running or is connected to a replication server
      • INFO_CNI_CAN_INDEX_AGAIN

        public static final LocalizableMessageDescriptor.Arg1<Object> INFO_CNI_CAN_INDEX_AGAIN
        Change number indexing will resume since replica '%s' is now sending messages again.
      • WARN_PEER_REPLICA_IS_TOO_LATE

        public static final LocalizableMessageDescriptor.Arg4<Object,​Object,​Object,​Object> WARN_PEER_REPLICA_IS_TOO_LATE
        Peer replica '%s' is too late compared to changelog '%s' for domain '%s'. It asked for changes that are not present in the changelog or have been purged. The peer replica will no longer receive replicated changes and must be re-initialized. Diagnostic information follows: %s
      • WARN_REPLICA_NEWEST_CSN_IS_NO_LONGER_IN_REPLICA_DB

        public static final LocalizableMessageDescriptor.ArgN WARN_REPLICA_NEWEST_CSN_IS_NO_LONGER_IN_REPLICA_DB
        Peer replica asked for changes from replica '%1$s' starting from %2$s (CSN '%3$s'), but changelog DB only contains changes starting from %4$s (CSN '%5$s'). The last recorded purge information in 'domains.state' is: last update CSN: %6$s, last message CSN: %7$s. The replica DB description is: number of files: %8$d, replica offline: %9$b. The replica DB newest file content is: oldest CSN: %10$s, newest CSN: %11$s, number of updates: %12$d, number of ReplicaOfflineMsg: %13$d
      • WARN_REPLICA_NEWEST_CSN_IS_OLDER_THAN_RECORDED_PURGED_CSNS

        public static final LocalizableMessageDescriptor.Arg7<Object,​Object,​Object,​Object,​Object,​Object,​Object> WARN_REPLICA_NEWEST_CSN_IS_OLDER_THAN_RECORDED_PURGED_CSNS
        Peer replica asked for changes from replica '%s' starting from %s (CSN '%s'), but the changelog DB has purged this change, and the last known generated change timestamp is %s (CSN '%s'). The last recorded purge information in 'domains.state' is: last update CSN: %s, last message CSN: %s
      • WARN_REPLICA_NEWEST_CSN_IS_OLDER_THAN_OLDEST_CSN_IGNORING_RECORDED_STATE

        public static final LocalizableMessageDescriptor.ArgN WARN_REPLICA_NEWEST_CSN_IS_OLDER_THAN_OLDEST_CSN_IGNORING_RECORDED_STATE
        Peer replica asked for changes from replica '%1$s' starting from %2$s (CSN '%3$s'), but changelog DB only contains changes starting from %4$s (CSN '%5$s'). The administrator explicitly decided to ignore the recorded purge information in 'domains.state' by setting the 'org.forgerock.opendj.allowReplicaPastPurgeDelay' system property to 'true'. The replica DB description is: number of files: %6$d, replica offline: %7$b. The replica DB newest file content is: oldest CSN: %8$s, newest CSN: %9$s, number of updates: %10$d, number of ReplicaOfflineMsg: %11$d
    • 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.