} catch (IllegalAccessException e) {
LOG.fatal("execute: preApplication failed in access", e);
throw new RuntimeException(
"execute: preApplication failed in access", e);
}
preAppTimerContext.stop();
context.progress();
for (WorkerObserver obs : serviceWorker.getWorkerObservers()) {
obs.preApplication();
context.progress();