Re: Help needed on developer 2000 : deploying on the web

From: Rainer Scheel <rainer.scheel_at_sno.drs1.x400.sni.de>
Date: Thu, 18 Jun 1998 14:45:20 +0200
Message-ID: <35890BE0.F0C95D8B_at_sno.drs1.x400.sni.de>


I had the same problem, but forgot the solution ):
1st guess:
Tell your Web Server where your virtual root "http://col089520928a.art.alcatel.fr:9000/" is physically,
for example "c:\ORANT\FORMS45\java"
2nd guess: The browser typically talks to the web server via port 80  (http://col089520928a.art.alcatel.fr:80/). Port 9000 is typically used by the web server to talk to the forms server (f45srv32.exe).

You might find it useful to use appletviewer from SUN as a first step. I had trouble with both Netscape Communicator 4.04 and MSIE 4...

Please feel free to contact me again.
Rainer Scheel
 

christophe godard wrote:

I have a problem in deploying a .fmx example application on the web
with "developper 2000/developer 2000 server".

I have also an Apache web server (on the port 9000) and a Netscape
browser.

In order to acces to this .fmx with netscape browser via an applet
java, I read the following online documentation : "developer/2000
guidelines for building applications, Deploying Applications on the
Web", and followed all the recommendations to create a
"static (non-cartridge) HTML" file.

In Netscape, the applet java runs but the .fmx doesn't run. I have the
following error message in
a dialog box :

Java exception:
oracle.forms.uiclient.v1_4engine.RunformsException: FRM-99999:
Registry file
http://col089520928a.art.alcatel.fr:9000/web_code/oracle/forms/uiClient/v1_4/util/Registry.dat
is missing.
at java.lang.Throwable.<init>(Compiled code)
at java.lang.Exception.<init>(Compiled code)
*at oracle.forms.uiClient.v1_4.engine.RunformException.<init>(Compiled
Code)
at oracle.forms.uiClient.v1_4.engine.Runform.initRegistry(Compiled
Code)
at oracle.forms.uiClient.v1_4.engine.Runform.startRunform(Compiled
Code)
at oracle.forms.uiClient.v1_4.engine.Runform.Runform.run(Compiled
Code)
at java.lang.Thread.run(Compiled Code)

In the Java Console I have also :

#error: Inconsisten files in META-INF directoryd(-7886)
#       jar file: c:\TEMP\jzipGOGJ.TEMP
#       path:     c:\TEMP\jzipGOGJ.TEMP
#Error: loading of signatures has failed(-1)
#       jar file: c:\TEMP\jzipGOGJ.TEMP
#       path:     /web_code/
netscape.security.AppletSecurityException:
security.checksystemclipboardaccess:security.checksystemclipboardaccess

I put all needed alias in the "srm.conf" Apache file as described in
Step 3A of the "Deploying Applications on the Web" documentation.

My "static non cartridge HTML" file is :

<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="9000">

<PARAM NAME="serverArgs"
       VALUE="module=c:\orant\bin\maquette_caract_gen.fmx
userid=system/manager_at_">

<PARAM NAME="serverApp"
       VALUE="default">

</APPLET>
<!-- applet definition (end) -->

</BODY>
</HTML>

Could you please help me to solve this problem ?

Thanks in advance.

Best Regards.

Christophe Godard.

Project Leader Engineer
Alcatel Business System
32 ave kleber
92707 Colombes Cedex (France)

Email: christophe.godard_at_art.alcatel.fr
Phone Number: (33) 1 55 66 37 31
Fax: (33) 1 55 66 44 17

  Received on Thu Jun 18 1998 - 14:45:20 CEST

Original text of this message