executableJobDir = runtimeRepository.getExecutableJobDir(job);
logger.debug("Job base folder is equals to [" + runtimeRepository.getExecutableJobDir(job) + "]");
if (!runtimeRepository.containsJob(job)) {
throw new JobNotFoundException("Job [" +
runtimeRepository.getExecutableJobFile(job) + "] not found in repository");
}
logger.debug("Job [" + job.getName() +"] succesfully found in repository");
tempDir = getTempDir(job);