From 1a4f0d584bc5c40e316368190c16afb361438fbb Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 02 May 2008 13:10:04 +0000
Subject: [PATCH] Fix for issue 3224 (uninstall raises execption if specified keystore does not exist)

---
 opends/src/messages/messages/tools.properties |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties
index 9d768d3..cec583f 100644
--- a/opends/src/messages/messages/tools.properties
+++ b/opends/src/messages/messages/tools.properties
@@ -2348,3 +2348,9 @@
 INFO_TASK_TOOL_TASK_SUCESSFULL_1608=%s task %s has been successfully completed
 INFO_TASK_TOOL_TASK_NOT_SUCESSFULL_1609=%s task %s has not complete \
  successfully
+SEVERE_ERR_CANNOT_READ_TRUSTSTORE_1610=Cannot access trust store '%s'.  Verify \
+ that the provided trust store exists and that you have read access rights to it
+SEVERE_ERR_CANNOT_READ_KEYSTORE_1611=Cannot access key store '%s'.  Verify \
+ that the provided key store exists and that you have read access rights to it
+
+

--
Gitblit v1.10.0