170171172173174175176177178179180
} catch (Exception e) { log.error(e.getMessage()); System.out.println(e.getMessage()); rc = 1; } finally { control.shutdown(false); log.info(Constant.PROGRAM_TITLE + " terminated."); } System.exit(rc); }
185186187188189190191192193194195