2011/10/12

FRM-92101

Oracle E-Business Suites R12

OS

Oracle Linux 6.1

Error details

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.

Cause

Missing libXm.so.2 or version not match

Solution

Try to make a symbolic link

 [root@demo ~]# cd /usr/lib
 [root@demo lib]# ls -al | grep libXm


lrwxrwxrwx. 1 root root       14 Oct 11 23:18 libXm.so -> libXm.so.4.0.3
lrwxrwxrwx. 1 root root       14 Oct 11 23:18 libXm.so.3 -> libXm.so.3.0.2
-rwxr-xr-x. 1 root root  2673544 Jul 25  2010 libXm.so.3.0.2
lrwxrwxrwx. 1 root root       14 Oct 11 23:18 libXm.so.4 -> libXm.so.4.0.3
-rwxr-xr-x. 1 root root  2747944 Jul  7  2010 libXm.so.4.0.3


 [root@demo lib]#  ln -s libXm.so.3.0.2 libXm.so.2