mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
17.03.2007 8ad17870ae644a4738a5fe38048e163334efbbce
opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java
@@ -487,10 +487,9 @@
  protected void startServerWithoutConnectionHandlers()
  throws ApplicationException {
    try {
      ServerController control = new ServerController(this);
      ServerController control = new ServerController(getInstallation());
      if (getInstallation().getStatus().isServerRunning()) {
        control.stopServer();
        notifyListeners(formatter.getLineBreak());
        control.stopServer(true);
      }
      new InProcessServerController(getInstallation()).startServer(true);
    } catch (IOException e) {