FRM 92101 There was a failure in the forms server during start up


Error Message:


FRM 92101 There was a failure in the forms server during start up. This could happen due to invalid configuration.

Logfile location:

$LOG_HOME/ora/10.1.3/opmn/forms_default_group_1/formsstd.out

Example Log file:

12/07/06 02:55:04 FormsServlet init():

    configFileName:     /R12/oracle/APPS_R12/apps/test_testr12/ora/10.1.2/forms/server/appsweb.cfg

    testMode:           false

12/07/06 02:55:05 Oracle Containers for J2EE 10g (10.1.3.4.0)  initialized

12/07/06 03:17:36 ListenerServlet init()

 12/07/06 03:17:41 Forms session <1> aborted: runtime process failed during startup with errors /R12/oracle/APPS_R12/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/07/06 03:19:36 Forms session <2> aborted: runtime process failed during startup with errors /R12/oracle/APPS_R12/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

 Cause:

The cause is not unusual with Linux, or Oracle, or Oracle Apps. It’s that Oracle Forms is looking for a library file. But the file doesn’t exist in the expected place. Nor does a link. Not again.
In this case, libXm.so.2 can’t be found.

Solution:  

Check this directory and below mentioned files "/usr/X11R6/lib".
/usr/lib/libMrm.so.3.0.2
/usr/lib/libMrm.so.4.0.1
/usr/lib/libUil.so.3.0.2
/usr/lib/libUil.so.4.0.1
/usr/lib/libXm.so.3.0.2
/usr/lib/libXm.so.4.0.1
If its not there then create it below mentioned manner,
 

1. As root:

mkdir -p /usr/X11R6/lib
 
2. Make Links To The Original Files:

cd /usr/X11R6/lib
ln -s /usr/lib/libMrm.so.3.0.2 .
ln -s /usr/lib/libMrm.so.4.0.1 .
ln -s /usr/lib/libUil.so.3.0.2 .
ln -s /usr/lib/libUil.so.4.0.1 .
ln -s /usr/lib/libXm.so.3.0.2 .
ln -s /usr/lib/libXm.so.4.0.1 .

Make Links With An Abbreviated Name:

 

ln -s /usr/lib/libXm.so.3.0.2 libXm.so.3
ln -s /usr/lib/libXm.so.4.0.1 libXm.so.4
ln -s /usr/lib/libXm.so.4.0.1 libXm.so
ln -s /usr/lib/libUil.so.4.0.1 libUil.so.4
ln -s /usr/lib/libUil.so.3.0.2 libUil.so.3
ln -s /usr/lib/libUil.so.4.0.1 libUil.so
ln -s /usr/lib/libMrm.so.4.0.1 libMrm.so.4
ln -s /usr/lib/libMrm.so.3.0.2 libMrm.so.3
ln -s /usr/lib/libMrm.so.4.0.1 libMrm.so
ln -s /usr/lib/libMrm.so.3.0.2 libMrm.so.2
ln -s /usr/lib/libUil.so.3.0.2 libUil.so.2
ln -s /usr/lib/libXm.so.3.0.2 libXm.so.2

3. Check the issue again forms will open without FRM 92101 error.

Please Kindly share your comments.

2 comments:

  1. Here is solution for windows environment

    http://mujahidalishahani.blogspot.ae/2014/10/frm-92101-there-was-failure-in-forms.html

    ReplyDelete
  2. still same error:

    [root@localhost lib]# pwd
    /usr/X11R6/lib
    [root@localhost lib]# ls -ltrh
    total 0
    lrwxrwxrwx 1 root root 23 Jul 11 09:42 libXm.so.3.0.2 -> /usr/lib/libXm.so.3.0.2
    lrwxrwxrwx 1 root root 24 Jul 11 09:42 libUil.so.4.0.1 -> /usr/lib/libUil.so.4.0.1
    lrwxrwxrwx 1 root root 24 Jul 11 09:42 libUil.so.3.0.2 -> /usr/lib/libUil.so.3.0.2
    lrwxrwxrwx 1 root root 24 Jul 11 09:42 libMrm.so.4.0.1 -> /usr/lib/libMrm.so.4.0.1
    lrwxrwxrwx 1 root root 24 Jul 11 09:42 libMrm.so.3.0.2 -> /usr/lib/libMrm.so.3.0.2
    lrwxrwxrwx 1 root root 23 Jul 11 09:42 libXm.so.4.0.1 -> /usr/lib/libXm.so.4.0.1
    lrwxrwxrwx 1 root root 23 Jul 11 09:42 libXm.so.4 -> /usr/lib/libXm.so.4.0.1
    lrwxrwxrwx 1 root root 23 Jul 11 09:42 libXm.so.3 -> /usr/lib/libXm.so.3.0.2
    lrwxrwxrwx 1 root root 23 Jul 11 09:42 libXm.so -> /usr/lib/libXm.so.4.0.1
    lrwxrwxrwx 1 root root 24 Jul 11 09:42 libUil.so.4 -> /usr/lib/libUil.so.4.0.1
    lrwxrwxrwx 1 root root 24 Jul 11 09:42 libUil.so.3 -> /usr/lib/libUil.so.3.0.2
    lrwxrwxrwx 1 root root 24 Jul 11 09:42 libUil.so.2 -> /usr/lib/libUil.so.3.0.2
    lrwxrwxrwx 1 root root 24 Jul 11 09:42 libUil.so -> /usr/lib/libUil.so.4.0.1
    lrwxrwxrwx 1 root root 24 Jul 11 09:42 libMrm.so.4 -> /usr/lib/libMrm.so.4.0.1
    lrwxrwxrwx 1 root root 24 Jul 11 09:42 libMrm.so.3 -> /usr/lib/libMrm.so.3.0.2
    lrwxrwxrwx 1 root root 24 Jul 11 09:42 libMrm.so.2 -> /usr/lib/libMrm.so.3.0.2
    lrwxrwxrwx 1 root root 24 Jul 11 09:42 libMrm.so -> /usr/lib/libMrm.so.4.0.1
    lrwxrwxrwx 1 root root 23 Jul 11 09:42 libXm.so.2 -> /usr/lib/libXm.so.3.0.2




    15/07/11 08:24:43 FormsServlet init():
    configFileName: /d01/oracle/VIS/inst/apps/VIS_localhost/ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    15/07/11 08:24:43 Oracle Containers for J2EE 10g (10.1.3.4.0) initialized
    15/07/11 08:25:37 Shutting down...
    15/07/11 08:26:27 FormsServlet init():
    configFileName: /d01/oracle/VIS/inst/apps/VIS_localhost/ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    15/07/11 08:26:30 Oracle Containers for J2EE 10g (10.1.3.4.0) initialized
    15/07/11 09:34:49 ListenerServlet init()
    15/07/11 09:34:52 Forms session <1> aborted: runtime process failed during startup with errors /d01/oracle/VIS/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

    15/07/11 09:39:27 Forms session <2> aborted: runtime process failed during startup with errors /d01/oracle/VIS/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

    15/07/11 09:43:06 Forms session <3> aborted: runtime process failed during startup with errors /d01/oracle/VIS/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


    ReplyDelete