Login  Register

Re: FRM-92101: there was a failure in the forms server during startup

Posted by ErmanArslansOracleBlog on Feb 06, 2022; 8:22pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/FRM-92101-there-was-a-failure-in-the-forms-server-during-startup-tp10615p10634.html

Your RPMs seem ok..
This seems to be related with the libraries present in the directory  /p02/applpnf/PNF/fs1/EBSapps/10.1.2/lib..

It doesn't look related with java.

We are failing while compiling the frmweb and it is a long command line used there.. There are java lib folder there as well, but gcc complains about the following ->

cat: /p02/applpnf/PNF/fs1/EBSapps/10.1.2/lib/ldflags: Too many levels of symbolic links
cat: /p02/applpnf/PNF/fs1/EBSapps/10.1.2/lib/ldflags: Too many levels of symbolic links
cat: /p02/applpnf/PNF/fs1/EBSapps/10.1.2/lib/ldflags: Too many levels of symbolic links
cat: /p02/applpnf/PNF/fs1/EBSapps/10.1.2/lib/ldflags: Too many levels of symbolic links
/usr/bin/ld: warning: -z lazyload ignored.
/usr/bin/ld: /p02/applpnf/PNF/fs1/EBSapps/10.1.2/lib//libnnz10.so: undefined reference to symbol 'ldap_memfree'
/p02/applpnf/PNF/fs1/EBSapps/10.1.2/lib/libclntsh.so.10.1: error adding symbols: DSO missing from command line


**So we may try backup (move) /p02/applpnf/PNF/fs1/EBSapps/10.1.2/lib to a backup folder and then copy that 10.1.2/lib directory from other instance which doesn't have the similar problems and then try recompiling the forms..

--you didn't install any patches to 10.1.2 home .. any patches that may change the files in 10.1.2/lib right? If you didn't, then you can try the action plan I suggested above.

A similar action plan given in note -> EBS R12: After App Tier Restore Forms Cannot Be Launched / Started up (Doc ID 2457777.1).. It is due to a corruption, but here we may be dealing with a similar thing.. These errors are unexpected, so this is worth a try...