From d2f99ebbca2f2a1291b780657e43dcb1bb63484d Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Tue, 29 May 2007 22:03:02 +0000
Subject: [PATCH] This commit addresses issue 1599 as well as introduces some other changes suggested by Brian after reviewing the SWAED guidelines:
---
opends/src/quicksetup/org/opends/quicksetup/util/ServerHealthChecker.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/util/ServerHealthChecker.java b/opends/src/quicksetup/org/opends/quicksetup/util/ServerHealthChecker.java
index 7a9fe2d..41319e0 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/util/ServerHealthChecker.java
+++ b/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) {
--
Gitblit v1.10.0