opendj3-server-dev/src/quicksetup/org/opends/quicksetup/installer/ui/SecurityOptionsDialog.java
@@ -68,6 +68,7 @@ import org.forgerock.i18n.LocalizableMessage; import static org.opends.messages.QuickSetupMessages.*; import static com.forgerock.opendj.cli.Utils.getThrowableMsg; /** * This class is a dialog that appears when the user wants to configure @@ -690,7 +691,7 @@ // Bug throwable.printStackTrace(); displayError( Utils.getThrowableMsg(INFO_BUG_MSG.get(), throwable), getThrowableMsg(INFO_BUG_MSG.get(), throwable), INFO_ERROR_TITLE.get()); cancelButton.setEnabled(true); okButton.setEnabled(true);