opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -207,10 +207,13 @@ try { Thread.sleep(3000); process.destroy(); // To see if the process is over, call the exitValue method. // If it is not over, a IllegalThreadStateException. process.exitValue(); } catch (Throwable t) { process.destroy(); } } });