Problem Description:
We installed 1204 fresh instance then upgraded to RUP6. After completion of rup6 activity the instace was working fine all the services are running fine without any failure.
The main problem encountered when we are accessing forms they are opening fine after some time they got hang state/r FRM-92101,92102 errors were frequently araising after some time. The root cause of this issue is below
[Wed Feb 4 11:11:12 2009] [notice] Oracle-Application-Server-10g/10.1.3.0.0 Oracle-HTTP-Server configured -- resuming normal operations
[Wed Feb 4 11:11:12 2009] [notice] Accept mutex: fcntl (Default: fcntl)
[Wed Feb 4 11:26:19 2009] [error] [client 122.169.29.45] [ecid: 1233726979:192.168.1.202:6608:0:23,0] Directory index forbidden by rule: /erpapps/UAT/apps/apps_st/comn/java/classes/
[Wed Feb 4 11:45:02 2009] [error] [client 122.169.46.193] [ecid: 1233728102:192.168.1.202:6547:0:37,0] Directory index forbidden by rule: /erpapps/UAT/apps/apps_st/comn/java/classes/
[Wed Feb 4 11:45:02 2009] [error] [client 122.169.46.193] [ecid: 1233728102:192.168.1.202:6547:0:38,0] File does not exist: /erpapps/UAT/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
[Wed Feb 4 11:45:02 2009] [error] [client 122.169.46.193] [ecid: 1233728102:192.168.1.202:6547:0:39,0] File does not exist: /erpapps/UAT/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
[Wed Feb 4 13:35:05 2009] [error] [client 122.169.50.30] [ecid: 1233734705:192.168.1.202:5705:0:62,0] Directory index forbidden by rule: /erpapps/UAT/apps/apps_st/comn/java/classes/
[Wed Feb 4 13:37:40 2009] [error] [client 122.169.50.30] [ecid: 1233734860:192.168.1.202:5704:0:124,0] Directory index forbidden by rule: /erpapps/UAT/apps/apps_st/comn/java/classes/
[Wed Feb 4 13:37:40 2009] [error] [client 122.169.50.30] [ecid: 1233734860:192.168.1.202:5704:0:125,0] File does not exist: /erpapps/UAT/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
[Wed Feb 4 13:37:41 2009] [error] [client 122.169.50.30] [ecid: 1233734861:192.168.1.202:5704:0:126,0] File does not exist: /erpapps/UAT/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
[Wed Feb 4 13:42:02 2009] [error] [client 122.169.50.30] [ecid: 1233735122:192.168.1.202:5709:0:72,0] Directory index forbidden by rule: /erpapps/UAT/apps/apps_st/comn/java/classes/
[Wed Feb 4 13:42:02 2009] [error] [client 122.169.50.30] [ecid: 1233735122:192.168.1.202:5709:0:73,0] File does not exist: /erpapps/UAT/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
[Wed Feb 4 13:42:02 2009] [error] [client 122.169.50.30] [ecid: 1233735122:192.168.1.202:5709:0:74,0] File does not exist: /erpapps/UAT/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif


cause:
The Rapidinstall created symbolic links to an area not on the system.
Possibly to an internal Oracle test area.
The file "ldflags" in $ORACLE_HOME/lib32 is missing or pointing to a wrong location
Solution:
To implement the solution, please execute the following steps:
1.The file "ldflags" in $ORACLE_HOME/lib32 is missing or pointing to a wrong location, recreate
the symbolic link
$ rm $ORACLE_HOME/lib32/ldflags
$ ln -s $ORACLE_HOME/lib/ldflags $ORACLE_HOME/lib32/ldflags
make -f ins_forms.mk install
2.Relink the forms executables. Please follow the next below steps:
2.1. Source the Applications environment file
2.2. Run the folloiwng comand to relink the forms from 10.1.2 home/lib folder
make -f ins_forms.mk install
Or make -if ins_forms.mk install
2.3.generate all forms through adadmin.
2.4. Re-test the issue.
