153154155156157158159160161162163
} catch (Exception e) { e.printStackTrace(); System.exit(1); } ticketService.reindex(); ticketService.stop(); repositoryManager.stop(); runtimeManager.stop(); }
156157158159160161162163164165166