| opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/ServerController.java | ●●●●● patch | view | raw | blame | history |
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/ServerController.java
@@ -161,7 +161,7 @@ boolean stopped = false; for (int i = 0; i < nTries && !stopped; i++) { installation.getStatus().isServerRunning(); stopped = !installation.getStatus().isServerRunning(); if (!stopped) { if (application != null) { String msg = @@ -178,6 +178,8 @@ catch (Exception ex) { } } else { break; } } if (!stopped) {