logger.log(Level.INFO, "Starting up " + this.getClass().toString());
TransactionManager mb = getTransactionManager();
logger.log(Level.INFO, "Generating a transaction");
Created txn = getCreated(mb, DURATION);
logger.log(Level.INFO, "Checking lease");
Lease lease = getTransactionManagerLease(txn);
checkLease(lease, DURATION);