FRM-92101 in EBS R12.2 Post Cloning or New Install: There was a failure in the Forms Server during the start-up
Debug for Root Cause
1. Check Forms Application Log for root cause
$EBS_DOMAIN_HOME/ servers/ <server_name>/ logs/ <server_name>.out
As this is forms so look ar
$EBS_DOMAIN_HOME/servers/forms_server1/logs/forms_server1.out
Forms session <1> aborted: runtime process failed during startup with errors frmweb: error while loading shared libraries: libXm.so.2: cannot open shared object file: No such file or directory
<Feb 3, 2021 11:35:10 AM GMT> <Error> <ServletContext-/forms> <BEA-000000> <Forms session <1> exception stack trace:
oracle.forms.engine.RunformException: Forms session <1> failed during startup: no response from runtime process
at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
Truncated. see log file for complete stacktrace
Resolution
Resolution as per 1330701.1 Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x86-64
1. Perform the following command (as root on your system) to create a required link to the Motif library for Oracle Forms and Reports:
# cd /usr/lib
# ln -s libXm.so.4.0.4 libXm.so.2
2. Restart Forms Server or Application Tier Services
Related/References
- 1967803.1 After Clone, Getting Error FRM-92101 When Opening Forms
- https://onlineappsdba.com/
index.php/2015/10/25/r12-2- log-files-location-apps-every- oracle-apps-dba-r12-must-know/ - 1330701.1 Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x86-64
- Troubleshoot Oracle EBS R12.2 Logs Every Apps DBA Must Know
Next Task For You
We cover Oracle E-Business R12.2 Architecture & concepts in our Oracle Apps DBA For Beginners Training along with the Installation, Patching, Cloning, and Troubleshooting and also, Database upgrade to 19c and much more including the hands-on labs you must perform to upgrade your skills and get a good job with a high package.
Begin your journey towards becoming an Apps DBA by joining our FREE Masterclass on How To Learn Oracle Apps DBA (R12) & Its New Features.
The post FRM-92101 in EBS R12.2 Post Cloning or New Install appeared first on Cloud Training Program.