Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Help run form on web
Hi, All !
I have problem start my form on the Web.
I have Oracle Web Server 2.1, Forms 5.0 there are on NT 4
ORACLE_HOME is C:\orant
Forms is installed in directory E:\orant\forms50
I had created form class.fmx.
The Forms Server Listener resides on port 9090.
I had created virtual directories as following: šApplet_codebaseš e:\orant\forms50\java\šš as /web_code/ šHtml filesš E:\VL\OWS\html\šš as /web_html/ šJar filesšš e:\orant\forms50\java\šš as /web_jars/
I had created HTML file as written in guidelines.
<HTML>
<!-- FILE: static.htm -->
<!-- Oracle Static (Non-Cartridge) HTML File Template (Windows NT) -->
<!-- Rename, and modify tags and parameter values as needed -->
<HEAD><TITLE>Developer/2000 for the Web</TITLE></HEAD>
<BODY><BR>Please wait while the Forms Client class files download and
run.
ššššš <BR>This will take a second or two...
<P>
<!-- applet definition (start) -->
<APPLET CODEBASE="/web_code/"
ššššššš CODE="oracle.forms.uiClient.v1_4.engine.Main"
ššššššš ARCHIVE="/web_jars/f50web.jar"
ššššššš HEIGHT=20
ššššššš WIDTH=20>
<PARAM NAME="serverPort"
šššššš VALUE="9090">
<PARAM NAME="serverArgs"
šššššš VALUE="module=E:\VL\OWS\web_forms\class.fmx userid=rus/»my
password»@ibso">
š
</APPLET>
<!-- applet definition (end) -->
</BODY>
</HTML>
š
After I run my web browser with URL http://vl:9090/web_html/classes.htm.
In browser I see only text «This will take a second or two...» from html file and small gray square.
In Internet Explorer 4.0 in status string I see «Applet started». In Netscape Communicator 4.0 in status string I see “Applet oracle.forms.uiClient.v1_4.engine. Main running”. And nothing more.
Latter popup window with text:
šFrm-99999: Failed to connect to the Server: vl:9090
šDetails:
šJava Exception:
oracle.forms.uiClient.v1_4.engine.RunformException:
Frm-99999: Failed to connect to the Server: vl:9090
at
oracle/forms/uiClient/v1_4/engine.Runform.initConnection
at
oracle/forms/uiClient/v1_4/engine.Runform.startRunform
Anybody could give me any advices.
š
Sincerely,
Vadim.
Answer, please, send to vl_at_ftc.ru.
š
Received on Tue Nov 10 1998 - 03:22:07 CST
![]() |
![]() |