FRM-92101: Forms Server Not Starting Up
Forms Server Not
Starting Up / Forms Server Start Up Issue
Applies
to:
Oracle Enterprise Linux – Version: 5
Oracle EBS R12
Description:
After cloning EBS R12 successfully
on a new server machine, when I am going to access any form on EBS clone it did
not open the page and show the following error:
FRM-92101: Forms
Server
Java Exception:
oracle.forms.net.ConnectionException: Forms session <1> failed during startup: no response from runtime process
at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
Java Exception:
oracle.forms.net.ConnectionException: Forms session <1> failed during startup: no response from runtime process
at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
I have restarted all
the services of application and database but the problem is same. I have also
restarted the whole machine/server but still the same issue.
Cause
and Solution:
I found the following
error:
In
$LOG_HOME/ora/10.1.3/j2ee/<oacore>/<oacore>_<default_group_1>/application.log
$LOG_HOME/ora/10.1.3/j2ee/<forms>/<forms>_<default_group_1>/application.log
$LOG_HOME/ora/10.1.3/j2ee/<oafm>/<oafm>_<default_group_1>/application.log
12/11/17 20:42:50
formsweb: Forms session <2> exception stack trace:
oracle.forms.engine.RunformException: Forms session <2> failed during startup: no response from runtime process
at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
12/11/17 20:42:50 formsweb: Forms session <3> aborted: runtime process failed during startup with errors /d01/app/oracle/ebstest/apps/tech_st/10.1.2/bin/frmweb: error while loading shared libraries: libXm.so.2: cannot open shared object file: No such file or directory
12/11/17 20:42:50 formsweb: Forms session <3> exception stack trace:
oracle.forms.engine.RunformException: Forms session <3> failed during startup: no response from runtime process.
oracle.forms.engine.RunformException: Forms session <2> failed during startup: no response from runtime process
at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
12/11/17 20:42:50 formsweb: Forms session <3> aborted: runtime process failed during startup with errors /d01/app/oracle/ebstest/apps/tech_st/10.1.2/bin/frmweb: error while loading shared libraries: libXm.so.2: cannot open shared object file: No such file or directory
12/11/17 20:42:50 formsweb: Forms session <3> exception stack trace:
oracle.forms.engine.RunformException: Forms session <3> failed during startup: no response from runtime process.
The above issue caused
due to the incorrect version or missing of openmotif21 package.
Please check the
oracle document 402310.1 Oracle Applications Installation and Upgrade Notes
in order to identify
the missing RPM.
After installing the
required RPM openmotif21-2.1.30-11.EL5 above problem has been resolved.
Download Required RPM
from:
https://oss.oracle.com/projects/compat-oracle/files/Enterprise_Linux/
https://oss.oracle.com/projects/compat-oracle/files/Enterprise_Linux/
Your comments, especially which will help us
improve the functionality, will be greatly appreciatedJ
Great, thank you.
ReplyDelete