Uses of Class
org.forgerock.i18n.LocalizableMessageDescriptor.Arg7
Package
Description
This package provides an alternative localization mechanism to
org.slf4j.cal10n
.Defines all the messages that may be used in the Directory Server and tools.
-
Uses of LocalizableMessageDescriptor.Arg7 in org.forgerock.i18n.slf4j
Modifier and TypeMethodDescription<T1,
T2, T3, T4, T5, T6, T7>
voidLocalizedLogger.error
(LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7) Logs an error message.<T1,
T2, T3, T4, T5, T6, T7>
voidLocalizedLogger.info
(LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7) Logs a message at INFO level.<T1,
T2, T3, T4, T5, T6, T7>
voidLocalizedLogger.note
(LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7) Logs a message at NOTICE level.<T1,
T2, T3, T4, T5, T6, T7>
voidLocalizedLogger.warn
(LocalizableMessageDescriptor.Arg7<T1, T2, T3, T4, T5, T6, T7> d, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7) Logs a warning message. -
Uses of LocalizableMessageDescriptor.Arg7 in org.opends.messages
Modifier and TypeFieldDescriptionServerMessages.ERR_TASKSCHED_CANNOT_SEND_TASK_COMPLETED_EMAIL
An error occurred while attempting to send an email for the completion of %s task: Task ID: %s, Task State: %s, Scheduled Start Time: %s, Actual Start Time: %s, Completion Time: %s. The error was: %s
ServerMessages.ERROR_IGNORING_UPDATE_FROM_RS
Replication server RS(%s) ignoring update %s for domain "%s" from replication server RS(%s) at %s because its generation ID %s is different to the local generation ID %s
ServerMessages.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"
ServerMessages.WARN_IGNORING_UPDATE_FROM_DS_BAD_DATA
Replication server RS(%s) ignoring update %s for domain "%s" from directory server DS(%s) at %s because its generation ID %s is different to the local generation ID %s
ServerMessages.WARN_IGNORING_UPDATE_FROM_DS_BAD_FRACTIONAL_CONFIG
Replication server RS(%s) ignoring update %s for domain "%s" from directory server DS(%s) at %s because the peer DS reported to be in BAD_DATA status. The generation ID matches, (DS is %s, RS is %s), there may be a problem with fractional replication configuration. Check the DS error logs for more details
ServerMessages.WARN_IGNORING_UPDATE_TO_DS_BAD_DATA
Replication server RS(%s) not sending update %s for domain "%s" to directory server DS(%s) at %s because its generation ID %s is different to the local generation ID %s
ServerMessages.WARN_IGNORING_UPDATE_TO_DS_BAD_FRACTIONAL_CONFIG
Replication server RS(%s) not sending update %s for domain "%s" to directory server DS(%s) at %s because the peer DS reported to be in BAD_DATA status. The generation ID matches, (DS is %s, RS is %s), there may be a problem with fractional replication configuration. Check the DS error logs for more details
ServerMessages.WARN_IGNORING_UPDATE_TO_RS
Replication server RS(%s) not sending update %s for domain "%s" to replication server RS(%s) at %s because its generation ID %s is different to the local generation ID %s
ServerMessages.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
ServerMessages.WARN_RS_HEARTBEAT_FAILURE
Replication server RS(%s) is closing its connection to %s at %s for domain '%s' because it could not detect a heartbeat: time since last message (%s) is greater than the timeout interval %s ms (heartbeat interval is %s ms)