(unknown charset) Help run form on Web

From: (unknown charset) Vadim Lewlin <vl_at_ftc.ru>
Date: Tue, 10 Nov 1998 15:19:33 +0600
Message-ID: <36480525.C5B8448A_at_ftc.ru>



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/
[Quoted]  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.
[Quoted]       <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"
[Quoted]        VALUE="module=E:\VL\OWS\web_forms\class.fmx userid=rus/»my
password»_at_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 - 10:19:33 CET

Original text of this message