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

Home -> Community -> Usenet -> c.d.o.server -> Web Forms

Web Forms

From: <phil.webb_at_health.wa.gov.au>
Date: 1998/03/23
Message-ID: <6f7b8i$qik$1@nnrp1.dejanews.com>#1/1

We are attempting to set up web forms on a DG Intel Machine (DG/UX Release R4.20MU01 AViiON). I have pasted in below some details of our setup that we sent to Oracle Support. At this stage they have not been able to help. Any information that anyone else might be able to provide (email phil.webb_at_health.wa.gov.au) would be really appreciated.

WHAT WE ARE USING: Oracle 7.3.3.4
Developer/2000 1.4W for DG UNIX

If server is not started: Applet downloads runs and gets following error (this is included to demonstrate that the applet appears to download and work and is trying to connect to the server)

FRM-99999: Failed to connect to the Server: 165.118.251.6:9001

Details:
Java Exception:
oracle.forms.uiClientv1_4.engine.RunformException: FRM-99999: Failed to connect to the Server: 165.118.251.6:9001
at
oracle/forms/uiClient/v1_4/engine/Runform.initConnection

Start the forms server with the f45ctl start port=9001 pool=3 (NOTE: screen output displayed)

NOTT RPHFM7 /catalog/dbms/oracle/product/orfmt17 > f45ctl start port=9001 pool=3

Forms environment:
DISPLAY = 165.118.251.6
ORACLE_HOME = /catalog/dbms/oracle/product/orfmt17 PATH =
/catalog/dbms/oracle/product/orfmt17/bin:/home/he00686/bin:/usr/local/dbar/sbi

n:/catalog/apps/topas/src/ver90000/bin:/catalog/dbms/oracle/product/orfmd87og/
apps/topas/src/ver90000/bin:/catalog/dbms/oracle/product/orfmd87/bin:/usr/loca
talog/apps/adm/product/oracare/ver31600/bin:/catalog/apps/topas/product/test/b
iatalog/dbms/oracle/product/orfmt17/bin
LD_LIBRARY_PATH = /catalog/dbms/oracle/product/orfmt17/lib: FORMS45_PATH = /catalog/dbms/oracle/product/orfmt17/forms45/html:

Forms listener started on port 9001.

Result of ps -eaf | grep f45 (NOTE: does not show port=9000 pool=3)

he00686 12126 1 1 07:10:24 pts/0 0:00 f45srvm port pool

If server is started: Applet downloads, runs and gets following error (When this message displays the server side user session that started the forms listener a message like: Failed to talk to process nnnnn)

FRM-99999: A network error occurred, the client will not be able to continue

Details:
Java Exception:
java.net.SocketException: Connection reset by peer at java/netSocketInputStream.socketRead
at java/net/SocketInputStream.read
at oracle/forms/uiClient/v1_4/net/EncryptedInputStream.fill at oracle/forms/uiClient/v1_4/net/EncryptedInputStream.read at java/io/DataInputStream.readUnsignedShort

at oracle/forms/uiClient/v1_4/engine/Message.readDetails
at oracle/forms/uiClient/v1_4/engine/MessageList.readDetails
at oracle/forms/uiClient/v1_4/net/SocketConnection.execute
at oracle/forms/uiClient/v1_4/engine/Runform.onMessage
at oracle/forms/uiClient/v1_4/engine/Runform.startRunform
at oracle/forms/uiClient/v1_4/engine/Runform.run

This is the html we are using (NOTE: We have also tried with archive= parameter)

<HTML>
<HEAD>
<TITLE>Test Form</TITLE>
</HEAD>
<BODY>
<applet codebase="/f45java/" code="oracle.forms.uiClient.v1_4.engine.Main"
height=200 width=100>
<param name="serverHost" value="165.118.251.6">
<param name="serverPort" value="9001">
<param name="serverService" value="Testing Web Forms 1.4">
<param name="serverArgs" value="module=/home/he00686/module1
userid=ops$he00443/he004
43_at_orfmt17">
</applet>
</BODY>
</HTML>

INCONSISTENCIES The online and written documentation imply that when f45ctl is run, ps -eaf | grep f45 will display the pool number and port number: this doesn't happen

The online documentation implies that the forms server process is called f45runm. The ORACLE_HOME/bin directory does not contain a f45runm but it does contain a f45webm.

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Mon Mar 23 1998 - 00:00:00 CST

Original text of this message

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