Issue:
checking URL = http://<host>.<domain>:8000/OA_HTML/AppsLogin
RW-50016: Error: - {0} was not created:
Processing DriverFile = /stage/StageR12/startCD/Disk1/rapidwiz/template/adriapps.drv
Executing service control script:
/oracle/R12/inst/apps/TWO_oraclesvr05/admin/scripts/adoacorectl.sh start
ERROR : Timed out( 100000 ): Interrupted Exception
You are running adoacorectl.sh version 120.11
Starting OPMN managed OACORE OC4J instance ...
Solution of this error applies to any platform.
Cause:
The issue is caused by a wrong setup in /etc/hosts file :
- localhost and server host are setup-ed on the same line.
Solution:
checking URL = http://<host>.<domain>:8000/OA_HTML/AppsLogin
RW-50016: Error: - {0} was not created:
Processing DriverFile = /stage/StageR12/startCD/Disk1/rapidwiz/template/adriapps.drv
Executing service control script:
/oracle/R12/inst/apps/TWO_oraclesvr05/admin/scripts/adoacorectl.sh start
ERROR : Timed out( 100000 ): Interrupted Exception
You are running adoacorectl.sh version 120.11
Starting OPMN managed OACORE OC4J instance ...
Solution of this error applies to any platform.
Cause:
The issue is caused by a wrong setup in /etc/hosts file :
- localhost and server host are setup-ed on the same line.
Solution:
To implement the solution, please execute the following steps:
1. Backup your /etc/hosts file
1. Backup your /etc/hosts file
2. Change the hosts file as follow :
127.0.0.1 localhost
<IP> <host.domain> <host>
3. Restart all Applications services
127.0.0.1 localhost
<IP> <host.domain> <host>
3. Restart all Applications services
Comments
Post a Comment