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

boli
08.50.2007 9c954f1411d833f43c98ad3bc607c4ec4f07aaf5
opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -762,12 +762,12 @@
    startupErrorLogPublisher =
        TextErrorLogPublisher.getStartupTextErrorPublisher(
            new TextWriter.STDOUT());
    addErrorLogPublisher(DN.NULL_DN, startupErrorLogPublisher);
    addErrorLogPublisher(startupErrorLogPublisher);
    startupDebugLogPublisher =
        TextDebugLogPublisher.getStartupTextDebugPublisher(
            new TextWriter.STDOUT());
    addDebugLogPublisher(DN.NULL_DN, startupDebugLogPublisher);
    addDebugLogPublisher(startupDebugLogPublisher);
    // Create the MBean server that we will use for JMX interaction.
    initializeJMX();
@@ -1193,8 +1193,8 @@
      sendAlertNotification(this, ALERT_TYPE_SERVER_STARTED, msgID, message);
      removeDebugLogPublisher(DN.NULL_DN);
      removeErrorLogPublisher(DN.NULL_DN);
      removeDebugLogPublisher(startupDebugLogPublisher);
      removeErrorLogPublisher(startupErrorLogPublisher);
      // If a server.starting file exists, then remove it.