627628629630631632633634635636637
} public HttpResponse doRestart() throws IOException, ServletException { validateAdmin(); try { channel.call(new StopHubCallable()); } catch (Exception e) { throw new IOException(e); } channel.close(); try {