From 8ad17870ae644a4738a5fe38048e163334efbbce Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 17 May 2007 13:03:10 +0000
Subject: [PATCH] This commit cleans up the output for both the CLI and Web Start versions of the upgrader so that it conforms to Brian's proposal to limit messages to the progress text area and CLI output. There is some new plumbing that affects but should not change other applications.
---
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 78f09b1..e3f0022 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/util/ServerHealthChecker.java
+++ b/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);
--
Gitblit v1.10.0