mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
05.44.2007 0fde13fce2ac42bfb55b3b9f64f3d0f0aa429d65
Fix for issue  	1616.  Even if the install fails, display the button to give access to the status panel.
2 files modified
6 ■■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 2 ●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties 4 ●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -1032,7 +1032,7 @@
        getFormattedSuccess(
            getMsg("summary-install-finished-successfully", args)));
    hmSummary.put(InstallProgressStep.FINISHED_WITH_ERROR,
        getFormattedError(getMsg("summary-install-finished-with-error")));
        getFormattedError(getMsg("summary-install-finished-with-error", args)));
  }
  /**
opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
@@ -780,7 +780,9 @@
the server, click Launch Status Panel.  Note that you can launch this tool \
later using {1}.<br><INPUT type="submit" value="Launch Status Panel"></INPUT>
summary-install-finished-with-error=An error occurred.  Check 'Details' text \
area for more information.
area for more information.<br>To see basic server configuration status, click \
Launch Status Panel.  Note that you can launch this tool \
later using {1}.<br><INPUT type="submit" value="Launch Status Panel"></INPUT>
summary-stopping=Stopping Directory Server...
summary-disabling-windows-service=Disabling Windows Service...
summary-deleting-external-db-files=Deleting Database Files outside the \