Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem running a form from Forms Builder

Status
Not open for further replies.

BJCooperIT

Programmer
May 30, 2002
1,210
US
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:
Code:
[URL unfurl="true"]http://<my_pc_name_obscured>:8889/forms/frmservlet/?[/URL]
The following modification was made to formsweb.cfg:
Code:
form=C:\My_SQL\Forms\startup.fmx
Also, this line was modified in default.env:
Code:
FORMS_PATH=C:\My_SQL\Forms;c:\Oracle10gR2DS\forms
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)
 
hi gents

i'm having the same problem so would appreciate some pointers. i'm running forms 10.1.2.0.2 on windows2003.

regards
MA
 
My problem is finally resolved. The Oracle Developer Suite was improperly installed. Hope that helps someone.

[sup]Beware of false knowledge; it is more dangerous than ignorance. ~ George Bernard Shaw[/sup]
Consultant Developer/Analyst Oracle, Forms, Reports & PL/SQL (Windows)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top