log.error(message);
ErrorDialog.showDialog(ownerFrame, this, cockpitLiteProperties.getProperties(), message, null);
System.exit(1);
}
gkClient = new GatekeeperClientUtils(
gatekeeperUrl,
APPLICATION_DESCRIPTION, MAX_CONNECTION_RETRIES, HTTP_CONNECTION_TIMEOUT,
this);
// Initialise a non-authenticated service.