mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gbellato
12.11.2008 831edff092a92cb80d9afac17e0cd3183ec86331
Remove sync.properties file that was not used anymore.
Replace usage of Changelog with Replication Server in the replication messages
1 files deleted
1 files modified
202 ■■■■■ changed files
opends/src/messages/messages/replication.properties 36 ●●●● patch | view | raw | blame | history
opends/src/messages/messages/sync.properties 166 ●●●●● patch | view | raw | blame | history
opends/src/messages/messages/replication.properties
@@ -55,10 +55,10 @@
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=Changelog failed to start because the hostname is \
 unknown
MILD_ERR_COULD_NOT_BIND_CHANGELOG_6=Changelog failed to start : could not \
 bind to the changelog listen port : %d. Error : %s
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 : \
 could not bind to the listen port : %d. Error : %s
MILD_ERR_UNKNOWN_TYPE_7=Unknown operation type : %s
MILD_ERR_OPERATION_NOT_FOUND_IN_PENDING_9=Internal Error : Operation %s \
 change number %s was not found in pending list
@@ -89,20 +89,21 @@
replications server(s) not up to date. Going to replay changes
NOTICE_COULD_NOT_FIND_CHANGELOG_23=Could not connect to any replication \
 server on suffix %s, retrying...
NOTICE_EXCEPTION_CLOSING_DATABASE_24=Error closing changelog database %s :
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 Changelog Service is going to shut down
 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 changelog service :%s. This \
 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 changelog \
SEVERE_ERR_ERROR_CLOSING_CHANGELOG_ENV_28=Error closing the Replication Server \
 database :
SEVERE_ERR_EXCEPTION_CHANGELOG_TRIM_FLUSH_29=Error during the changelog \
 database trimming or flush process. The Changelog service is going to \
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_CHANGELOG_CONNECTION_ERROR_30=Error during Changelog service \
SEVERE_ERR_CHANGELOG_CONNECTION_ERROR_30=Error during Replication server \
 message processing . Connection from %s is rejected
SEVERE_ERR_UNKNOWN_MESSAGE_31=%s has sent an unknown message. Closing the \
 connection
@@ -115,12 +116,13 @@
MILD_ERR_LOOP_REPLAYING_OPERATION_35=A loop was detected while replaying \
 operation: %s error %s
MILD_ERR_FILE_CHECK_CREATE_FAILED_36=An Exception was caught while testing \
 existence or trying  to create the directory for the changelog database : %s
 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 \
 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 \
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
@@ -130,10 +132,10 @@
 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. \
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=Changelog Purge Delay, The replication \
 servers will keep all changes up to this amount of time before deleting them. \
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 \
opends/src/messages/messages/sync.properties
File was deleted