opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/ServerHealthChecker.java
@@ -76,7 +76,7 @@ try { control = new InProcessServerController(installation); if (installation.getStatus().isServerRunning()) { new ServerController(installation).stopServer(); new ServerController(installation).stopServer(true); } OperationOutput op = control.startServer(true); errors = op.getErrorMessages(UNHEALTHY_SERVER_LOG_REGEX);