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

mmarie
24.32.2009 fba5efd73ed6517e050737360333f73829469358
Fix for EmbeddedUtilsTestCase test failures
1 files modified
8 ■■■■■ changed files
opends/src/server/org/opends/server/core/DirectoryServer.java 8 ●●●●● patch | view | raw | blame | history
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();