.getAllMessages(t));
return new GenericCommandResponse(command, false, null, t);
}
}
} finally {
writeLock.unlock();
}
} else {
Throwable t = new Throwable("Initialize callback lock could not be acquired");
LOG.error(CommI18NResourceKeys.INITIALIZE_CALLBACK_FAILED, t.getMessage());
return new GenericCommandResponse(command, false, null, t);