From 407c33f7cfd2c6afe3fb304fb0efbb983e0b317b Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Mon, 10 Feb 2014 10:43:22 +0000
Subject: [PATCH] Checkpoint commit for OPENDJ-1288 :    Migrate I18n and logging support to i18n framework and SLF4J

---
 opendj3-server-dev/src/messages/messages/jeb.properties |  308 +++++++++++++++++++++++++-------------------------
 1 files changed, 154 insertions(+), 154 deletions(-)

diff --git a/opendj3-server-dev/src/messages/messages/jeb.properties b/opendj3-server-dev/src/messages/messages/jeb.properties
index 8f4bc39..ff7342f 100644
--- a/opendj3-server-dev/src/messages/messages/jeb.properties
+++ b/opendj3-server-dev/src/messages/messages/jeb.properties
@@ -20,7 +20,7 @@
 # CDDL HEADER END
 #
 #      Copyright 2006-2010 Sun Microsystems, Inc.
-#      Portions copyright 2012 ForgeRock AS.
+#      Portions Copyright 2012-2014 ForgeRock AS.
 
 
 
@@ -47,128 +47,128 @@
 #
 # ORDINAL is an integer unique among other ordinals in this file
 #
-SEVERE_ERR_JEB_OPEN_ENV_FAIL_3=The database environment could not be opened: \
+ERR_JEB_OPEN_ENV_FAIL_3=The database environment could not be opened: \
  %s
-SEVERE_WARN_JEB_FUNCTION_NOT_SUPPORTED_6=The requested operation is not \
+WARN_JEB_FUNCTION_NOT_SUPPORTED_6=The requested operation is not \
  supported by this backend
-SEVERE_ERR_JEB_CREATE_FAIL_7=The backend database directory could not be \
+ERR_JEB_CREATE_FAIL_7=The backend database directory could not be \
  created: %s
-SEVERE_ERR_JEB_REMOVE_FAIL_8=The backend database files could not be removed: \
+ERR_JEB_REMOVE_FAIL_8=The backend database files could not be removed: \
  %s
-SEVERE_ERR_JEB_DIRECTORY_INVALID_9=The backend database directory '%s' is not \
+ERR_JEB_DIRECTORY_INVALID_9=The backend database directory '%s' is not \
  a valid directory
-SEVERE_ERR_JEB_MISSING_DN2ID_RECORD_10=The DN database does not contain a \
+ERR_JEB_MISSING_DN2ID_RECORD_10=The DN database does not contain a \
  record for '%s'
-SEVERE_ERR_JEB_MISSING_ID2ENTRY_RECORD_11=The entry database does not contain \
+ERR_JEB_MISSING_ID2ENTRY_RECORD_11=The entry database does not contain \
  a record for ID %s
-SEVERE_ERR_JEB_ENTRY_DATABASE_CORRUPT_12=The entry database does not contain \
+ERR_JEB_ENTRY_DATABASE_CORRUPT_12=The entry database does not contain \
  a valid record for ID %s
-SEVERE_ERR_JEB_DATABASE_EXCEPTION_14=Database exception: %s
-SEVERE_ERR_JEB_ENTRY_CONTAINER_ALREADY_REGISTERED_15=An entry container named \
+ERR_JEB_DATABASE_EXCEPTION_14=Database exception: %s
+ERR_JEB_ENTRY_CONTAINER_ALREADY_REGISTERED_15=An entry container named \
  '%s' is alreadly registered for base DN '%s'
-SEVERE_ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE_26=The attribute '%s' cannot \
+ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE_26=The attribute '%s' cannot \
  have indexing of type '%s' because it does not have a corresponding matching \
  rule
-MILD_ERR_JEB_UNCHECKED_EXCEPTION_28=Unchecked exception during database \
+ERR_JEB_UNCHECKED_EXCEPTION_28=Unchecked exception during database \
  transaction: %s
-NOTICE_JEB_BACKEND_STARTED_42=The database backend %s containing %d entries \
+NOTE_JEB_BACKEND_STARTED_42=The database backend %s containing %d entries \
  has started
-MILD_ERR_JEB_IMPORT_PARENT_NOT_FOUND_43=The parent entry '%s' does not exist
-SEVERE_WARN_JEB_IMPORT_ENTRY_EXISTS_44=The entry exists and the import \
+ERR_JEB_IMPORT_PARENT_NOT_FOUND_43=The parent entry '%s' does not exist
+WARN_JEB_IMPORT_ENTRY_EXISTS_44=The entry exists and the import \
  options do not allow it to be replaced
-MILD_ERR_JEB_ATTRIBUTE_INDEX_NOT_CONFIGURED_45=There is no index configured \
+ERR_JEB_ATTRIBUTE_INDEX_NOT_CONFIGURED_45=There is no index configured \
  for attribute type '%s'
-MILD_ERR_JEB_SEARCH_NO_SUCH_OBJECT_46=The search base entry '%s' does not \
+ERR_JEB_SEARCH_NO_SUCH_OBJECT_46=The search base entry '%s' does not \
  exist
-MILD_ERR_JEB_ADD_NO_SUCH_OBJECT_47=The entry '%s' cannot be added because its \
+ERR_JEB_ADD_NO_SUCH_OBJECT_47=The entry '%s' cannot be added because its \
  parent entry does not exist
