| | |
| | | import org.opends.server.admin.client.ManagedObjectDecodingException; |
| | | import org.opends.server.admin.client.MissingMandatoryPropertiesException; |
| | | import org.opends.server.admin.client.OperationRejectedException; |
| | | import org.forgerock.i18n.slf4j.LocalizedLogger; |
| | | import org.opends.server.tools.ClientException; |
| | | import org.opends.server.types.InitializationException; |
| | | import org.opends.server.util.BuildVersion; |
| | |
| | | * customization. |
| | | */ |
| | | public static final String GENERIC_TYPE = "generic"; |
| | | private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass(); |
| | | |
| | | // This CLI is always using the administration connector with SSL |
| | | private static final boolean alwaysSSL = true; |
| | |
| | | |
| | | return 1; |
| | | } catch (Exception e) { |
| | | logger.traceException(e); |
| | | println(LocalizableMessage.raw(StaticUtils.stackTraceToString(e))); |
| | | return 1; |
| | | } |