Hi All,
When my job is restarted after failure, a new job execution & new step execution gets started.
But i am not able to get the read count, write count data from previous version of...
Type: Posts; User: krish_mohan; Keyword(s):
Hi All,
When my job is restarted after failure, a new job execution & new step execution gets started.
But i am not able to get the read count, write count data from previous version of...
HI,
When database crashes (or) server gets disconnected to DB server, my job status will not be updated to DB. So, later when i run the same job, i am getting JobExecutionAlreadyRunningException....
hi jeff,
i was talking about both step context & job context. But i now understand that short context is being used, instead of serialized context.
Thanks,
Krish
HI,
I am also facing a similar issue. When database crashes (or) server gets disconnected to DB server, my job status will not be updated to DB. So, later when i run the same job, i am getting...
Hi All,
I believe that i dont need to configure any thing, for persisting the serialized context. But i have a problem, my serialized context is always null, no matter what the...
My Code Looks Somewhat like this
Job1-->GetFilesInfoTasklet-->gets all files from un processed directory-->launches job2 for each file.
I am getting error while parsing a part of job2.xml which...
When running my code from RAD, as a java application, i am getting the following error. (RAD using a JRE lib of WebSphere AS 7 jdk--> jre i.e jre1.6). Seems like its a problem with jre provided by...
I need to call a job, from a takslet of another job.
Job A:Step A:
Tasklet A:get all the filenames with in a folder. In a loop, instantiate a job(Job B) with filepath parameter.
Job B:...