| opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java | ●●●●● patch | view | raw | blame | history |
opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java
@@ -490,6 +490,7 @@ ServerController control = new ServerController(this); if (getInstallation().getStatus().isServerRunning()) { control.stopServer(); notifyListeners(formatter.getLineBreak()); } new InProcessServerController(getInstallation()).startServer(true); } catch (IOException e) {