Visit Counter

Monday, August 7, 2017

RW-50016: RW-00023: RW-50015 Installing Oracle EBS 12.1 Error



While installing Oracle EBS 12.1 on Oracle linux 6 getting below error.

Log file path
---------------

/ora/apps121/VIS/db/tech_st/11.1.0/appsutil/log/VIS_apps12

Environment File

-----------------


   RW-50016: Error: - Database ORACLE_HOME environment file was not created:
      File = /ora/apps121/PROD/db/tech_st/11.1.0/PROD_apps12.env
   RW-50016: Error: - Apps ORACLE_HOME environment file was not created:
      File = /ora/apps121/PROD/inst/apps/PROD_apps12/ora/10.1.3/PROD_apps12.env
   RW-50016: Error: - iAS ORACLE_HOME environment file was not created:
      File = /ora/apps121/PROD/inst/apps/PROD_apps12/ora/10.1.2/PROD_apps12.env
   RW-50016: Error: - APPL_TOP environment file was not created:
      File = /ora/apps121/PROD/apps/apps_st/appl/PROD_apps12.env
   RW-50016: Error: - ADOVARS environment file was not created:
      File = /ora/apps121/PROD/apps/apps_st/appl/admin/adovars.env
   RW-50016: Error: - APPSCONFIG was not created:
      File = /ora/apps121/PROD/apps/apps_st/appl/admin/adconfig.txt
DBC File

---------


   RW-00023: Error: - DBC file was not created:
      File = /ora/apps121/PROD/inst/apps/PROD_apps12/appl/fnd/12.0.0/secure/PROD.dbc
HTTP

-----


   checking URL = http://apps12.ora.com:8000

   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.
Help Page

----------


   checking URL = http://apps12.ora.com:8000/OA_HTML/help

   RW-50015: Error: - Help Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
Virtual Directory

------------------


   RW-50015: Error: - Http Server Virtual Directories is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
JSP

----


   checking URL = http://apps12.ora.com:8000/OA_HTML/jtfTestCookie.jsp

   RW-50015: Error: - JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
Login Page

-----------


   RW-50015: Error: - Login Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
RW-10001: Rapidinstall wizard has detected that your configuration has errors. You must resolve these issues before continuing.



Solution:
----------

# vi /etv/selinux/config




[root@apps12 VIS_apps12]# cat /etc/selinux/config

# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#     enforcing - SELinux security policy is enforced.
#     permissive - SELinux prints warnings instead of enforcing.
#     disabled - No SELinux policy is loaded.

SELINUX=disabled


# SELINUXTYPE= can take one of these two values:
#     targeted - Targeted processes are protected,
#     mls - Multi Level Security protection.
SELINUXTYPE=targeted









RC-20200: Fatal: Could not find Unzip. At this time only Native UnZip 5.X is supported.



While installing Oracle EBS 12.1 getting error.

--------------------------------------------------------


/ora/apps121/VIS/db/tech_st/11.1.0/appsutil/log/VIS_apps12




Unzip Count:153

Processing Disk1....

RC-20200: Fatal: Could not find Unzip. At this time only Native UnZip 5.X is supported.

Please make sure you have UnZip 5.X in your path and try again...

Cannot execute Install for database ORACLE_HOME

    RW-50010: Error: - script has returned an error:   1
RW-50004: Error code received when running external process.  Check log file for details.
Running Database Install Driver for VIS instance


[root@apps12 VIS_apps12]#


Solution:

-----------



[root@apps12 VIS_apps12]# mv /usr/bin/unzip /usr/bin/unzip-ver6






Refer: 1455077.1