Fix for issue 3060 (setup should refer to the setup's log *after* the error message)
Show the information about the log file after the error message is displayed.
| | |
| | | } |
| | | } |
| | | notifyListeners(getLineBreak()); |
| | | notifyListenersOfLog(); |
| | | updateSummaryWithServerState(hmSummary); |
| | | setCurrentProgressStep(InstallProgressStep.FINISHED_WITH_ERROR); |
| | | Message html = getFormattedError(ex, true); |
| | | notifyListeners(html); |
| | | LOG.log(Level.SEVERE, "Error installing.", ex); |
| | | notifyListeners(getLineBreak()); |
| | | notifyListenersOfLog(); |
| | | } |
| | | runError = ex; |
| | | } |
| | |
| | | } |
| | | } |
| | | notifyListeners(getLineBreak()); |
| | | notifyListenersOfLog(); |
| | | updateSummaryWithServerState(hmSummary); |
| | | setCurrentProgressStep(InstallProgressStep.FINISHED_WITH_ERROR); |
| | | ApplicationException ex = new ApplicationException( |
| | |
| | | Message msg = getFormattedError(ex, true); |
| | | notifyListeners(msg); |
| | | LOG.log(Level.SEVERE, "Error installing.", t); |
| | | notifyListeners(getLineBreak()); |
| | | notifyListenersOfLog(); |
| | | runError = ex; |
| | | } |
| | | finally |
| | |
| | | } |
| | | } |
| | | notifyListeners(getLineBreak()); |
| | | notifyListenersOfLog(); |
| | | updateSummaryWithServerState(hmSummary); |
| | | setCurrentProgressStep(InstallProgressStep.FINISHED_WITH_ERROR); |
| | | Message html = getFormattedError(ex, true); |
| | | notifyListeners(html); |
| | | LOG.log(Level.SEVERE, "Error installing.", ex); |
| | | notifyListeners(getLineBreak()); |
| | | notifyListenersOfLog(); |
| | | } |
| | | } |
| | | catch (Throwable t) |
| | |
| | | } |
| | | } |
| | | notifyListeners(getLineBreak()); |
| | | notifyListenersOfLog(); |
| | | updateSummaryWithServerState(hmSummary); |
| | | setCurrentProgressStep(InstallProgressStep.FINISHED_WITH_ERROR); |
| | | ApplicationException ex = new ApplicationException( |
| | |
| | | Message msg = getFormattedError(ex, true); |
| | | notifyListeners(msg); |
| | | LOG.log(Level.SEVERE, "Error installing.", t); |
| | | notifyListeners(getLineBreak()); |
| | | notifyListenersOfLog(); |
| | | } |
| | | System.setErr(origErr); |
| | | System.setOut(origOut); |