124125126127128129130131
logOperationEndpoints(serviceBindingDescriptors); try { server.start(); } catch (Exception ex) { logger.log(Level.SEVERE, "Failed to startup jetty", ex); throw new PanicInTheCougar(ex); } }