@Override
protected void doReady() {
// now that everything is set up, reload our cache of cells
logger.log(Level.CONFIG, "Readying UniverseService");
final CellPersistence cells = new CellPersistence();
// the key in the datastore for our iterator binding
final String key = NAME + ".ROOTS_ITERATOR";
try {