FRM-92101

Recently I have installed Oracle Applications Release 12 in RHEL 4 and
when I tried to start the services everything started fine but
when I was trying to access the forms I was getting the following 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)
…………………………………………………………..
I looked into the forms server log file which is given below

$LOG_HOME/ora/10.1.3/opmn/forms_default_group_1/formsstd.out
and 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
The Actual cause for this is the openmotif package which comes by default in the Linux
So I have unInstalled the openmotif package

by querying $rpm -qa open*
and by uninstalling the openmotif using the option

$rpm -e
after that i have installed the required package
openmotif21-2.1.30-11.RHEL4.6 by downloading from net and then after that
i relinked the frmweb executable of forms server after shutting the apps services
by giving the following command

$cd $ORACLE_HOME/forms/lib

$make -f ins_forms.mk install

then restarted the services using adstrtal.sh apps/
and thus fixed the issue and was able to access the forms.

No comments:

ORA-01552: cannot use system rollback segment for non-system tablespace 'TEMP'

 ORA-01552: cannot use system rollback segment for non-system tablespace "string" Cause: Used the system rollback segment for non...