this.site.getHost().getId(),
"localhost",
target);
eeTemp.loadCatalog(catalogContext.catalog.serialize());
this.lastTickTime = System.currentTimeMillis();
eeTemp.tick(this.lastTickTime, 0);
}
}
// just print error info an bail if we run into an error here
catch (final Exception ex) {
throw new ServerFaultException("Failed to initialize PartitionExecutor", ex);