ERROR
<FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration
Please look into the web-server log file for details
Details…
Java Exception
oracle.forms.net.ConnectionException:Forms sessionfailed during startup:no response from runtime process
at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
at oracle.forms.net.HTTPNStream.getResponse(Unknown source)
at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
at oracle.forms.net.HTTPNStream.flush(Unknown Source)
at java.io.DataOutputStream.flush(Unknown source)
…………………………………………………………..
As I looked into the forms log file given below:
$LOG_HOME/ora/10.1.3/opmn/forms_default_group_1/formsstd.out
found the following error
testMode: false
09/04/09 08:12:17 Oracle Containers for J2EE 10g (10.1.3.0.0) initialized
09/04/09 08:14:27 ListenerServlet init()
09/04/09 08:14:28 Forms session aborted: runtime process failed during startup with
errors /u03/oracle/VIS/apps/tech_st/10.1.2/bin/frmweb: error while loading shared libraries:
/usr/X11R6/lib/libXm.so.2: ELF file data encoding not little-endian
SOLUTION
The issue is with the openmotif package which install in Linux,
So UnInstall the openmotif package and reInstall it.
Install the below RPM & then stop and start the forms service:
openmotif21-2.1.30-11.EL5.i386.rpm
You can download the above RPM in the below link:
http://oss.oracle.com/projects/compat-oracle/files/Enterprise_Linux/
after installing openmotif21-2.1.30-11.
Relink the frmweb executable of forms server after shutting down the apps services
Now,
$cd $ORACLE_HOME/forms/lib
$make -f ins_forms.mk install
then restarted the services using adstrtal.sh apps/[appspasword]