Search:

Type: Posts; User: krish_mohan; Keyword(s):

Search: Search took 0.02 seconds.

  1. read count from previous version on job/step execution(FAILED) on restart

    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...
  2. DB Crash & JobExecutionAlreadyRunningException

    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....
  3. hi jeff, i was talking about both step context...

    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
  4. Replies
    3
    Views
    1,068

    HI, I am also facing a similar issue. When...

    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...
  5. Serialized Context is not being persisted

    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...
  6. My Code Looks Somewhat like this ...

    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...
  7. Invalid property 'jobParameters' error in RAD with IBM jre(WAS 7 jre)

    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...
  8. calling job with in a tasklet of another job

    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:...
Results 1 to 8 of 8