154155156157158159160161162163164
e.printStackTrace(); System.exit(1); } ticketService.reindex(); ticketService.stop(); repositoryManager.stop(); runtimeManager.stop(); } /**
204205206207208209210211212213214
} } } inputService.stop(); outputService.stop(); repositoryManager.stop(); runtimeManager.stop(); long end = System.nanoTime();
157158159160161162163164165166167