public void start() throws Exception {
if (framework == null) {
// copy configuration properties to sys properties
System.getProperties().putAll(getConfigurationProperties());
framework = new Framework(this);
framework.launch(0);
context = framework.getSystemBundleContext();
}
}