[SOLVED] Error occurs when executing special instructions specified under README.txt of Patch 26825525 iAS Forms and Reports Server

Oracle E-Business Suite Installation of Release 12.2.0 failed with error RW-50004 under Oracle Linux 7.5 OS

Issue

Unable to complete post patch application 'Special Instruction for formsapp.ear' steps for patch 26825525 (iAS Forms and Reports Server) and getting the following errors.

Post Patch Application steps mentioned in the README.txt file of patch 26825525:
----------------------------------------------------------
SPECIAL INSTRUCTION FOR formsapp.ear
---------------------------------------------------------
To complete the application of Patch, please follow these instructions
for Application Server middle tier (including Forms/Reports Services):

1. cd $ORACLE_HOME/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF
2. cp orion-web.xml $ORACLE_HOME/j2ee/OC4J_BI_Forms/applications/orion-web.xml_pre9282569
3. cp web.xml $ORACLE_HOME/j2ee/OC4J_BI_Forms/applications/web.xml_pre9282569
4. Redeploy formsapp by executing the following command:
dcmctl redeployApplication -f $ORACLE_HOME/forms/j2ee/formsapp.ear -a formsapp -co OC4J_BI_Forms
5. Restart OC4J _BI_Forms
/u01/Stage122/1_patches/2_apps/1_iAS/26825525
-bash-4.2$ cd $ORACLE_HOME/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF
-bash-4.2$ cp orion-web.xml
cp: missing destination file operand after ‘orion-web.xml’

-bash-4.2$ cp orion-web.xml $ORACLE_HOME/j2ee/OC4J_BI_Forms/applications/orion-web.xml_pre9282569
cp: cannot stat ‘orion-web.xml’: No such file or directory

-bash-4.2$ dcmctl redeployApplication -f $ORACLE_HOME/forms/j2ee/formsapp.ear -a formsapp -co OC4J_BI_Forms
bash: dcmctl: command not found...
-bash-4.2$ /u01/oracle/VIS/fs1/EBSapps/10.1.2/dcm/bin/dcmctl redeployApplication -f $ORACLE_HOME/forms/j2ee/formsapp.ear -a formsapp -co OC4J_BI_Forms

ADMN-100001
Error initializing oracle.ias.sysmgmt.utility.RepositoryContext.
Resolution:
Please make sure the file is in the correct location.
Base Exception:
java.io.FileNotFoundException
/u01/oracle/VIS/fs1/inst/apps/VIS_ebs1227oel75/ora/10.1.2/dcm/config/sysmgmtProperties.dtd (No such file or directory)
java.io.FileNotFoundException: /u01/oracle/VIS/fs1/inst/apps/VIS_ebs1227oel75/ora/10.1.2/dcm/config/sysmgmtProperties.dtd (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:146)
        at java.io.FileInputStream.<init>(FileInputStream.java:101)
        at oracle.ias.sysmgmt.utility.RepositoryContext.<init>(Unknown Source)
        at oracle.ias.sysmgmt.utility.RepositoryContext.getInstance(Unknown Source)
        at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
        at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
        at oracle.ias.sysmgmt.cmdline.DcmCmdLine.checkInit(Unknown Source)
        at oracle.ias.sysmgmt.cmdline.DcmCmdLine.execute(Unknown Source)
        at oracle.ias.sysmgmt.cmdline.DcmCmdLine.main(Unknown Source) 

Cause
This is a known issue for 12.2 release. The issue is caused because of special instructions for formsapp.ear as stated in readme file.

These readme instructions are based on a Standalone Forms Server and not a Forms Server used in an Oracle E-Business Suite environment.

The SPECIAL INSTRUCTION FOR formsapp.ear is not required for Oracle E-Business Suite Applications.

Solution
SPECIAL INSTRUCTION FOR formsapp.ear can safely be ignored as this does not pertain to the EBS Applications. These steps can also be ignored for EBS installs.

Fusion Middleware patches sometimes have instructions that are not relevant for EBS.

Environment
+ Oracle Linux 7.5
+ Oracle E-Business Suite Release 12.2.0
+ Middletier iAS (Forms & Reports Server) 10.1.2.3.0

[SOLVED] Unable to apply part of FMW Common server...
[SOLVED] Weblogic Server Smart Update 3.3.0 Utilit...