From 5fa20ea2d54d21a781d07995e27113b4c3bbc953 Mon Sep 17 00:00:00 2001 From: kenneth_suter <kenneth_suter@localhost> Date: Fri, 17 Aug 2007 19:23:08 +0000 Subject: [PATCH] New tests for messaging plumbing to replace old ones: --- opends/src/messages/messages/replication.properties | 23 +++++++++-------------- 1 files changed, 9 insertions(+), 14 deletions(-) diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties index df5d831..c71f537 100644 --- a/opends/src/messages/messages/replication.properties +++ b/opends/src/messages/messages/replication.properties @@ -21,12 +21,7 @@ # CDDL HEADER END # # Portions Copyright 2006-2007 Sun Microsystems, Inc. -# -# -# This file contains the primary Directory Server configuration. It must not -# be directly edited while the server is online. The server configuration -# should only be managed using the administration utilities provided with the -# Directory Server. + # @@ -85,7 +80,7 @@ NOTICE_EXCEPTION_STARTING_SESSION_20=Caught Exception during initial \ communication with replication server : NOTICE_CANNOT_RECOVER_CHANGES_21=Error when searching old changes from the \ - database. + database NOTICE_COULD_NOT_FIND_CHANGELOG_WITH_MY_CHANGES_22=Could not find a \ replication server that has seen all the local changes. Going to replay \ changes @@ -95,23 +90,23 @@ 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 Changelog Service 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 \ - Identifier will be ignored. + Identifier will be ignored SEVERE_ERR_ERROR_CLOSING_CHANGELOG_ENV_28=Error closing the changelog \ database : SEVERE_ERR_EXCEPTION_CHANGELOG_TRIM_FLUSH_29=Error during the changelog \ database trimming or flush process. The Changelog service is going to \ - shutdown. + shutdown SEVERE_ERR_CHANGELOG_CONNECTION_ERROR_30=Error during Changelog service \ - message processing . Connection from %s is rejected. + message processing . Connection from %s is rejected SEVERE_ERR_UNKNOWN_MESSAGE_31=%s has sent an unknown message. Closing the \ - connection. + connection SEVERE_ERR_WRITER_UNEXPECTED_EXCEPTION_32=An unexpected error happened \ - handling connection with %s. This connection is going to be closed. + handling connection with %s. This connection is going to be closed SEVERE_ERR_CHANGELOG_ERROR_SENDING_ACK_33=An unexpected error occurred while \ - sending an ack to %s. This connection is going to be closed and reopened. + sending an ack to %s. This connection is going to be closed and reopened SEVERE_ERR_EXCEPTION_RECEIVING_REPLICATION_MESSAGE_34=An Exception was caught \ while receiving replication message : %s MILD_ERR_LOOP_REPLAYING_OPERATION_35=A loop was detected while replaying \ -- Gitblit v1.10.0