status « Job « Spring Q&A





1. what is an elegant way to override job/step status to FAILED for business reasons    forum.springsource.org

what is an elegant way to override job/step status to FAILED for business reasons hi, here is my use case: I need to process a large amount of customers. In the ...

2. Job Status Emails    forum.springsource.org

I have a requirement where in I need to send the Job status notifications to users. I have multiple steps in my job. Typically, if the job fails, the email body ...

3. Job status is COMPLETED even after exception is thrown    forum.springsource.org

Job status is COMPLETED even after exception is thrown Hi, As of now, my job is configured to for step 1 and hence it completes with status COMPLETED if ...

4. Retrieving JobExecution Status on RuntimeException    forum.springsource.org

If I am launching a job: Code: try { JobExecution je = launcher.run(job, jp); } catch (Throwable t) { // my job execution is null... } and a RuntimeException is thrown ...

5. how to check job status    forum.springsource.org

I start the job asynchronos. How to check there is any job is running? There are few steps in the job and how to check whether which step in the job ...

6. stopping a job in STOPPING Status    forum.springsource.org

What is your step configured to do? Is it a TaskletStep, if so does the Tasklet check for the status occasionally? If the Tasklet is a framework implementation, is your Item{Reader,Processor,Writer} ...

7. UnmappableCharacterException has no effect on job's status    forum.springsource.org

UnmappableCharacterException has no effect on job's status Hi, I've been thru a case where some invalid character is triggering the following exception: java.nio.charset.UnmappableCharacterException: Input length = 1 When I look at ...

8. JobInterruptException in step but job returns complete status    forum.springsource.org

Dave, We have a job configured.. The step has a deadlock on BATCH_STEP_EXECUTION ...