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

Nicolas Capponi
18.57.2014 8c8569d03abb63547e7910f9ca9cf7b09d5dfb5b
opendj3-server-dev/src/server/org/opends/server/tools/dsconfig/DSConfig.java
@@ -29,6 +29,7 @@
import java.io.BufferedReader;
import static org.opends.messages.DSConfigMessages.*;
import static org.opends.messages.ToolMessages.*;
import static org.opends.server.tools.ToolConstants.*;
@@ -67,6 +68,7 @@
import org.opends.server.admin.client.ManagedObjectDecodingException;
import org.opends.server.admin.client.MissingMandatoryPropertiesException;
import org.opends.server.admin.client.OperationRejectedException;
import org.opends.server.loggers.JDKLogging;
import org.opends.server.types.InitializationException;
import org.opends.server.util.BuildVersion;
import org.opends.server.util.EmbeddedUtils;
@@ -330,6 +332,7 @@
   */
  public static int main(String[] args, boolean initializeServer,
      OutputStream outStream, OutputStream errStream) {
    JDKLogging.disableLogging();
    DSConfig app = new DSConfig(System.in, outStream, errStream,
        new LDAPManagementContextFactory(alwaysSSL));
    app.sessionStartTime = System.currentTimeMillis();