Re: Help run form on Web

From: Vladimir A.Pasechnik <vpas_at_unisoft.dp.ua>
Date: 10 Nov 1998 19:51:19 +0200
Message-ID: <AAwu6IsCfS_at_unisoft.dp.ua>


Hi Vadim.

   May be, it happens because, Forms Server Listener not the same as Oracle Web Listener. And they should have different port numbers. To start Forms Server Listener you can use the program <ORACLE_HOME>\bin\f45srv32 port=<port>. To configuring Oracle Web Listener you should use Oracle Web Listener Administration page.

For example:
If Forms Server Listener port number is 9000 (default)   and Oracle Web Listener port number is 9090. Then URL must look like this: http://vl:9090/web_html/classes.htm and parameter "serverPort" must be 9000. (<PARAM NAME="serverPort" VALUE="9000">)   Hope This Helps

  Pasechnik Vladimir e-mail: vpas_at_unisoft.dp.ua   UniSoft
  Ukraine

In <36480525.C5B8448A_at_ftc.ru> Vadim Lewlin (vl_at_ftc.ru) wrote:

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

Original text of this message