Thursday, March 24, 2016

Concurrent Requests Getting Error: ar60run: Relocation Error

Concurrent Requests Getting Error: ar60run: Relocation Error 

Symptoms:

When running any Concurrent Request, the following error occurs.

ERROR
"ar60run: relocation error:
/apps11510/crp1/crp1ora/8.0.6/network/jre11/lib/i686/native_threads/libjava.so:
symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link
time reference"

Program exited with status 127
Concurrent Manager encountered an error while running Oracle*Report for your
concurrent request 309685.

Cause:

LD_ASSUME_KERNEL and LD_PRELOAD are set in the applmgr and oracle user's
.profile, but they are not set in the concurrent managers environment files.

Solution:

To implement the solution, please execute the following steps:
1. In the concurrent managers environment files (located under the $APPL_TOP):

Set LD_ASSUME_KERNEL = 2.4.21
Set LD_PRELOAD=<absolute path>libcwait.so

2. Bounce the managers to pick up the changes.
3. Test the reports.

Reference Metalink Doc ID 389698.1

No comments:

Post a Comment