catch (final MalformedURLException e) {
}
}
// initialize ApplicationController - SingleInstanceManager needs the configuration
starter = createStarter();
final SingleInstanceManager singleInstanceManager = new SingleInstanceManager(starter);
singleInstanceManager.start(getCallParameters());
if (singleInstanceManager.isSlave()) {
LogUtils.info("opened files in master - exiting now");
System.exit(0);
}
else if (singleInstanceManager.isMasterPresent()) {
starter.setDontLoadLastMaps();
}
loadPlugins(context);
final Controller controller = starter.createController();
starter.createModeControllers(controller);