Thread.sleep(1000);
} catch (InterruptedException e) {
LOGGER.trace("Caught exception", e);
}
server = new HTTPServer(configuration.getServerPort());
server.start();
UPNPHelper.sendAlive();
frame.setReloadable(false);
} catch (IOException e) {
LOGGER.error("error during restart :" +e.getMessage(), e);