/* */ else {
/* 95 */ loaderName = this.defaultClassLoader;
/* */ }
/* */ }
/* 98 */ this.controller.install(deployment, loaderName);
/* 99 */ ServiceContext context = this.controller.getServiceContext(name);
/* 100 */ if (context == null)
/* 101 */ throw new IllegalStateException("No context for " + name);
/* */ try
/* */ {
/* 104 */ create(context);
/* */ try
/* */ {
/* 107 */ start(context);
/* 108 */ Throwable t = context.getProblem();
/* 109 */ if (t != null)
/* 110 */ throw t;
/* */ }
/* */ catch (Throwable t)
/* */ {