@Override
 protected void startInternal() throws LifecycleException {
   try {
     server.start();
   } catch (Throwable e) {
     throw new LifecycleException("Could not invoke start on: " + server, e);
   }
 }