From 625f051cca398870f1d96aa78a054efabf0d77ac Mon Sep 17 00:00:00 2001
From: Chris Ridd <chris.ridd@forgerock.com>
Date: Mon, 15 Jul 2013 09:09:19 +0000
Subject: [PATCH] Remove unused messages

---
 opends/src/messages/messages/replication.properties |   50 --------------------------------------------------
 1 files changed, 0 insertions(+), 50 deletions(-)

diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties
index c46398a..42b4832 100644
--- a/opends/src/messages/messages/replication.properties
+++ b/opends/src/messages/messages/replication.properties
@@ -55,7 +55,6 @@
 #
 MILD_ERR_SYNC_INVALID_DN_1=The configured DN is already used by another \
  domain
-MILD_ERR_INVALID_CHANGELOG_SERVER_4=Invalid replication server configuration
 MILD_ERR_UNKNOWN_HOSTNAME_5=Replication Server failed to start because the \
  hostname is unknown
 MILD_ERR_COULD_NOT_BIND_CHANGELOG_6=Replication Server failed to start : \
@@ -69,40 +68,27 @@
  %s could not be read : %s
 MILD_ERR_EXCEPTION_REPLAYING_OPERATION_12=An Exception was caught while \
  replaying operation %s : %s
-MILD_ERR_NEED_CHANGELOG_PORT_13=The replication server port must be defined
 DEBUG_ERROR_UPDATING_RUV_14=Error %s when updating server state %s : %s \
  base dn : %s
 MILD_ERR_ERROR_SEARCHING_RUV_15=Error %s when searching for server state %s : \
  %s base dn : %s
-NOTICE_FOUND_CHANGELOGS_WITH_MY_CHANGES_18=Found %d replication server(s) with \
-up to date changes for suffix %s, in server id %s
 NOTICE_NEED_MORE_THAN_ONE_CHANGELOG_SERVER_19=More than one replication \
  server should be configured
 SEVERE_ERR_EXCEPTION_SENDING_TOPO_INFO_20=Caught IOException while sending \
  topology info (for update) on domain %s for %s server %s : %s
 MILD_ERR_CANNOT_RECOVER_CHANGES_21=Error when searching old changes from the \
  database for base DN %s
-NOTICE_COULD_NOT_FIND_CHANGELOG_WITH_MY_CHANGES_22=Could not find a \
- replication server that has seen all the local changes on suffix %s. Found %d \
-replications server(s) not up to date. Going to replay changes
 NOTICE_EXCEPTION_CLOSING_DATABASE_24=Error closing Replication Server database \
  %s :
 SEVERE_ERR_EXCEPTION_DECODING_OPERATION_25=Error trying to replay %s, \
  operation could not be decoded :
 FATAL_ERR_CHANGELOG_SHUTDOWN_DATABASE_ERROR_26=Error Trying to use the \
  underlying database. The Replication Server is going to shut down
-SEVERE_ERR_IGNORE_BAD_DN_IN_DATABASE_IDENTIFIER_27=A badly formatted DN was \
- found in the list of database known by this Replication Server :%s. This \
- Identifier will be ignored
 SEVERE_ERR_ERROR_CLOSING_CHANGELOG_ENV_28=Error closing the Replication Server \
  database :
 SEVERE_ERR_EXCEPTION_CHANGELOG_TRIM_FLUSH_29=Error during the Replication \
  Server database trimming or flush process. The Changelog service is going to \
  shutdown
-SEVERE_ERR_REPLICATION_SERVER_CONNECTION_ERROR_30=Error in Replication Server \
- handshake processing. Connection from/to %s is aborted
-SEVERE_ERR_UNKNOWN_MESSAGE_31=%s has sent an unknown message. Closing the \
- connection
 SEVERE_ERR_WRITER_UNEXPECTED_EXCEPTION_32=An unexpected error happened \
  handling connection with %s.  This connection is going to be closed
 SEVERE_ERR_RS_ERROR_SENDING_ACK_33=In replication server %s: an unexpected error \
@@ -115,28 +101,6 @@
 MILD_ERR_FILE_CHECK_CREATE_FAILED_36=An Exception was caught while testing \
  existence or trying  to create the directory for the Replication Server \
  database : %s
