try {
/* This can be called as a result of cluster property update.
* Hence does not do System.exit here.
* Cluster.start() Exception will cause System.exit,
*/
LicenseBase license = Globals.getCurrentLicense(null);
if (!license.getBooleanProperty(license.PROP_ENABLE_SSL, false)) {
logger.log(Logger.ERROR, br.E_FATAL_FEATURE_UNAVAILABLE,
br.getString(br.M_SSL_BROKER_CLUSTERS));
throw new BrokerException(br.getKString(br.E_FATAL_FEATURE_UNAVAILABLE,
br.getString(br.M_SSL_BROKER_CLUSTERS)));