200201202203204205206207208209210
} try { log.info("Starting component " + id); startup.startup(); } catch (StartupException x) { log.error("Startup exception in handler '" + id + "': " + x); }