_logger.log(Level.INFO, "smgt.service_not_configured");
}
//activate this after the admin backend support is achieved
AdminEventListenerRegistry.addEventListener(ManagementRuleEvent.eventType,
new ManagementRuleReconfig());
} catch (ConfigException ex) {
//just log, core can still come up, just warn at severe
_logger.log(Level.SEVERE, "smgt.config_error", ex);
//throw new ServerLifeCycleException(ex.getMessage(), ex);
} catch (Exception ex) {