orchestratorContext.setOrchestratorConfiguration(orchestratorConfiguration);
orchestratorConfiguration.setAiravataAPI(getAiravataAPI());
orchestratorContext.setRegistry(airavataRegistry);
/* initializing registry cpi */
orchestratorContext.setNewRegistry(new RegistryImpl());
} catch (RegException e) {
logger.error("Failed to initializing Orchestrator");
OrchestratorException orchestratorException = new OrchestratorException(e);
throw orchestratorException;
} catch (AiravataConfigurationException e) {