| | |
| | | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | import org.forgerock.i18n.slf4j.LocalizedLogger; |
| | | import org.forgerock.opendj.config.server.ConfigException; |
| | | |
| | | import javax.naming.ldap.InitialLdapContext; |
| | | |
| | |
| | | import org.opends.messages.CoreMessages; |
| | | import org.opends.messages.JebMessages; |
| | | import org.opends.messages.ReplicationMessages; |
| | | |
| | | import static org.opends.messages.QuickSetupMessages.*; |
| | | |
| | | import org.opends.server.tools.ConfigureDS; |
| | |
| | | throw new ApplicationException( |
| | | ReturnCode.CONFIGURATION_ERROR, ode.getMessageObject(), ode); |
| | | } |
| | | catch(ConfigException ce) |
| | | { |
| | | throw new ApplicationException(ReturnCode.CONFIGURATION_ERROR, ce.getMessageObject(), ce); |
| | | } |
| | | } |
| | | |
| | | |