if (log.isInfoEnabled()) {
log.info(sm.getString("deltaManager.startClustering", getName()));
}
//to survice context reloads, as only a stop/start is called, not
// createManager
cluster.registerManager(this);
getAllClusterSessions();
} catch (Throwable t) {
ExceptionUtils.handleThrowable(t);