opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -1327,6 +1327,10 @@ } // Ensure that the timer thread has started. TimeThread.start(); // Mark the current time as the start time. startUpTime = System.currentTimeMillis(); startTimeUTC = TimeThread.getGMTTime(); @@ -8413,6 +8417,9 @@ removeAllErrorLogPublishers(); removeAllDebugLogPublishers(); // Now that the loggers are disabled we can shutdown the timer. TimeThread.stop(); // Just in case there's something that isn't shut down properly, wait for // the monitor to give the OK to stop. shutdownMonitor.waitForMonitor();