| | |
| | | } |
| | | } |
| | | 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 |