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

mmarie
24.32.2009 661440e43870dd2819fa34520d1e33e2d875c5b8
Fix for EmbeddedUtilsTestCase test failures
1 files modified
8 ■■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/core/DirectoryServer.java 8 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -1325,11 +1325,6 @@
        }
      }
      // Ensure that the timer thread has started.
      TimeThread.start();
      // Mark the current time as the start time.
      startUpTime  = System.currentTimeMillis();
      startTimeUTC = TimeThread.getGMTTime();
@@ -8561,6 +8556,9 @@
  public static DirectoryServer reinitialize(DirectoryEnvironmentConfig config)
         throws InitializationException
  {
    // Ensure that the timer thread has started.
    TimeThread.start();
    getNewInstance(config);
    LockManager.reinitializeLockTable();
    directoryServer.bootstrapServer();