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

kenneth_suter
30.03.2007 1690ca6b73e677aad3500fd03ad906cf2b3446ac
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java
@@ -481,7 +481,10 @@
      if (getInstallation().getStatus().isServerRunning()) {
        control.stopServer(true);
      }
      new InProcessServerController(getInstallation()).startServer(true);
      InProcessServerController ipsc =
              new InProcessServerController(getInstallation());
      ipsc.disableConnectionHandlers(true);
      ipsc.startServer();
    } catch (IOException e) {
      String msg = "Failed to determine server state: " +
      e.getLocalizedMessage();