if (applicationScdlURL == null) {
throw new RuntimeException("application SCDL not found: " + applicationSCDL);
}
component = launcher.bootApplication("application", applicationScdlURL);
component.start();
context = new CompositeContextImpl(component);
context.start();
}