BJCooperIT
Programmer
I have Oracle 10(g 10.2.0.1.0) installed on my PC. My problem is that when I start an OC4J listener and then try to run a form from Forms Builder, the browser opens to a white page that says "ORACLE FORMS." and then stops.
My Forms Builder Runtime Preference for Application Server URL is:
The following modification was made to formsweb.cfg:
Also, this line was modified in default.env:
There was a suggestion regarding turning on the "Allow active content to run in files on My Computer*" checkbox in Internet Explorer, but it did not help and I was told we were not permitted to modify that setting. So I unchecked it and now have the same setup as my team member - runform works for her.
I am suspicious of my listener because it is giving a java.lang.NoClassDefFoundError.
After performing countless searches for the solution, none of them have solved the problem. Could anyone here point me in the right direction?
Thanks
[sup]Beware of false knowledge; it is more dangerous than ignorance. ~ George Bernard Shaw[/sup]
Consultant Developer/Analyst Oracle, Forms, Reports & PL/SQL (Windows)
My Forms Builder Runtime Preference for Application Server URL is:
Code:
[URL unfurl="true"]http://<my_pc_name_obscured>:8889/forms/frmservlet/?[/URL]
Code:
form=C:\My_SQL\Forms\startup.fmx
Code:
FORMS_PATH=C:\My_SQL\Forms;c:\Oracle10gR2DS\forms
I am suspicious of my listener because it is giving a java.lang.NoClassDefFoundError.
After performing countless searches for the solution, none of them have solved the problem. Could anyone here point me in the right direction?
Thanks
[sup]Beware of false knowledge; it is more dangerous than ignorance. ~ George Bernard Shaw[/sup]
Consultant Developer/Analyst Oracle, Forms, Reports & PL/SQL (Windows)