opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/ServerHealthChecker.java
@@ -78,7 +78,7 @@ if (installation.getStatus().isServerRunning()) { new ServerController(installation).stopServer(true); } OperationOutput op = control.startServer(false); OperationOutput op = control.startServer(); errors = op.getErrorMessages(UNHEALTHY_SERVER_LOG_REGEX); } catch (Exception e) { if (e instanceof ApplicationException) {