Sunday, September 2, 2012

Failed Installation Application for RW-50015 Errors

Pada saat installasi aplikasi Oracle EBS R12 pada Oracle Enterprise Linux 5.5 terjadi error RW-50015.
RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.

Coba jalankan ./adapcctl.sh status, cari lokasi tempatnya dengan perintah locate adapcctl.

Akan muncul :
You are running adapcctl.sh version 120.6.12000000.2

Checking status of OPMN managed Oracle HTTP Server (OHS) instance ...

Processes in Instance: PROD_ebs.ebs.sandiego.com
-------------------+--------------------+---------+---------
ias-component | process-type | pid | status
-------------------+--------------------+---------+---------
OC4J | oafm | 21168 | Alive
OC4J | forms | 21078 | Alive
OC4J | oacore | 20943 | Alive
HTTP_Server | HTTP_Server | N/A | Down

adapcctl.sh: exiting with status 0

adapcctl.sh: check the logfile /d01/app/oracle/inst/apps/PROD_ebs/logs/appl/admin/log/adapcctl.txt for more information ...

Ini akibata ada libarary yang defaultnya tidak ada di OEL 5 yaitu libdb.so.2

Solusinya adalah patch 6078836, download dari metalink oracle.

Copy libdb.so.2 ke /usr/lib lalu restart instalasi. Voila..berhasil :D

No comments:

Post a Comment