log.info("Retry job sumttion one more time for error code" + errCode);
job = new GramJob(rsl);
job.setCredentials(gssCred);
listener = new JobSubmissionListener(job, context);
job.addListener(listener);
job.request(contact, false, false);
String newGramJobid = job.getIDAsString();
String jobStatusMessage = GfacUtils.formatJobStatus(newGramJobid, "RETRY");
context.getNotificationService().info(jobStatusMessage);
context.getNotificationService().info("JobID=" + newGramJobid);
notifier.appAudit(context.getServiceContext().getService().getService().getServiceName().getStringValue(), new URI(job.getIDAsString()), contact, null, null, gssCred.getName().toString(), null, job.getRSL());