opendj-server-legacy/src/main/java/org/opends/server/tools/ManageTasks.java
@@ -28,10 +28,9 @@ import org.forgerock.i18n.LocalizableMessage; import org.forgerock.opendj.ldap.DecodeException; import org.forgerock.opendj.config.server.ConfigException; import org.opends.server.core.DirectoryServer; import org.opends.server.loggers.JDKLogging; import org.opends.server.tools.tasks.TaskClient; import org.opends.server.tools.tasks.TaskEntry; import org.opends.server.types.InitializationException; @@ -68,6 +67,7 @@ import java.util.TreeMap; import static org.opends.messages.ToolMessages.*; import static com.forgerock.opendj.cli.ArgumentConstants.*; import static com.forgerock.opendj.cli.Utils.filterExitCode; @@ -209,6 +209,8 @@ { DirectoryServer.bootstrapClient(); } JDKLogging.disableLogging(); // Create the command-line argument parser for use with this program. LDAPConnectionArgumentParser argParser = new LDAPConnectionArgumentParser( opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/MakeLDIF.java
@@ -42,6 +42,7 @@ import org.forgerock.i18n.LocalizableMessage; import org.opends.server.core.DirectoryServer; import org.opends.server.core.DirectoryServer.DirectoryServerVersionHandler; import org.opends.server.loggers.JDKLogging; import org.opends.server.types.AttributeType; import org.opends.server.types.ExistingFileBehavior; import org.opends.server.types.InitializationException; @@ -129,6 +130,8 @@ { out = NullOutputStream.wrapOrNullStream(outStream); err = NullOutputStream.wrapOrNullStream(errStream); JDKLogging.disableLogging(); // Create and initialize the argument parser for this program. LocalizableMessage toolDescription = INFO_MAKELDIF_TOOL_DESCRIPTION.get();