// statusReporter may have to be terminated or the thread can/will hang.
try {
final boolean exportOnly = (Boolean) conf.getProperty(PROPERTY_EXPORT_ONLY, false);
//create the security manager
securityManager = new SecurityManagerImpl(this);
//REFACTOR : construct then configure
cacheManager = new DefaultCacheManager(this);
//REFACTOR : construct then configure