From a79aa3ddbd25b8c7c0abc6c8d5a00c7ed27dd81d Mon Sep 17 00:00:00 2001 From: abobrov <abobrov@localhost> Date: Sun, 02 Dec 2007 17:54:15 +0000 Subject: [PATCH] - [Issue 2007] generic mechanism for using mulitple caches. - [Issue 2049] dsconfig is unable to configure the entry cache. --- opends/src/messages/messages/config.properties | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/opends/src/messages/messages/config.properties b/opends/src/messages/messages/config.properties index e3b1b98..104a964 100644 --- a/opends/src/messages/messages/config.properties +++ b/opends/src/messages/messages/config.properties @@ -692,11 +692,10 @@ invalid value for configuration attribute ds-cfg-check-schema (it should be a \ Boolean value of true or false): %s SEVERE_ERR_CONFIG_ENTRYCACHE_CANNOT_INSTALL_DEFAULT_CACHE_200=An unexpected \ - error occurred that prevented the server from installing a temporary default \ - entry cache for use until the actual cache could be created from the \ - configuration: %s + error occurred that prevented the server from installing its default entry \ + cache framework: %s SEVERE_WARN_CONFIG_ENTRYCACHE_NO_CONFIG_ENTRY_201=The entry cache \ - configuration entry "cn=Entry Cache,cn=config" does not exist in the \ + configuration entry "cn=Entry Caches,cn=config" does not exist in the \ Directory Server configuration. No entry cache will be available until this \ entry is created with a valid entry cache configuration SEVERE_ERR_CONFIG_ENTRYCACHE_CANNOT_INITIALIZE_CACHE_202=An error occurred \ @@ -705,6 +704,15 @@ disabled SEVERE_ERR_CONFIG_ENTRYCACHE_CONFIG_NOT_ACCEPTABLE_203=The configuration for \ the entry cache defined in configuration entry %s was not acceptable: %s +SEVERE_ERR_CONFIG_ENTRYCACHE_CONFIG_LEVEL_NOT_ACCEPTABLE_204=The configuration \ + for the entry cache defined in configuration entry %s was not acceptable: \ + the entry cache level %d is already in use +INFO_WARN_CONFIG_ENTRYCACHE_NO_MONITOR_CONFIG_ENTRY_205=The configuration for \ + the entry cache %s monitor provider was not available. As a result this \ + monitor provider %s will not be enabled +INFO_WARN_CONFIG_ENTRYCACHE_MONITOR_CONFIG_DISABLED_206=The configuration for \ + the entry cache %s monitor provider was disabled. As a result the monitor \ + provider %s will not be enabled MILD_ERR_CONFIG_ENTRY_CANNOT_REMOVE_CHILD_215=An unexpected error occurred \ while attempting to remove entry %s as a child of configuration entry %s: %s SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_NAME_FORM_216=Unable to parse a name \ -- Gitblit v1.10.0