RestLogging.restLogger.log(Level.WARNING, RestLogging.UNEXPECTED_EXCEPTION,
thr.toString());
ActionReport actionReport = new PropsFileActionReporter(); //new RestActionReporter();
actionReport.setFailureCause(thr);
actionReport.setActionExitCode(ActionReport.ExitCode.FAILURE);
AdminCommandState acs = new AdminCommandStateImpl(AdminCommandState.State.COMPLETED, actionReport, true, "unknown");
onAdminCommandEvent(AdminCommandStateImpl.EVENT_STATE_CHANGED, acs);
} finally {
try {
eventOuptut.close();
} catch (IOException ex) {