renewGrant = getConfig().getLongConfigVal(property, DEFAULT_RENEW_GRANT);
// create an owner for the lease that will throw a definite exception
// create an owner to for testing definite exceptions
Exception ex = new IllegalArgumentException("EventSequenceFailTest");
owner = new FailingOpCountingOwner(ex, 0, renewGrant);
// logs events as they arrive
rrl01 = new RenewingRemoteListener(getExporter(), renewGrant);
rrl02 = new RenewingRemoteListener(getExporter(), renewGrant);
}