I opened a putty session in one window and tailed the apache access log. On another window I opened Internet Explorer and arranged both side by side. I logged in successfully. The OA framework page showing responsibilities came up. I chose System Administrator and clicked on Concurrent Requests. Internet Explorer stopped there progress bar froze at midway. Apache access log showed HTTP-403:
192.168.122.10 - - [02/Apr/2009:18:12:03 -0400] "GET /pls/apps11i/fnd_icx_launch.launch?resp_app=SYSADMIN&resp_key=SYSTEM_ADMINISTRATOR&secgrp_key=STANDARD&start_func=FND_FNDCPQCR_SYS&other_params= HTTP/1.1" 403 244 0
I checked the $IAS_CONFIG_HOME/Apache/Apache/conf/httpd_pls.conf file and found these lines:
Allow from apps11i.justanexample.dev.com
This was incorrect. It should have been:
Allow from apps11i.dev.justanexample.com
Once I corrected this and bounced Apache, no more HTTP-403 errors appeared and forms launched correctly
1 comment:
Hi Vikram,
I have done with instalation as R12.1.1 on Oracle Enterprice Linux 5.3.
i am getting the error while connecting to formserver FRM-92050 when i see the details it has thrown an jave Exception like
Details...
Java Exception:
Java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:68)
at oracle.forms.net.EncryptedlnputStream.fill(Unkonwn Source)
at oracle.forms.net.EncryptedlnputStream.read(Unkonwn Source)
at java.io.DataInputStream.readlnt(DataInputStream.java:370)
at oracle.forms.net.SocketConnection.connect(Unknown Source)
at oracle.forms.engine.FormsDispatcher.initConnection(Unknown Source)
at oracle.forms.engine.FormsDispatcher.init(Unknown Source)
at oracle.forms.engine.Runform.initConnection(Unknown Source)
at oracle.forms.engine.Runform.startRunform(Unknown Source)
at oracle.forms.engine.Main.createRunform(Unknown Source)
at oracle.forms.engine.Main.start(Unknown Source)
at sun.applet.AppletPanel.run(AppletPanel.java:465)
at java.lang.Thread.run(Thread.java:619)
using browser is Mozilla Firefox
Note:- i have been changed from servelet mode to socket mode.
Please guide me to solve this prob...
Advance Thanks
Jeevan
Post a Comment