-MILD_ERR_JEB_DELETE_NO_SUCH_OBJECT_48=The entry '%s' cannot be removed \
+ERR_JEB_DELETE_NO_SUCH_OBJECT_48=The entry '%s' cannot be removed \
  because it does not exist
-MILD_ERR_JEB_MODIFY_NO_SUCH_OBJECT_49=The entry '%s' cannot be modified \
+ERR_JEB_MODIFY_NO_SUCH_OBJECT_49=The entry '%s' cannot be modified \
  because it does not exist
-MILD_ERR_JEB_MODIFYDN_NO_SUCH_OBJECT_50=The entry '%s' cannot be renamed \
+ERR_JEB_MODIFYDN_NO_SUCH_OBJECT_50=The entry '%s' cannot be renamed \
  because it does not exist
-MILD_ERR_JEB_ADD_ENTRY_ALREADY_EXISTS_51=The entry '%s' cannot be added \
+ERR_JEB_ADD_ENTRY_ALREADY_EXISTS_51=The entry '%s' cannot be added \
  because an entry with that name already exists
-MILD_ERR_JEB_DELETE_NOT_ALLOWED_ON_NONLEAF_52=The entry '%s' cannot be \
+ERR_JEB_DELETE_NOT_ALLOWED_ON_NONLEAF_52=The entry '%s' cannot be \
  removed because it has subordinate entries
-MILD_ERR_JEB_MODIFYDN_ALREADY_EXISTS_53=The entry cannot be renamed to '%s' \
+ERR_JEB_MODIFYDN_ALREADY_EXISTS_53=The entry cannot be renamed to '%s' \
  because an entry with that name already exists
-MILD_ERR_JEB_NEW_SUPERIOR_NO_SUCH_OBJECT_54=The entry cannot be moved because \
+ERR_JEB_NEW_SUPERIOR_NO_SUCH_OBJECT_54=The entry cannot be moved because \
  the new parent entry '%s' does not exist
-NOTICE_JEB_CACHE_PRELOAD_STARTED_55=The database cache preload for backend %s \
+NOTE_JEB_CACHE_PRELOAD_STARTED_55=The database cache preload for backend %s \
  has started
-NOTICE_JEB_CACHE_DB_PRELOADED_56=The database cache preload for database %s \
+NOTE_JEB_CACHE_DB_PRELOADED_56=The database cache preload for database %s \
  is complete
-NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_TIME_57=The database cache preload for \
+NOTE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_TIME_57=The database cache preload for \
  backend %s has been interrupted while preloading database %s due to time limit
-NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_SIZE_58=The database cache preload for \
+NOTE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_SIZE_58=The database cache preload for \
  backend %s has been interrupted while preloading database %s due to size limit
-NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_UNKNOWN_59=The database cache preload for \
+NOTE_JEB_CACHE_PRELOAD_INTERRUPTED_UNKNOWN_59=The database cache preload for \
  backend %s has been interrupted while preloading database %s
-NOTICE_JEB_CACHE_PRELOAD_DONE_60=The database cache preload for backend %s \
+NOTE_JEB_CACHE_PRELOAD_DONE_60=The database cache preload for backend %s \
  is complete
-NOTICE_JEB_CACHE_SIZE_AFTER_PRELOAD_61=The database cache is %d MB after \
+NOTE_JEB_CACHE_SIZE_AFTER_PRELOAD_61=The database cache is %d MB after \
  pre-loading
-SEVERE_ERR_JEB_CACHE_PRELOAD_62=An error occurred while preloading the \
+ERR_JEB_CACHE_PRELOAD_62=An error occurred while preloading the \
  database cache for backend %s:  %s
-SEVERE_ERR_JEB_BACKUP_CANNOT_GET_MAC_63=An error occurred while attempting to \
+ERR_JEB_BACKUP_CANNOT_GET_MAC_63=An error occurred while attempting to \
  obtain the %s MAC provider to create the signed hash for the backup:  %s
-SEVERE_ERR_JEB_BACKUP_CANNOT_GET_DIGEST_64=An error occurred while attempting \
+ERR_JEB_BACKUP_CANNOT_GET_DIGEST_64=An error occurred while attempting \
  to obtain the %s message digest to create the hash for the backup:  %s
-SEVERE_ERR_JEB_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_65=An error occurred while \
+ERR_JEB_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_65=An error occurred while \
  trying to create the database archive file %s in directory %s:  %s
-SEVERE_ERR_JEB_BACKUP_CANNOT_GET_CIPHER_66=An error occurred while attempting \
+ERR_JEB_BACKUP_CANNOT_GET_CIPHER_66=An error occurred while attempting \
  to obtain the cipher to use to encrypt the backup:  %s
-SEVERE_ERR_JEB_BACKUP_ZIP_COMMENT_67=%s backup %s of backend %s
-SEVERE_ERR_JEB_BACKUP_CANNOT_LIST_LOG_FILES_68=An error occurred while \
+ERR_JEB_BACKUP_ZIP_COMMENT_67=%s backup %s of backend %s
+ERR_JEB_BACKUP_CANNOT_LIST_LOG_FILES_68=An error occurred while \
  attempting to obtain a list of the files in directory %s to include in the \
  database backup:  %s
-SEVERE_ERR_JEB_BACKUP_CANNOT_WRITE_ARCHIVE_FILE_69=An error occurred while \
+ERR_JEB_BACKUP_CANNOT_WRITE_ARCHIVE_FILE_69=An error occurred while \
  attempting to back up database file %s:  %s
