Home / APPS DBA / FRM-92101: There was a failure in the Forms Server during startup.

FRM-92101: There was a failure in the Forms Server during startup.

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]

 

 

About Syed Saad Ali

With 13 years of experience as a certified and skilled Oracle Database Administrator, I possess the expertise to handle various levels of database maintenance tasks and proficiently perform Oracle updates. Throughout my career, I have honed my analytical abilities, enabling me to swiftly diagnose and resolve issues as they arise. I excel in planning and executing special projects within time-sensitive environments, showcasing exceptional organizational and time management skills. My extensive knowledge encompasses directing, coordinating, and exercising authoritative control over all aspects of planning, organization, and successful project completions. Additionally, I have a strong aptitude for resolving customer relations matters by prioritizing understanding and effective communication. I am adept at interacting with customers, vendors, and management, ensuring seamless communication and fostering positive relationships.

Check Also

OracleEBSConfig

Changing IP Address in an Oracle EBS R12 Environment

Changing IP Address in an Oracle EBS R12 Environment 1. First, Change the IP Address …

Leave a Reply