Skip to Main Content

E-Business Suite

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

FNDCPPUR failing when the log and out paths are too long

Hi
I faced the issue running 'Purge Concurrent Request and/or Manager Data' when the log and out directory paths are too long.
The following error is shown in the request log:

/u01/install/APPS/fs2/EBSapps/appl/fnd/12.0.0/bin/FNDCPPUR
Program was terminated by signal 11

I also ran strace to understand why the program fails and the error messages were:

03:36:56 unlink("/u01/install/APPS/fs_ne/inst/EBSDB_apps/logs/appl/conc/veryverylongdirectorynametoreproducetheissuewhenpurgingconcurrentrequestsprogramfailswithsignal/log/l7577138.req") = -1 ENOENT (No such file or directory)
03:36:56 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x8005350} ---
03:36:56 +++ killed by SIGSEGV +++

Looks like this file is too long for FNDCPPUR to handle:

/u01/install/APPS/fs_ne/inst/EBSDB_apps/logs/appl/conc/veryverylongdirectorynametoreproducetheissuewhenpurgingconcurrentrequestsprogramfailswithsignal/log/l7577138.req

But it's 'only' 168 characters long as Linux file name limit is 240 bytes.
Can anyone please help with that issue?
Thank you,
Alex

Comments
Post Details
Added on Oct 21 2022
3 comments
321 views