-SEVERE_ERR_JEB_BACKUP_CANNOT_CLOSE_ZIP_STREAM_70=An error occurred while \
+ERR_JEB_BACKUP_CANNOT_CLOSE_ZIP_STREAM_70=An error occurred while \
  trying to close the database archive file %s in directory %s:  %s
-SEVERE_ERR_JEB_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_71=An error occurred \
+ERR_JEB_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_71=An error occurred \
  while attempting to update the backup descriptor file %s with information \
  about the database backup:  %s
-SEVERE_ERR_JEB_BACKUP_UNSIGNED_HASH_ERROR_72=The computed hash of backup %s \
+ERR_JEB_BACKUP_UNSIGNED_HASH_ERROR_72=The computed hash of backup %s \
  is different to the value computed at time of backup
-SEVERE_ERR_JEB_BACKUP_SIGNED_HASH_ERROR_73=The computed signed hash of backup \
+ERR_JEB_BACKUP_SIGNED_HASH_ERROR_73=The computed signed hash of backup \
  %s is different to the value computed at time of backup
-SEVERE_ERR_JEB_INCR_BACKUP_REQUIRES_FULL_74=A full backup must be taken \
+ERR_JEB_INCR_BACKUP_REQUIRES_FULL_74=A full backup must be taken \
  before an incremental backup can be taken
-SEVERE_ERR_JEB_CANNOT_RENAME_RESTORE_DIRECTORY_75=The directory %s, \
+ERR_JEB_CANNOT_RENAME_RESTORE_DIRECTORY_75=The directory %s, \
  containing the files restored from backup, could not be renamed to the \
  backend directory %s
-SEVERE_ERR_JEB_INCR_BACKUP_FROM_WRONG_BASE_76=One of the following base \
+ERR_JEB_INCR_BACKUP_FROM_WRONG_BASE_76=One of the following base \
  backup IDs must be specified for the incremental backup: %s
-SEVERE_ERR_JEB_CANNOT_CREATE_BACKUP_TAG_FILE_77=The backup tag file %s could \
+ERR_JEB_CANNOT_CREATE_BACKUP_TAG_FILE_77=The backup tag file %s could \
  not be created in %s
-SEVERE_ERR_JEB_BACKUP_CANNOT_RESTORE_78=An error occurred while attempting to \
+ERR_JEB_BACKUP_CANNOT_RESTORE_78=An error occurred while attempting to \
  restore the files from backup %s: %s
-SEVERE_ERR_JEB_BACKUP_MISSING_BACKUPID_79=The information for backup %s could \
+ERR_JEB_BACKUP_MISSING_BACKUPID_79=The information for backup %s could \
  not be found in the backup directory %s
-NOTICE_JEB_BACKUP_FILE_UNCHANGED_82=Not changed: %s
-NOTICE_JEB_BACKUP_CLEANER_ACTIVITY_83=Including %s additional log file(s) due \
+NOTE_JEB_BACKUP_FILE_UNCHANGED_82=Not changed: %s
+NOTE_JEB_BACKUP_CLEANER_ACTIVITY_83=Including %s additional log file(s) due \
  to cleaner activity
-NOTICE_JEB_BACKUP_VERIFY_FILE_84=Verifying: %s
-NOTICE_JEB_BACKUP_RESTORED_FILE_85=Restored: %s (size %d)
-NOTICE_JEB_BACKUP_ARCHIVED_FILE_86=Archived: %s
-NOTICE_JEB_EXPORT_FINAL_STATUS_87=Exported %d entries and skipped %d in %d \
+NOTE_JEB_BACKUP_VERIFY_FILE_84=Verifying: %s
+NOTE_JEB_BACKUP_RESTORED_FILE_85=Restored: %s (size %d)
+NOTE_JEB_BACKUP_ARCHIVED_FILE_86=Archived: %s
+NOTE_JEB_EXPORT_FINAL_STATUS_87=Exported %d entries and skipped %d in %d \
  seconds (average rate %.1f/sec)
