Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Forms web deployment problem

Forms web deployment problem

From: <cary_at_nams.net>
Date: 1998/10/12
Message-ID: <6vta2j$fh2$1@nnrp1.dejanews.com>#1/1

Hello,

     I'm trying to deploy my first Oracle form to my OWAS and am getting some java applet errors. The setup is NT 4.0/OWAS 3.0.1/Developer 2.1 (deployment installation)/Oracle 8 on my server. The Forms 5.0 form was developed on a Win95 workstation and has been transferred to the NT server. The steps I have taken to configure the system are as follows:

  1. new listener created for port=9000 2. virtual paths/physical paths assigned to this listener for java class, java archive, and html directories
  2. new forms cartridge created and configured: A. Object Path=E:\ORANT\BIN\F50WEBC.DLL B. Entry Point=form_entry C. Virtual path=/forms50, Physical path=E:\ORANT\BIN\ D. baseHTML=E:\ORANT\FORMS50\html\f50base.htm 4. f50base.htm created from cartridg.htm and configured: A. CODEBASE set appropriately in APPLET tag
  3. CODE set appropriately in APPLET tag C. PARAM name="serverArgs" value="module=/orabin/my.fmx"

When I try to fire up the form using the virtual directory associated with the cartridge, the page comes up fine and the applet is started. However, nothing much happens after that. After awhile, the following java errors come up in a separate window:

FRM-99999: Failed to connect to the server: {name_of_my_server}:9000 Details.....
Java Exception:
oracle.forms.uiClient.v1_4.engine.RunformException: FRM-99999: Failed to connect to the server: {name_of_my_server}:9000

at oracle/forms/uiClient/v1_4/engine/Runform.initConnection (Runform.java)
at oracle/forms/uiClient/v1_4/engine/Runform.startRunform (Runform.java)
at oracle/forms/uiClient/v1_4/engine/Runform.run (Runform.java)
at java/lang/thread.run (thread.java)

The errors have nothing to do with the cartridge I created since the same thing happens when I access the page directly (in the URL). Furthermore, the listener is clearly running properly. Can someone tell me what step I am missing or what might be happening here? Thanks in advance.

Cary

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Mon Oct 12 1998 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US