adapcctl.sh exits with status 3 with the following error,
adapcctl.sh version 115.55
Apache Web Server Listener is not running.
Starting Apache Web Server Listener (dedicated HTTP) ...
Apache Web Server Listener (PLSQL) is not running.
Starting Apache Web Server Listener (dedicated PLSQL) ...
adapcctl.sh: exiting with status 3
httpd listner comes up but httpd_pls listner fails. error_log_pls does not get created and there no error even in error_log.
To check the exact error, start pls listner using the following command,
$IAS_ORACLE_HOME/Apache/Apache/bin/apachectl start -f $IAS_ORACLE_HOME/Apache/Apache/conf/httpd_pls.conf
This throws following error,
Syntax error on line 17 of /oraapp/ncrmst3ora/iAS/Apache/modplsql/cfg/plsql_pls.conf:
Cannot load /oraapp/ncrmst3ora/iAS/Apache/modplsql/bin/modplsql.so into server: 0509-130 Symbol resolution failed for /oraapp/ncrmst3ora/iAS/lib/libclntsh.a(shr.o) because:
0509-136 Symbol pw_post (number 262) is not exported from
dependent module /unix.
0509-136 Symbol pw_wait (number 263) is not exported from
dependent module /unix.
0509-136 Symbol pw_config (number 264) is not exported from
dependent module /unix.
0509-136 Symbol aix_ora_pw_version3_required (number 265) is not exported from
dependent module /unix.
0509-022 Cannot load module /oraapp/ncrmst3ora/iAS/Apache/modplsql/bin/modplsql.so.
0509-026 System error: Cannot run a file that does not have a valid format.
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
apachectl start: httpd could not be started
This is a known issue that is already listed by Oracle on its support.oracle.com. Refer to metalink document
apachectl start: httpd could not be started: Cannot Load modplsql.so into Server: 0509-130 Symbol Resolution Failed [ID 260846.1]
Apply patch 2896876
adapcctl.sh version 115.55
Apache Web Server Listener is not running.
Starting Apache Web Server Listener (dedicated HTTP) ...
Apache Web Server Listener (PLSQL) is not running.
Starting Apache Web Server Listener (dedicated PLSQL) ...
adapcctl.sh: exiting with status 3
httpd listner comes up but httpd_pls listner fails. error_log_pls does not get created and there no error even in error_log.
To check the exact error, start pls listner using the following command,
$IAS_ORACLE_HOME/Apache/Apache/bin/apachectl start -f $IAS_ORACLE_HOME/Apache/Apache/conf/httpd_pls.conf
This throws following error,
Syntax error on line 17 of /oraapp/ncrmst3ora/iAS/Apache/modplsql/cfg/plsql_pls.conf:
Cannot load /oraapp/ncrmst3ora/iAS/Apache/modplsql/bin/modplsql.so into server: 0509-130 Symbol resolution failed for /oraapp/ncrmst3ora/iAS/lib/libclntsh.a(shr.o) because:
0509-136 Symbol pw_post (number 262) is not exported from
dependent module /unix.
0509-136 Symbol pw_wait (number 263) is not exported from
dependent module /unix.
0509-136 Symbol pw_config (number 264) is not exported from
dependent module /unix.
0509-136 Symbol aix_ora_pw_version3_required (number 265) is not exported from
dependent module /unix.
0509-022 Cannot load module /oraapp/ncrmst3ora/iAS/Apache/modplsql/bin/modplsql.so.
0509-026 System error: Cannot run a file that does not have a valid format.
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
apachectl start: httpd could not be started
This is a known issue that is already listed by Oracle on its support.oracle.com. Refer to metalink document
apachectl start: httpd could not be started: Cannot Load modplsql.so into Server: 0509-130 Symbol Resolution Failed [ID 260846.1]
Apply patch 2896876
Comments