-INFO_CHANGELOG_SERVER_ATTR_37=List of replication servers to \
- which this Replication Server should connect. Each value of this attribute \
- should contain a values build with the hostname and the port number of the \
- remote server separated with a ":"
-INFO_SERVER_ID_ATTR_38=Server ID. Each Replication Server in \
- the topology must be assigned a unique server ID in the topology
-INFO_CHANGELOG_PORT_ATTR_39=Port number that the replication \
- server will use to listen for connections from LDAP servers
-INFO_WINDOW_SIZE_ATTR_40=Receive window size of the replication server
-INFO_QUEUE_SIZE_ATTR_41=Receive queue size of the replication \
- server. The replication servers will queue up to this number of messages in \
- its memory queue and save the older messages to persistent storage. Using a \
- larger size may improve performances when The replication delay is larger \
- than this size but at the cost of using more memory
-INFO_CHANGELOG_DIR_PATH_ATTR_42=Replication Server directory. \
- The replication server will create all persistent storage below this path
-INFO_PURGE_DELAY_ATTR_43=Replication Server Purge Delay, The replication \
- Servers will keep all changes up to this amount of time before deleting them. \
- This value defines the maximum age of a backup that can be restored because \
- replication servers would not be able to refresh LDAP servers with older \
- versions of the data. A zero value can be used to specify an infinite delay \
- (or never purge)
 SEVERE_ERR_SIMULTANEOUS_IMPORT_EXPORT_REJECTED_44=The current request is \
  rejected due to an import or an export already in progress for the same data
 SEVERE_ERR_INVALID_IMPORT_SOURCE_45=On domain %s, initialization of server \
@@ -166,9 +130,6 @@
  rename a conflicting entry :
 MILD_ERR_EXCEPTION_RENAME_CONFLICT_ENTRY_59=An Exception happened when \
  trying to rename a conflicting entry :
-SEVERE_ERR_CHANGELOG_UNSUPPORTED_UTF8_ENCODING_60=The JVM does not support \
- UTF-8. This is required to be able to encode the changes in the database. \
- This replication server will now shutdown
 SEVERE_ERR_REPLICATION_COULD_NOT_CONNECT_61=The Replication is configured for \
  suffix %s but was not able to connect to any Replication Server
 SEVERE_ERR_CHANGELOG_ERROR_SENDING_ERROR_65=An unexpected error occurred \
@@ -186,8 +147,6 @@
  be closed : %s
 SEVERE_ERR_COULD_NOT_STOP_LISTEN_THREAD_71=The thread listening on the \
  replication server port could not be stopped : %s
-DEBUG_REPLICATION_PORT_IOEXCEPTION_72=An IOException was caught while \
- listening on the replication port
 SEVERE_ERR_SEARCHING_GENERATION_ID_73=An unexpected error %s occurred when \
 searching for generation id for domain : %s
 SEVERE_ERR_SEARCHING_DOMAIN_BACKEND_74=An unexpected error occurred when \
@@ -241,7 +200,6 @@
  configuration could not be found
 DEBUG_GOING_TO_SEARCH_FOR_CHANGES_111=The replication server is late \
 regarding our changes: going to send missing ones
-DEBUG_SENDING_CHANGE_112=Sending change number: %s
 DEBUG_CHANGES_SENT_113=All missing changes sent to replication server
 SEVERE_ERR_PUBLISHING_FAKE_OPS_114=Caught exception publishing fake operations \
 for domain %s : %s
@@ -308,9 +266,6 @@
  configuration while a total update is in progress
 SEVERE_ERR_COULD_NOT_START_REPLICATION_154=The Replication was not started \
  on base-dn %s : %s
-MILD_ERR_ERROR_RETRIEVING_MONITOR_DATA_155=Error retrieving monitoring data: %s
-SEVERE_ERR_EXCEPTION_LOCKING_RS_DOMAIN_156=Caught exception when locking \
- the replication server domain: %s
 SEVERE_ERR_REPLICATION_PROTOCOL_MESSAGE_TYPE_157=Replication \
  protocol error. Bad message type. %s received, %s required
 SEVERE_ERR_RESYNC_REQUIRED_MISSING_DOMAIN_IN_PROVIDED_COOKIE_158=Full resync \
@@ -381,9 +336,6 @@
  attribute for external change log: Attribute: %s , Error: %s
 NOTICE_ERR_UNABLE_TO_ENABLE_ECL_183=Error in %s when enabling the external \
  change log: %s
-NOTICE_ERR_ENTRY_UID_DSEE_MAPPING_184=Error for entry %s when mapping entry UID\
-  attribute to DSEE NsUniqueID attribute. Value to be mapped: %s \
- Error : %s
 SEVERE_ERR_RESYNC_REQUIRED_UNKNOWN_DOMAIN_IN_PROVIDED_COOKIE_185=Full resync \
  required. Reason: The provided cookie contains unknown replicated domain %s. \
  Current starting cookie <%s>
@@ -422,8 +374,6 @@
 NOTICE_RESENDING_INIT_TARGET_199=\
  Resending a new initialization start for an initialization of a remote server \
  due to the root error : %s
-NOTICE_ERR_WHILE_TRYING_TO_DECODE_RUV_IN_STATE_200=Error while trying to \
- translate RUV into state for suffix %s
 SEVERE_ERR_RSQUEUE_DIFFERENT_MSGS_WITH_SAME_CN_201=Processing two different \
  changes with same changeNumber=%s. Previous msg=<%s>, New msg=<%s>
 SEVERE_ERR_COULD_NOT_SOLVE_CONFLICT_202=Error while trying to solve conflict \

--
Gitblit v1.10.0