-NOTICE_JEB_EXPORT_PROGRESS_REPORT_88=Exported %d records and skipped %d (recent \
+NOTE_JEB_EXPORT_PROGRESS_REPORT_88=Exported %d records and skipped %d (recent \
  rate %.1f/sec)
-NOTICE_JEB_IMPORT_THREAD_COUNT_89=Import Thread Count: %d threads
-SEVERE_ERR_IMPORT_LDIF_LACK_MEM_90=Insufficient free memory (%d bytes) to \
+NOTE_JEB_IMPORT_THREAD_COUNT_89=Import Thread Count: %d threads
+ERR_IMPORT_LDIF_LACK_MEM_90=Insufficient free memory (%d bytes) to \
 perform import. At least %d bytes of free memory is required
-NOTICE_JEB_IMPORT_CLOSING_DATABASE_93=Flushing data to disk
-NOTICE_JEB_IMPORT_FINAL_STATUS_94=Processed %d entries, imported %d, skipped \
+NOTE_JEB_IMPORT_CLOSING_DATABASE_93=Flushing data to disk
+NOTE_JEB_IMPORT_FINAL_STATUS_94=Processed %d entries, imported %d, skipped \
  %d, rejected %d and migrated %d in %d seconds (average rate %.1f/sec)
-NOTICE_JEB_IMPORT_PROGRESS_REPORT_96=Processed %d entries, skipped %d, rejected \
+NOTE_JEB_IMPORT_PROGRESS_REPORT_96=Processed %d entries, skipped %d, rejected \
  %d, and migrated %d (recent rate %.1f/sec)
-NOTICE_JEB_IMPORT_CACHE_AND_MEMORY_REPORT_97=Free memory = %d MB, Cache miss \
+NOTE_JEB_IMPORT_CACHE_AND_MEMORY_REPORT_97=Free memory = %d MB, Cache miss \
  rate = %.1f/entry
-NOTICE_JEB_VERIFY_CLEAN_FINAL_STATUS_101=Checked %d records and found %d \
+NOTE_JEB_VERIFY_CLEAN_FINAL_STATUS_101=Checked %d records and found %d \
  error(s) in %d seconds (average rate %.1f/sec)
 INFO_JEB_VERIFY_MULTIPLE_REFERENCE_COUNT_102=Number of records referencing \
  more than one entry: %d
@@ -178,209 +178,209 @@
  referenced is %.2f/record
 INFO_JEB_VERIFY_MAX_REFERENCE_COUNT_105=Maximum number of entries referenced \
  by any record is %d
-NOTICE_JEB_VERIFY_FINAL_STATUS_106=Checked %d entries and found %d error(s) in \
+NOTE_JEB_VERIFY_FINAL_STATUS_106=Checked %d entries and found %d error(s) in \
  %d seconds (average rate %.1f/sec)
 INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_HEADER_107=Statistics for records that have \
  exceeded the entry limit:
 INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_ROW_108=File %s has %d such record(s) \
  min=%d max=%d median=%d
-NOTICE_JEB_VERIFY_PROGRESS_REPORT_109=Processed %d out of %d records and found \
+NOTE_JEB_VERIFY_PROGRESS_REPORT_109=Processed %d out of %d records and found \
  %d error(s) (recent rate %.1f/sec)
 INFO_JEB_VERIFY_CACHE_AND_MEMORY_REPORT_110=Free memory = %d MB, Cache miss \
  rate = %.1f/record
-MILD_ERR_JEB_INVALID_PAGED_RESULTS_COOKIE_111=The following paged results \
+ERR_JEB_INVALID_PAGED_RESULTS_COOKIE_111=The following paged results \
  control cookie value was not recognized: %s
-NOTICE_JEB_REFERRAL_RESULT_MESSAGE_112=A referral entry %s indicates that the \
+NOTE_JEB_REFERRAL_RESULT_MESSAGE_112=A referral entry %s indicates that the \
  operation must be processed at a different server
-SEVERE_ERR_JEB_INCOMPATIBLE_ENTRY_VERSION_126=Entry record is not \
+ERR_JEB_INCOMPATIBLE_ENTRY_VERSION_126=Entry record is not \
  compatible with this version of the backend database. Entry version: %x
-NOTICE_JEB_LOOKTHROUGH_LIMIT_EXCEEDED_127=This search operation has checked the \
+NOTE_JEB_LOOKTHROUGH_LIMIT_EXCEEDED_127=This search operation has checked the \
  maximum of %d entries for matches
-SEVERE_WARN_JEB_SET_PERMISSIONS_FAILED_128=An error occurred while setting \
+WARN_JEB_SET_PERMISSIONS_FAILED_128=An error occurred while setting \
  file permissions for the backend database directory %s: %s
-SEVERE_WARN_JEB_GET_ENTRY_COUNT_FAILED_129=Unable to determine the total \
+WARN_JEB_GET_ENTRY_COUNT_FAILED_129=Unable to determine the total \
  number of entries in the container: %s
-NOTICE_JEB_CONFIG_ATTR_REQUIRES_RESTART_130=The change to the %s attribute will \
+NOTE_JEB_CONFIG_ATTR_REQUIRES_RESTART_130=The change to the %s attribute will \
  not take effect until the backend is restarted
-NOTICE_JEB_REBUILD_PROGRESS_REPORT_131=%.1f%% Completed. Processed %d/%d \
+NOTE_JEB_REBUILD_PROGRESS_REPORT_131=%.1f%% Completed. Processed %d/%d \
  entries. (recent rate %.1f/sec)
-NOTICE_JEB_REBUILD_CACHE_AND_MEMORY_REPORT_132=Free memory = %d MB, Cache miss \
+NOTE_JEB_REBUILD_CACHE_AND_MEMORY_REPORT_132=Free memory = %d MB, Cache miss \
  rate = %.1f/entries
-NOTICE_JEB_REBUILD_FINAL_STATUS_133=Rebuild complete. Processed %d entries in \
+NOTE_JEB_REBUILD_FINAL_STATUS_133=Rebuild complete. Processed %d entries in \
  %d seconds (average rate %.1f/sec)
-NOTICE_JEB_REBUILD_START_137=Rebuild of index(es) %s started with %d total \
+NOTE_JEB_REBUILD_START_137=Rebuild of index(es) %s started with %d total \
  entries to process
-SEVERE_ERR_JEB_REBUILD_BACKEND_ONLINE_138=Rebuilding system index(es) must be \
+ERR_JEB_REBUILD_BACKEND_ONLINE_138=Rebuilding system index(es) must be \
  done with the backend containing the base DN disabled
-SEVERE_ERR_ENTRYIDSORTER_CANNOT_EXAMINE_ENTRY_139=Unable to examine the entry \
+ERR_ENTRYIDSORTER_CANNOT_EXAMINE_ENTRY_139=Unable to examine the entry \
  with ID %s for sorting purposes:  %s
-MILD_ERR_JEB_SEARCH_CANNOT_SORT_UNINDEXED_140=The search results cannot be \
+ERR_JEB_SEARCH_CANNOT_SORT_UNINDEXED_140=The search results cannot be \
  sorted because the given search request is not indexed
-MILD_ERR_ENTRYIDSORTER_NEGATIVE_START_POS_141=Unable to process the virtual \
+ERR_ENTRYIDSORTER_NEGATIVE_START_POS_141=Unable to process the virtual \
  list view request because the target start position was before the beginning \
  of the result set
-MILD_ERR_JEB_SEARCH_CANNOT_MIX_PAGEDRESULTS_AND_VLV_144=The requested search \
+ERR_JEB_SEARCH_CANNOT_MIX_PAGEDRESULTS_AND_VLV_144=The requested search \
  operation included both the simple paged results control and the virtual list \
  view control.  These controls are mutually exclusive and cannot be used \
  together
-MILD_ERR_JEB_SEARCH_UNINDEXED_INSUFFICIENT_PRIVILEGES_145=You do not have \
+ERR_JEB_SEARCH_UNINDEXED_INSUFFICIENT_PRIVILEGES_145=You do not have \
  sufficient privileges to perform an unindexed search
-SEVERE_WARN_JEB_UNABLE_SET_PERMISSIONS_146=This platform does not support \
+WARN_JEB_UNABLE_SET_PERMISSIONS_146=This platform does not support \
  setting file permissions %s to the database directory %s
-NOTICE_JEB_CONFIG_INDEX_ENTRY_LIMIT_REQUIRES_REBUILD_148=Some index keys have \
+NOTE_JEB_CONFIG_INDEX_ENTRY_LIMIT_REQUIRES_REBUILD_148=Some index keys have \
  already exceeded the previous index entry limit in index %s. This index must \
  be rebuilt before it can use the new limit
-NOTICE_JEB_INDEX_ADD_REQUIRES_REBUILD_150=Due to changes in the \
+NOTE_JEB_INDEX_ADD_REQUIRES_REBUILD_150=Due to changes in the \
  configuration, index %s is currently operating in a degraded state and must \
  be rebuilt before it can be used
-SEVERE_ERR_JEB_INDEX_CORRUPT_REQUIRES_REBUILD_151=An error occurred while \
+ERR_JEB_INDEX_CORRUPT_REQUIRES_REBUILD_151=An error occurred while \
  reading from index %s. The index seems to be corrupt and is now operating in \
  a degraded state. The index must be rebuilt before it can return to normal \
  operation
-SEVERE_ERR_JEB_IMPORT_BACKEND_ONLINE_152=The backend must be disabled before \
+ERR_JEB_IMPORT_BACKEND_ONLINE_152=The backend must be disabled before \
  the import process can start
-NOTICE_JEB_IMPORT_LDIF_PHASE_TWO_REPORT_154=Index %s %d%% complete: \
+NOTE_JEB_IMPORT_LDIF_PHASE_TWO_REPORT_154=Index %s %d%% complete: \
  remaining = %d kb, rate = %d kb/s; batch %d/%d
-SEVERE_ERR_JEB_IMPORT_CREATE_TMPDIR_ERROR_155=Unable to create the temporary \
+ERR_JEB_IMPORT_CREATE_TMPDIR_ERROR_155=Unable to create the temporary \
  directory %s
-SEVERE_ERR_JEB_INVALID_LOGGING_LEVEL_156=The database logging level string \
+ERR_JEB_INVALID_LOGGING_LEVEL_156=The database logging level string \
  '%s' provided for configuration entry '%s' is invalid.  The value must be one \
  of OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, or ALL.  Note \
  that these values are case sensitive
-NOTICE_JEB_IMPORT_MIGRATION_START_157=Migrating %s entries for base DN %s
-SEVERE_ERR_JEB_CONFIG_VLV_INDEX_UNDEFINED_ATTR_160=Sort attribute %s for VLV \
+NOTE_JEB_IMPORT_MIGRATION_START_157=Migrating %s entries for base DN %s
+ERR_JEB_CONFIG_VLV_INDEX_UNDEFINED_ATTR_160=Sort attribute %s for VLV \
  index %s is not defined in the server schema
-SEVERE_ERR_JEB_CONFIG_VLV_INDEX_BAD_FILTER_161=An error occurred while parsing \
+ERR_JEB_CONFIG_VLV_INDEX_BAD_FILTER_161=An error occurred while parsing \
  the search filter %s defined for VLV index %s: %s
-MILD_ERR_JEB_VLV_INDEX_NOT_CONFIGURED_162=There is no VLV index configured \
+ERR_JEB_VLV_INDEX_NOT_CONFIGURED_162=There is no VLV index configured \
  with name '%s'
-MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN_163=A plugin caused the \
+ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN_163=A plugin caused the \
  modify DN operation to be aborted while moving and/or renaming an entry from \
  %s to %s
-MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_SCHEMA_ERROR_164=A plugin caused \
+ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_SCHEMA_ERROR_164=A plugin caused \
  the modify DN operation to be aborted while moving and/or renaming an entry \
  from %s to %s because the change to that entry violated the server schema \
  configuration:  %s
-SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_OC_TOKEN_165=An error occurred while \
+ERR_JEB_COMPSCHEMA_CANNOT_DECODE_OC_TOKEN_165=An error occurred while \
  attempting to decode an object class set token from the JE compressed \
  schema definitions:  %s
-SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_AD_TOKEN_166=An error occurred while \
+ERR_JEB_COMPSCHEMA_CANNOT_DECODE_AD_TOKEN_166=An error occurred while \
  attempting to decode an attribute description token from the JE compressed \
  schema definitions:  %s
-SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_STATUS_167=An error occurred while \
+ERR_JEB_COMPSCHEMA_CANNOT_STORE_STATUS_167=An error occurred while \
  attempting to store compressed schema information in the database.  The \
  result returned was:  %s
-SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_EX_168=An error occurred while \
+ERR_JEB_COMPSCHEMA_CANNOT_STORE_EX_168=An error occurred while \
  attempting to store compressed schema information in the database:  %s
-SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_MULTIPLE_FAILURES_169=The server was \
+ERR_JEB_COMPSCHEMA_CANNOT_STORE_MULTIPLE_FAILURES_169=The server was \
  unable to store compressed schema information in the database after multiple \
  attempts
-NOTICE_JEB_CONFIG_DB_DIR_REQUIRES_RESTART_172=The change to the DB directory \
+NOTE_JEB_CONFIG_DB_DIR_REQUIRES_RESTART_172=The change to the DB directory \
   will not take effect until the backend is restarted. The DB files from the \
   previous directory %s must be moved to the new directory %s after shutting \
   down the backend to retain the existing data
-NOTICE_JEB_IMPORT_STARTING_173=%s starting import (build %s, R%d)
-SEVERE_ERR_JEB_DIRECTORY_DOES_NOT_EXIST_174=The backend database directory \
+NOTE_JEB_IMPORT_STARTING_173=%s starting import (build %s, R%d)
+ERR_JEB_DIRECTORY_DOES_NOT_EXIST_174=The backend database directory \
  '%s' does not exist
-SEVERE_ERR_JEB_IMPORT_LDIF_INDEX_FILEWRITER_ERR_175=The following I/O \
+ERR_JEB_IMPORT_LDIF_INDEX_FILEWRITER_ERR_175=The following I/O \
 error was received while writing the %s index scratch file in the temporary \
   directory: %s
-NOTICE_JEB_IMPORT_LDIF_ROOTCONTAINER_CLOSE_176=Import LDIF environment close \
+NOTE_JEB_IMPORT_LDIF_ROOTCONTAINER_CLOSE_176=Import LDIF environment close \
   took %d seconds
-NOTICE_JEB_IMPORT_LDIF_DN_CLOSE_178=DN phase two processing completed. \
+NOTE_JEB_IMPORT_LDIF_DN_CLOSE_178=DN phase two processing completed. \
 Processed %d DNs
-NOTICE_JEB_IMPORT_LDIF_INDEX_CLOSE_179=Index %s phase two processing completed
-SEVERE_ERR_EXECUTION_ERROR_180=Execution error during backend operation: %s
-SEVERE_ERR_INTERRUPTED_ERROR_181=Interrupted error during backend operation: %s
-NOTICE_JEB_IMPORT_LDIF_TRUSTED_FAILED_182=Setting indexes trusted failed \
+NOTE_JEB_IMPORT_LDIF_INDEX_CLOSE_179=Index %s phase two processing completed
+ERR_EXECUTION_ERROR_180=Execution error during backend operation: %s
+ERR_INTERRUPTED_ERROR_181=Interrupted error during backend operation: %s
+NOTE_JEB_IMPORT_LDIF_TRUSTED_FAILED_182=Setting indexes trusted failed \
 for the following reason: %s
-NOTICE_JEB_IMPORT_LDIF_DB_MEM_BUF_INFO_185=Setting DB cache size to %d bytes \
+NOTE_JEB_IMPORT_LDIF_DB_MEM_BUF_INFO_185=Setting DB cache size to %d bytes \
  and phase one buffer size to to %d bytes
-NOTICE_JEB_IMPORT_LDIF_TOT_MEM_BUF_186=The amount of free memory available to \
+NOTE_JEB_IMPORT_LDIF_TOT_MEM_BUF_186=The amount of free memory available to \
 the import task is %d bytes. The number of phase one buffers required is \
 %d buffers
-NOTICE_JEB_IMPORT_LDIF_BUFFER_CHECKPOINTS_187=Checkpoints performed: %d
-NOTICE_JEB_IMPORT_LDIF_CLEANER_STATS_188=Cleaner runs: %d files deleted: %d \
+NOTE_JEB_IMPORT_LDIF_BUFFER_CHECKPOINTS_187=Checkpoints performed: %d
+NOTE_JEB_IMPORT_LDIF_CLEANER_STATS_188=Cleaner runs: %d files deleted: %d \
   entries read: %d IN nodes cleaned: %d
-NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_STATS_189=Eviction in progress. Passes: \
+NOTE_JEB_IMPORT_LDIF_EVICTION_DETECTED_STATS_189=Eviction in progress. Passes: \
   %d nodes evicted: %d BIN nodes stripped: %d
-NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_190=Eviction detected after importing \
+NOTE_JEB_IMPORT_LDIF_EVICTION_DETECTED_190=Eviction detected after importing \
   %d entries
-MILD_WARN_BACKUPDB_INCREMENTAL_NOT_FOUND_DOING_NORMAL_191=Could not find any \
+WARN_BACKUPDB_INCREMENTAL_NOT_FOUND_DOING_NORMAL_191=Could not find any \
  backup in '%s'.  A full backup will be executed
-SEVERE_ERR_CONFIG_INDEX_TYPE_NEEDS_VALID_MATCHING_RULE_192=The attribute '%s' \
+ERR_CONFIG_INDEX_TYPE_NEEDS_VALID_MATCHING_RULE_192=The attribute '%s' \
 cannot have extensible index type for invalid matching rule name '%s'
-SEVERE_ERR_CONFIG_JEB_CACHE_SIZE_GREATER_THAN_JVM_HEAP_193=Configuration \
+ERR_CONFIG_JEB_CACHE_SIZE_GREATER_THAN_JVM_HEAP_193=Configuration \
   attribute ds-cfg-db-cache-size has a value of %d but the JVM is only \
   configured for %d. Consider using ds-cfg-db-cache-percent
-SEVERE_ERR_CONFIG_JEB_CACHE_SIZE_TOO_SMALL_194=Configuration \
+ERR_CONFIG_JEB_CACHE_SIZE_TOO_SMALL_194=Configuration \
   attribute ds-cfg-db-cache-size has a value of %d which is less than \
   the minimum: %d
-MILD_ERR_JEB_DELETE_ABORTED_BY_SUBORDINATE_PLUGIN_195=A plugin caused the \
+ERR_JEB_DELETE_ABORTED_BY_SUBORDINATE_PLUGIN_195=A plugin caused the \
  delete operation to be aborted while deleting a subordinate entry %s
-NOTICE_JEB_IMPORT_LDIF_PHASE_TWO_MEM_REPORT_196=The available memory for phase \
+NOTE_JEB_IMPORT_LDIF_PHASE_TWO_MEM_REPORT_196=The available memory for phase \
 two processing is %d bytes. The read ahead cache size is %d bytes calculated \
 using %d buffers
-SEVERE_ERR_JEB_IMPORT_LDIF_INDEX_WRITE_DB_ERR_199=The following \
+ERR_JEB_IMPORT_LDIF_INDEX_WRITE_DB_ERR_199=The following \
 error was received while processing the %s index: %s
-SEVERE_ERR_JEB_IMPORT_LDIF_IMPORT_TASK_ERR_200=The following \
+ERR_JEB_IMPORT_LDIF_IMPORT_TASK_ERR_200=The following \
 error was received while processing the import task: %s
-SEVERE_ERR_JEB_IMPORT_LDIF_MIGRATE_EXCLUDED_TASK_ERR_201=The following \
+ERR_JEB_IMPORT_LDIF_MIGRATE_EXCLUDED_TASK_ERR_201=The following \
 error was received while processing the migrate excluded task: %s
-SEVERE_ERR_JEB_IMPORT_LDIF_MIGRATE_EXISTING_TASK_ERR_202=The following \
+ERR_JEB_IMPORT_LDIF_MIGRATE_EXISTING_TASK_ERR_202=The following \
 error was received while processing the migrate existing task: %s
-SEVERE_ERR_JEB_IMPORT_LDIF_APPEND_REPLACE_TASK_ERR_203=The following \
+ERR_JEB_IMPORT_LDIF_APPEND_REPLACE_TASK_ERR_203=The following \
 error was received while processing the append and replace task: %s
-NOTICE_JEB_REBUILD_ALL_START_204=Rebuild of all indexes started with %d total \
+NOTE_JEB_REBUILD_ALL_START_204=Rebuild of all indexes started with %d total \
  entries to process
-SEVERE_ERR_JEB_REBUILD_SUFFIX_ERROR_205=Rebuild of base DN %s failed \
+ERR_JEB_REBUILD_SUFFIX_ERROR_205=Rebuild of base DN %s failed \
 because it not available
-SEVERE_ERR_CONFIG_JEB_DURABILITY_CONFLICT_206=Configuration attributes \
+ERR_CONFIG_JEB_DURABILITY_CONFLICT_206=Configuration attributes \
  ds-cfg-db-txn-no-sync and ds-cfg-db-txn-write-no-sync are mutually \
  exclusive and cannot be both set at the same time
-SEVERE_ERR_JEB_IMPORT_LDIF_PENDING_ERR_207=The following error was received \
+ERR_JEB_IMPORT_LDIF_PENDING_ERR_207=The following error was received \
 while performing a pending DN check: %s
-NOTICE_JEB_IMPORT_LDIF_TMP_ENV_MEM_208=The amount memory available to \
+NOTE_JEB_IMPORT_LDIF_TMP_ENV_MEM_208=The amount memory available to \
 the temporary DN cache environment is %d bytes
-NOTICE_JEB_IMPORT_PHASE_STATS_209=Total import time was %d seconds. Phase one \
+NOTE_JEB_IMPORT_PHASE_STATS_209=Total import time was %d seconds. Phase one \
 processing completed in %d seconds, phase two processing completed in %d seconds
-NOTICE_JEB_IMPORT_LDIF_INDEX_STARTED_211=Index %s phase two started processing \
+NOTE_JEB_IMPORT_LDIF_INDEX_STARTED_211=Index %s phase two started processing \
 %d buffers in %d batches
-SEVERE_ERR_JEB_IMPORT_LDIF_REBUILD_INDEX_TASK_ERR_212=The following \
+ERR_JEB_IMPORT_LDIF_REBUILD_INDEX_TASK_ERR_212=The following \
 error was received while processing the rebuild index task: %s
-NOTICE_JEB_IMPORT_ADJUST_THREAD_COUNT_213=Insufficient memory to allocate \
+NOTE_JEB_IMPORT_ADJUST_THREAD_COUNT_213=Insufficient memory to allocate \
 enough phase one buffers for use by %d threads. Lowering the number of threads \
 used to %d
-SEVERE_ERR_JEB_EXPORT_IO_ERROR_214=I/O error occurred while exporting entry: %s
-SEVERE_ERR_JEB_IMPORT_LDIF_READER_IO_ERROR_215=I/O error occurred while opening \
+ERR_JEB_EXPORT_IO_ERROR_214=I/O error occurred while exporting entry: %s
+ERR_JEB_IMPORT_LDIF_READER_IO_ERROR_215=I/O error occurred while opening \
   the LDIF stream
-SEVERE_ERR_JEB_IMPORT_BUFFER_IO_ERROR_216=I/O error occurred while reading \
+ERR_JEB_IMPORT_BUFFER_IO_ERROR_216=I/O error occurred while reading \
   the index scratch file %s in the temporary directory
-SEVERE_ERR_JEB_DISK_LOW_THRESHOLD_REACHED_217=The disk containing directory %s \
+ERR_JEB_DISK_LOW_THRESHOLD_REACHED_217=The disk containing directory %s \
   used by the database backend %s is low on free space (%d bytes free). \
   Write operations to the backend are only permitted by a user with the \
   BYPASS_LOCKDOWN privilege until the free space rises above the threshold \
   (%d bytes)
-SEVERE_ERR_JEB_DISK_FULL_THRESHOLD_REACHED_218=The disk containing directory \
+ERR_JEB_DISK_FULL_THRESHOLD_REACHED_218=The disk containing directory \
   %s used by the database backend %s is full (%d bytes free). Write operations \
   to the backend will fail until the free space rises above the threshold \
   (%d bytes)
-NOTICE_JEB_DISK_SPACE_RESTORED_219=The free space (%d bytes) on the disk \
+NOTE_JEB_DISK_SPACE_RESTORED_219=The free space (%d bytes) on the disk \
   containing directory %s used by the database backend %s is now above the \
   threshold (%d bytes)
-SEVERE_WARN_JEB_OUT_OF_DISK_SPACE_220=There is not enough space on the disk \
+WARN_JEB_OUT_OF_DISK_SPACE_220=There is not enough space on the disk \
   for the database to perform the write operation
-MILD_WARN_IMPORT_LDIF_LACK_MEM_PHASE_TWO_221=Insufficient free memory (%d bytes) to \
+WARN_IMPORT_LDIF_LACK_MEM_PHASE_TWO_221=Insufficient free memory (%d bytes) to \
  perform import phase 2 in a single batch. Some indexes will be imported using \
  several batches which may result in reduced performance
-SEVERE_ERR_IMPORT_LDIF_LACK_DISK_PHASE_ONE_222=The disk containing directory \
+ERR_IMPORT_LDIF_LACK_DISK_PHASE_ONE_222=The disk containing directory \
   %s is full (%d bytes free). After freeing more than %d bytes on the disk, \
   import can continue in append and replace mode to load the rest of the \
   entries
-SEVERE_ERR_IMPORT_LDIF_LACK_DISK_PHASE_TWO_223=The disk containing directory \
+ERR_IMPORT_LDIF_LACK_DISK_PHASE_TWO_223=The disk containing directory \
   %s is full (%d bytes free). After freeing more than %d bytes on the disk, \
   a rebuild of all the indexes is needed to complete the import
-SEVERE_ERR_REBUILD_INDEX_LACK_DISK_224=The disk containing directory \
+ERR_REBUILD_INDEX_LACK_DISK_224=The disk containing directory \
   %s is full (%d bytes free). Rebuild index can not continue until the free \
   space rises above the threshold (%d bytes)
 INFO_JEB_INDEX_FILTER_INDEX_TYPE_DISABLED_225=%s index type is disabled for \
@@ -392,10 +392,10 @@
   index entry limit for the %s index
 INFO_JEB_INDEX_FILTER_MATCHING_RULE_NOT_INDEXED_229=Matching rule %s is \
   disabled for the extensible index of the %s attribute
-NOTICE_JEB_SUBORDINATE_INDEXES_DISABLED_230=The subordinate indexes have been \
+NOTE_JEB_SUBORDINATE_INDEXES_DISABLED_230=The subordinate indexes have been \
  disabled for database backend %s
-NOTICE_JEB_REBUILD_DEGRADED_START_231=Rebuild of all degraded indexes started \
+NOTE_JEB_REBUILD_DEGRADED_START_231=Rebuild of all degraded indexes started \
  with %d total entries to process
-NOTICE_JEB_REBUILD_CLEARDEGRADEDSTATE_FINAL_STATUS_232=Degraded state of \
+NOTE_JEB_REBUILD_CLEARDEGRADEDSTATE_FINAL_STATUS_232=Degraded state of \
 index(es) %s has been cleared
-SEVERE_ERR_PARENT_ENTRY_IS_MISSING_233=Parent entry is missing
+ERR_PARENT_ENTRY_IS_MISSING_233=Parent entry is missing

--
Gitblit v1.10.0