From ee7ae5ef9a6ee6c26f0fd1311af89f61f0e94de5 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Tue, 20 Jan 2009 11:33:46 +0000 Subject: [PATCH] Fix for issue 3131 (Windows: upgrade using the webinstaller should not hang) Detect that the java arguments used in the installation are not compatible with the JVM of the web start installer and display an error message accordingly. --- opendj-sdk/opends/src/messages/messages/quicksetup.properties | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/quicksetup.properties b/opendj-sdk/opends/src/messages/messages/quicksetup.properties index ea60c2f..6f74034 100644 --- a/opendj-sdk/opends/src/messages/messages/quicksetup.properties +++ b/opendj-sdk/opends/src/messages/messages/quicksetup.properties @@ -1330,14 +1330,14 @@ documentation wiki</a>. INFO_WELCOME_STEP=Welcome INFO_LICENSE_PANEL_OFFLINE_INSTRUCTIONS=Please read the following important \ - information before continuing. + information before continuing. INFO_LICENSE_PANEL_TITLE=License INFO_LICENSE_PANEL_WEBSTART_INSTRUCTIONS=bla bla INFO_LICENSE_STEP=License INFO_LICENSE_DETAILS_LABEL=Please read the following License Agreement.\n\ You must accept the terms of the agreement before continuing with the installation. INFO_LICENSE_CLICK_LABEL=Click to accept -INFO_LICENSE_CLI_ACCEPT_QUESTION=Accept the license (%s/%s) [%s]: +INFO_LICENSE_CLI_ACCEPT_QUESTION=Accept the license (%s/%s) [%s]: INFO_LICENSE_CLI_ACCEPT_YES=Yes INFO_LICENSE_CLI_ACCEPT_NO=No INFO_LICENSE_CLI_ACCEPT_INVALID_RESPONSE=Invalid response @@ -1355,3 +1355,8 @@ OPENDS_JAVA_HOME to the root of a compatible Java installation or edit the \ java.properties file and then run the dsjavaproperties script to specify the \ java version to be used. +SEVERE_ERR_INVALID_JAVA_ARGS=The java arguments used in the OpenDS \ + installation in '%s' do not seem to be compatible with the JVM used to run \ + the upgrader (%s).%n%nTo fix this problem delete the file %s and click on \ + 'Next' again.%nOnce the upgrader finishes you will have to set again the \ + java arguments by running the command-line %s. -- Gitblit v1.10.0