Page 1 of 1

Error :Resource temporarily unavailable

Posted: Tue Jun 14, 2016 1:12 am
by satheesh_color
Hi All,

I am getting the following error as our production jobs (max 20 job) running in parallel.

Error:
DataStage jobs intermittently fail with the following combination of warning and fatal error messages:

Message: APT_CombinedOperatorController(17),1: Adaptive job monitoring feature is disabled; could not create polling thread: Resource temporarily unavailable.
Message: cs}}}(0),1: Failure during execution of operator logic.


Kindly let me know your thoughts on the same.

Thanks & Regards,
Satheesh.R

Posted: Tue Jun 14, 2016 6:32 am
by ArndW

Posted: Tue Jun 14, 2016 5:40 pm
by ray.wurlod
My thought: "Resource temporarily unavailable" is fairly clear as a diagnosis.

Posted: Thu Jun 16, 2016 5:51 am
by daignault
Check your unix settings for items such as nproc, noproc etc. If the process cannot allocate the resources required to start the process, you could encounter something like this.

Also, based on the IBM link, be aware that Redhat linux changes the location of nfiles and nofiles. We first setup Redhat and changed the file limit settings in the standard location. Then I found a thread concerning nfile settings for hadoop. with the same error as DataStage.

Regards