Page 1 of 1

Why does the job abort?

Posted: Mon Sep 20, 2010 1:38 pm
by suryadev
The service has a job used as an information provider and that is an always running job.

The issue is the job aborts once in a while,which makes the service down and when I redeploy the service it works fine but the same issue arises again in a week or two.

In the director I can view the long and it says INT error the usual error..this is the reason for the job to abort.
can anyone help me with this situation
do I need to make any changes?

Posted: Mon Sep 20, 2010 2:02 pm
by ray.wurlod
Please post the exact text of the error message.

Posted: Mon Sep 20, 2010 3:28 pm
by suryadev
'main_program: ORCHESTRATE step execution terminating due to SIGINT' and the job aborts

this is the error message which comes when the job aborts

Posted: Mon Sep 20, 2010 8:27 pm
by ray.wurlod
These ones are rather difficult to diagnose, other than to make the blindingly obvious statement that an interrupt signal was raised somewhere in the system and handled by one of your processes.

You should investigate the SystemOut.log and SystemErr.log for the WebSphere AppServer, and any logs for the node agent. You might also look for other warnings in the DataStage job, but I don't think you'll find much more there.