From ac1efc47fda406988f0705a7e615d972d11cdf11 Mon Sep 17 00:00:00 2001 From: dugan <dugan@localhost> Date: Fri, 04 Jan 2008 12:38:05 +0000 Subject: [PATCH] Issue 2650: import-ldif command should give information about JRE version and settings --- opends/src/messages/messages/core.properties | 23 ++++++++++++++++++++--- 1 files changed, 20 insertions(+), 3 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index ec3231e..0a38d16 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -190,7 +190,7 @@ configuration bootstrapping process INFO_DIRECTORY_BOOTSTRAPPED_133=The Directory Server has completed the \ configuration bootstrapping process -NOTICE_DIRECTORY_SERVER_STARTING_134=%s starting up +NOTICE_DIRECTORY_SERVER_STARTING_134=%s (build %s, R%d) starting up NOTICE_DIRECTORY_SERVER_STARTED_135=The Directory Server has started \ successfully INFO_ERROR_CATEGORY_EXTENSIONS_137=extensions @@ -1739,7 +1739,7 @@ symmetric key attribute value that can be decoded by this instance SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FIELD_MISMATCH_688=CryptoManager \ detected a field mismatch between the key entry to be imported and an entry \ - in the key cache that share the key identifier "%s" + in the key cache that share the key identifier "%s" SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_OTHER_689=CryptoManager failed \ to import the symmetric key entry "%s": %s SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_TO_ADD_KEY_690=CryptoManager \ @@ -1764,4 +1764,21 @@ MILD_ERR_ADD_ENTRY_UNKNOWN_SUFFIX_697=The provided entry %s cannot be added \ because its suffix is not defined as one of the suffixes within the \ Directory Server - +#Messages for start-ds -F option, the alignment matters +NOTICE_VERSION_698=%s +NOTICE_MAJOR_VERSION_699=Major Version: %d +NOTICE_MINOR_VERSION_700=Minor Version: %d +NOTICE_POINT_VERSION_701=Point Version: %d +NOTICE_VERSION_QUALIFIER_702=Version Qualifier: %s +NOTICE_BUILD_NUMBER_703=Build Number: %s +NOTICE_REVISION_NUMBER_704=Revision Number: %d +NOTICE_FIX_IDS_705=Fix IDs: %s +NOTICE_DEBUG_BUILD_706=Debug Build: %b +NOTICE_BUILD_OS_707=Build OS: %s +NOTICE_BUILD_USER_708=Build User: %s +NOTICE_UPGRADE_EVENTS_709=Upgrade Event IDs: %s +NOTICE_BUILD_JAVA_VERSION_710=Build Java Version: %s +NOTICE_BUILD_JAVA_VENDOR_711=Build Java Vendor: %s +NOTICE_BUILD_JVM_VERSION_712=Build JVM Version: %s +NOTICE_BUILD_JVM_VENDOR_713=Build JVM Vendor: %s +NOTICE_BUILD_ID_714=Buld ID: %s -- Gitblit v1.10.0