Page 1 of 1

Parallel job reports failure (code 139)

Posted: Tue Sep 02, 2014 12:12 am
by nishantrk
Hi,

I went through all the related posts , which give me a understanding that the Parallel job reports failure (code 139) is more sort of generic message and there could be many reason for the error . However in my case am not getting other message like core dump / Segementation fault etc.
There is absolutly no other information in the log ...

We have 3 seq jobs each having 5 extract jobs (in total 15 jobs) which reads from oracle table and writes to file . The abort happens randomly on any job and works fine on restart.
Is there any variable which can help me Debug and pin point this issue ...
Since this is production system , would like to have a concrete thing before making any change..

Re: Parallel job reports failure (code 139)

Posted: Tue Sep 02, 2014 12:15 am
by nishantrk
These are the two confifuration parameters , which has been recommneded by others to change..
APT_MONITOR_SIZE = 50000
APT_MONITOR_TIME = 10

Posted: Tue Sep 02, 2014 4:20 am
by priyadarshikunal
try this link.

Also, it may relate to segmentation faults or some other issue. Do you get anything when you reset the aborted job? something like "From previous run"

Posted: Tue Sep 02, 2014 4:31 am
by nishantrk
yes have gone through that link before posting..we are not getting this type of error in any other develpoment enviroment...
Unforutunatel no other message except for the 139 error

Posted: Tue Sep 02, 2014 4:36 pm
by ray.wurlod
What does your official support provider advise?

Posted: Wed Sep 03, 2014 7:46 am
by PaulVL
Are these multi instance jobs? Are they running concurrently?

Posted: Wed Sep 03, 2014 9:02 am
by priyadarshikunal
Did you try resetting it to check if something like "from previous run" appears in reset logs.

also try setting APT_DISABLE_COMBINATION (or something like that) to true for that job.