if(requesterEndPoint==null)
throw new Exception("Not valid endpoint provided");
servletContext.setAttribute("integrityDataGenerationStatus", ProcessStatus.PROCESSING);
IntegrityUtil integrityUtil = new IntegrityUtil();
integrityUtil.generateDataToCheckZip(requesterEndPoint.getId());
} catch (Exception e) {
//Special handling if the thread was interrupted
if ( e instanceof InterruptedException ) {