From 91842bf6b7e9a27281984cc0406bc0a97623dba7 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 29 Mar 2007 22:39:31 +0000
Subject: [PATCH] Fix for issue 1409 (uncatch exceptions during setup if not enough swap space).
---
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
index 19be787..ccf5261 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
@@ -593,6 +593,8 @@
error-copying=An unexpected error occurred extracting file {0}.
error-zip-stream=An unexpected error occurred reading the zip file {0}.
exception-details=Details: {0}
+exception-out-of-memory-details=Not enough memory to perform the operation. \
+Details: {0}
downloading-error=An error occurred downloading remote file(s) {0}.
error-zipinputstreamnull=Could not retrieve zip file {0}. The input stream \
is null.
--
Gitblit v1.10.0