}
actions = new DateServiceActions(dateSource);
try {
robot = new DateRobotThread(configuration.getAtlasDesignDocument(), dateSource.getClusterTree());
robot.start();
} catch (Exception e) {
throw new ServletException("Unable to start date robot",e);
}