Page 1 of 1

Execute command - File not found

Posted: Wed Dec 06, 2017 3:46 am
by vinothkumar
There are few scenarios where our process is failing with File not found error, though file is already available in that location with proper access.
When we resubmit, it will get complete without any issues.

We are seeing this behavior mainly in execute command activity stage, where are taking word count, reading via cat etc.

Any thoughts ...

Posted: Wed Dec 06, 2017 7:26 am
by chulett
Not a lot to go on. However, whenever I see a problem that goes away by simply rerunning the process in isolation (rather than as part of a larger process) then I see a resource issue. In your shoes I'd start by checking kernel parameters, things like the number of open files allowed.

Posted: Wed Dec 06, 2017 9:27 am
by PaulVL
Are you on a GRID environment where your execution could get dispatched to different hosts each run? (perhaps the mount is not exposed to one of those hosts)

Posted: Wed Dec 06, 2017 12:09 pm
by chulett
Or that. :wink: