FRM-99999 java exception

Hi OTN members,
I tried to configure web application server 3 with oracle 8.0.4
and developer server 2.1.
When i try to open a form on the web.it gives me frm 99999 error
which says java exception
when details button is clicked it says unable to connect to
server <ip address:8888> along with a list of stacked messages.
Iam using winnt 4.0 with service pack 3
Has any one ever faced this problem please let me know as this
matter is most crucial to me.
Thanks in advance
Arun.C
null

Hi Arun !!
This problem occurs when your Forms Server listner
process is not started or it is running on some port which is
different from the port specified in your htm file i.e. (value
against serverPort.
Try these steps.
On command run prompt type
<ORACLE_HOME>\bin\fin\f50srv32 port = port_number
for example :
type
d:\orant\gin\f50srv32 port= 9000
Any unused port can be specified.Port 9000 is the default port
if not specified.
After starting the form server listner process it is must to
check whether it is actually started or not,as the case sometime
it may happen that the port you specified may already be
engaged.
Go to Task Manager and look for process F50SRV32.EXE.
Make sure that the port you had specified for form server
listner process must be same as specified in your htm file's
param name "serverPort" value .
Navneet
null

Similar Messages

  • FRM-92100 Java Exception (jacob)

    I'm using Jacob to load specific parts of Office documents into an Oracle database. This works successfully in 99.9% of cases although some users experience intermittent problems which can't be pinned down to a particilar office document and appear to be totally random. The error message indicates that the exception occurs when trying to close the Word session down.
    The error message is as follows:
    FRM-92100: Your connection to the Server was interrupted.
    Details:
    Java Exception:
    com.jacob.com.ComFailException: A COM exception has been encountered:
    At invoke of: Quit
    Description: Not enough storage is available to complete this operation.
    I have seen several references to the 92100 catch all error code but none that tie in with this description.
    Could anyone point me in the right direction as to what's causing this error? My first assumption would be the RAM available on the users PC at time of transfer but can't pin this down.
    Many thanks.

    I think that fix for bug 5375851 has resolved the problem mentioned and hence this shall be of help.
    Thanks,
    Message was edited by:
    user482823

  • FRM-92101 - java exception - unable to  communicate with runtime process

    We have a Forms application developed in Forms 10.1.2.0.2. One of our forms gives a unusual error. This error comes from any client machine we run the application.
    Our menu form (menu.fmb), in it's ON-LOGON trirgger, calls a form called login.fmb. Login has a canvas where username, pwd and db is specified with Login an Cancel buttons.
    Problem is with the EXIT_FORM build it. When the form tries to execute this built in we get the Dr. Watson type screen with 2 buttons (Details... and OK). The alert says
    FRM-92101: There was a failure in the Forms Server during startup. This could happen
    due to invalid configuration. Please look into the web-server log file for details.When we press the Details... button we get
    java exception
    oracle.forms.net.ConnectionException: Forms session <> aborted: unable to
    communicate with runtime processWe tried the "compile all" option as suggested by Note ID 444690.1 but no effect.
    This question's ( http://tiny.cc/fpcfmw ) answer suggests to update the hosts files but it is not clear as to which hosts file (client, application server) and what information to put there.
    Any help on this would be greatly appreciated.

    FRM-92101 means that the Forms runtime (frmweb.exe) crashed or could not be started. This has nothing to do with a network connection, unless your environment is configured with load balancing and session binding has not been enabled.
    Given that you are using 10.1.2.0, this could be a bug which likely was corrected in a newer version. If you have a MyOracleSupport account, I recommend you patch to 10.1.2.3 (Patch ID 5983622). After doing so, I would further recommend that you install the latest Forms Bundle patch on top of that, as it includes a few fixes which may be related to your problem. See patch ID 9593176 and Note 1188127.1

  • FRM-99999 Error - java.io.eofexception

    Hi,
    We are having the infamous FRM-99999 error coming up when we try to save a record on a form deployed over the web ONLY when we log on as a NON-Schema owner. Under client server it works fine and when loggin on as the schema owner it works fine. I have an open TAR with Oracle and it looks like it will be fixed in 6i. A work around is to create private synonyms under each user (very unacceptable)..
    System Is:
    Digital Tru UNIX 4.0E
    Oracle 8.05
    OAS 4.0.7
    Developer 6.0.5.33
    Jinit 1.1.1.18
    Has anyone run into this problem?
    Thanks,
    Anton Ochss
    Great Lakes Gas Transmission

    mank02,
    looks like you are trying to connect to mysql database on port 80. This is incorrect. Port 80 is typically used for HTTP. Mysql dabases typically communicate on port 3306 by default. So I am assuming the WAMP installation installed everything using default configurations you should specify port 3306 for your DB connection settings.
    User: user
    Password: pass
    Server: localhost
    (MYSQL DB COMMUNICATIONS) Port :3306
    Database Name: dbname
    Hope that helps.

  • Developer 6.0 web deployment /FRM-99999

    Hi all,
    we are getting following error message, when we try to start forms in a WEB Browser (IE5).
    FRM-99999: A network error occured the client will not be able to
    continue
    Details
    Java Exception
    java.net.SocketException:Connection Reset by peer
    at java.net.SocketInputStream.read(Compiled Code)
    at oracle.forms.net.EncryptedInputStream.fill(Compiled Code)
    at
    oracle.forms.net.EncryptedInputStream.read(EncryptedInputStream.j
    ava)
    at java.io.DataInputStream.readUnsignedByte(Compiled Code)
    at oracle.forms.engine.Message.readDetails(Compiled Code)
    at oracle.forms.engine.Message.readDetails(Message Java)
    at oracle.forms.netStreamMessageReader.run(Compiled Code)
    We tried everything to made it work , but without luck.
    WE use:
    WINNT4 Workstation with SP5
    Oracle Database 8.0.5
    OAS 4.0.8
    Developer6.0 with Patch5a
    Jinitiator 1.1.7.18
    Please help us
    Thanks in advance
    Stefan, Oliver
    null

    Hi
    We've had the same problem, and it had to do with the setting of tooltip_text, on items.
    If tooltip_text was null in the fmb, we got FRM-99999 when setting it in runtime.
    Added bogus tooltip_text in fmb, and were then able to set it in runtime as well.
    vidar
    Elkem ASA

  • ERROR FRM-99999 USING FORMS SERVER

    I'm trying to deploy new applications on the Web using OAS and
    Developer Server. When I am trying to connect via the browser or
    via the appletviewer to a simple form in Developer Server I get
    this error in the Oracle Developer Forms Runtime - Web window:
    FRM-99999: A network error ocurred, the client will not be able
    to continue
    Details...
    Java Exception:
    java.net.SocketException: Connection reset by peer
    at java.net.SocketInputStream.read(Compiled Code)
    at oracle.forms.net.EncryptedInputStream.fill(Compiled Code)
    at
    oracle.forms.net.EncryptedInputStream.read(EncryptedInputStream.j
    ava)
    at java.io.DataInputStream.readUnsignedByte(Compiled Code)
    at oracle.forms.engine.Message.readDetails(Compiled Code)
    at oracle.forms.engine.Message.readDetails(Message.java)
    at oracle.forms.net.StreamMessageReader.run(Compiled Code)
    I've installed and configurated the next two differents
    environments:
    OPTION #1
    Windows NT 4.0 with Service Pack 3
    Oracle RDBMS 7.3.4
    Oracle Application Server 4.0.7.0.0
    Oracle Developer 6.0.5.0.2
    Netscape 4.5 and Explorer 5
    Jinititator 1.1.7.11 and Jinitiator 1.1.5.3
    JDK Applet Viewer 1.1.7.11
    OPTION #2
    Windows NT 4.0 with Service Pack 5
    Patch for OAS (OAS_40710_Patch_40bit)
    Oracle RDBMS 8.0.5
    Oracle Application Server 4.0.7.0.0
    Oracle Developer 6.0.5.0.2
    Netscape 4.5 and Explorer 5
    Jinititator 1.1.7.11 and Jinitiator 1.1.5.3
    JDK Applet Viewer 1.1.7.11
    I've tried sockets and http-sockets for the Forms Server
    Listener, but I always get that error and sometimes the Applet
    window doesn3t respond and nothing seems to happen.
    I would like to know if somebody has go this situation throw.
    Thank you very much in advance.
    null

    Hi,
    To use the Webutil, you must sign the WEBUTIL.JAR and JACOB.JAR.
    Using Jarsigner, you have to define the JDK Home and the Jinitiator home.
    I used whe jdk version 1.4.2 and the Jinitiator version 1.3.1.17
    Don't forget to apply this modification.
    Insert the line
    <virtual-directory virtual-path="/webutil" real-path="D:\Forms9i\forms90\webutil" />
    in the file
    $ORACLE_HOME$\j2ee\Oracle9iDS\application-deployments\forms\forms90web\orion-web.xml
    Insert the line
    AliasMatch ^/forms90/webutil/(..*) "D:\Forms9i\forms90\webutil/$1"
    in the file
    $ORACLE_HOME$/forms90/server/forms90.conf
    Of course You have to replace D:\forms9i with your Oracle Home.
    L.

  • FRM-99999: A network error occurred, the client will not...

    Hi Folks,
    I'm getting the below Forms error message appears as an alert,
    while loading it in a browser using static HTML.
    ====
    FRM-99999: A network error occured, the client will not be able
    to continue.
    Details...
    Java Exception
    java.net.SocketException: Socket read failed|
    |at java/net/SocketInputStream.socketRead|
    |at java/net/SocketInputStream.read|
    |at oracle/forms/net/EncryptedInputStream.fill|
    |at oracle/forms/net/EncryptedInputStream.read|
    |at java/io/DataInputStream.readUnsignedByte|
    |at oracle/forms/engine/Message.readDetails|
    |at oracle/forms/engine/Message.readDetails|
    |at oracle/forms/net/StreamMessageReader.run|
    ====
    If you have any solution for this problem, Pls mail me.
    Regards
    Ramasundaram
    ([email protected])
    null

    Erik Martens (guest) wrote:
    : Ramasundaram Perumal (guest) wrote:
    : : Hi Folks,
    : : I'm getting the below Forms error message appears as an
    alert,
    : : while loading it in a browser using static HTML.
    : : ====
    : : FRM-99999: A network error occured, the client will not be
    : able
    : : to continue.
    : : Details...
    : : Java Exception
    : : java.net.SocketException: Socket read failed|
    : : |at java/net/SocketInputStream.socketRead|
    : : |at java/net/SocketInputStream.read|
    : : |at oracle/forms/net/EncryptedInputStream.fill|
    : : |at oracle/forms/net/EncryptedInputStream.read|
    : : |at java/io/DataInputStream.readUnsignedByte|
    : : |at oracle/forms/engine/Message.readDetails|
    : : |at oracle/forms/engine/Message.readDetails|
    : : |at oracle/forms/net/StreamMessageReader.run|
    : : ====
    : : If you have any solution for this problem, Pls mail me.
    : : Regards
    : : Ramasundaram
    : : ([email protected])
    : To troubleshoot your Developer 6 Server
    : WinNT
    : ifsrv60.exe -listen port=9000
    : Unix
    : $ f60ctl start pool=10
    : $ ps -ef | grep f60
    : oracle 24713 24709 2 10:35:47 pts/4 0:01 f60runw
    : webfile=7,2,(null)
    : oracle 24714 24709 2 10:35:47 pts/4 0:01 f60runw
    : webfile=8,3,(null)
    : oracle 24719 24709 2 10:35:49 pts/4 0:01 f60runw
    : webfile=13,8,(null)
    : oracle 24712 24709 2 10:35:47 pts/4 0:01 f60runw
    : webfile=6,1,(null)
    : oracle 24718 24709 2 10:35:48 pts/4 0:01 f60runw
    : webfile=12,7,(null)
    : oracle 24715 24709 2 10:35:47 pts/4 0:01 f60runw
    : webfile=9,4,(null)
    : oracle 24717 24709 2 10:35:48 pts/4 0:01 f60runw
    : webfile=11,6,(null)
    : oracle 24709 1 0 10:35:47 pts/4 0:00 f60srvm
    port=9000
    : pool=10
    : oracle 24720 24709 2 10:35:50 pts/4 0:01 f60runw
    : webfile=14,9,(null)
    : oracle 24716 24709 2 10:35:48 pts/4 0:01 f60runw
    : webfile=10,5,(null)
    : oracle 24711 24709 2 10:35:47 pts/4 0:01 f60runw
    : webfile=5,0,(null)
    I have got the same problem and I do not know how to troubleshoot
    Developer 6 Server with ifsrv60.exe -listen port=9000 command. I
    am working on WinNt server. Can any one help me.
    Thanks
    null

  • FRM-99999 error: client will not be able to continue

    *) I am using deverloper 6.0 and deploying forms 6.0 on the web
    and using netscape browser 4.0.6 and oracle 8i as database.I have
    configured everything according to the help given in developers
    online documents.In the status bar of the browser it shows:
    Applet oracle.forms.engine.Main error: class
    oracle/forms/engine/Main got a security violation: method
    verification error
    *)While in the browser's java console it shows:
    Netscape Communications Corporation -- Java 1.1.5Type '?' for
    options.Symantec Java! ByteCode Compiler Version 210.065
    Copyright (C) 1996-97 Symantec Corporation
    # Error: Invalid Hash of this JAR entry (-7882)
    # jar file: C:\TEMP\jzip5HKR.TMP
    # path: oracle/ewt/alert/Alert.class
    # Error: Strange PKCS7 or RSA failure (-7881)
    # jar file: C:\TEMP\jzip5HKR.TMP
    # path: C:\TEMP\jzip5HKR.TMP
    # Error: loading of signatures has failed (-1)
    # jar file: C:\TEMP\jzip5HKR.TMP
    # path: /f60code/
    # Verifier error oracle/forms/engine/Main.init()V: Cannot find
    class sun/applet/AppletViewer
    # Applet exception: class oracle/forms/engine/Main got a security
    violation: method verification errorjava.lang.VerifyError:
    oracle/forms/engine/Main at
    java.lang.ClassLoader.resolveClass(Compiled Code) at
    netscape.applet.AppletClassLoader.loadClass1(Compiled Code)* at
    netscape.applet.AppletClassLoader.loadClass(Compiled Code) at
    netscape.applet.AppletClassLoader.loadClass(Compiled Code) at
    netscape.applet.DerivedAppletFrame$LoadAppletEvent.dispatch(Compi
    led Code) at
    java.awt.EventDispatchThread$EventPump.dispatchEvents(Compiled
    Code) at java.awt.EventDispatchThread.run(Compiled Code) at
    netscape.applet.DerivedAppletFrame$AppletEventDispatchThread.run(
    Compiled Code)
    *)Now having this problem if we reload the browser the applet
    appears in the browser and the form opens but after some time it
    gives the following error:
    FRM 99999 A network error occured the client will not be able
    to continue
    Details ... Java Exception:java.net SocketException: Socket
    closed
    *)While using forms 5.0, I succesfully deploy the forms on the
    web,but the same error occurs here also after some time:
    FRM 99999 A network error occured the client will not be able
    to continue
    Details ... Java Exception:java.net SocketException: Socket
    closed
    Please let me know if there is anything more i have to configure
    or any NT Service patch or any thing else to install.
    IF ANY ONE KNOWS ABOUT THIS ERROR PLEASE RESPOND
    HARJEET
    null

    Harjeet,
    The current implementation of java in either IE or NS are not
    able to run the classes of Oracle developper...
    You should install the Jinitiator that comes with the Dev6.
    Look for the Object or Embed syntax in the release note or the
    Online manual for the complete syntax.
    Here is a hint:
    <EMBED type="application/x-jinit-applet;version=1.1.7.11"
    width="10" height="10"
    code="oracle.forms.engine.Main" codebase="/form60code/"
    archive ="/form60code/f60small.jar"
    serverPort="9000"
    serverArgs="module=visaphone.fmx userid=use/pass@con"
    serverApp ="default"
    colorScheme="blue"
    separateFrame= "true"
    splashScreen="yes"
    background="no"
    pluginspage="http://new_age/unc-html/jinit_download.htm">
    </EMBED>
    harjeet bakshi (guest) wrote:
    : *) I am using deverloper 6.0 and deploying forms 6.0 on the web
    : and using netscape browser 4.0.6 and oracle 8i as database.I
    have
    : configured everything according to the help given in developers
    : online documents.In the status bar of the browser it shows:
    : Applet oracle.forms.engine.Main error: class
    : oracle/forms/engine/Main got a security violation: method
    : verification error
    : *)While in the browser's java console it shows:
    : Netscape Communications Corporation -- Java 1.1.5Type '?' for
    : options.Symantec Java! ByteCode Compiler Version 210.065
    : Copyright (C) 1996-97 Symantec Corporation
    : # Error: Invalid Hash of this JAR entry (-7882)
    : # jar file: C:\TEMP\jzip5HKR.TMP
    : # path: oracle/ewt/alert/Alert.class
    : # Error: Strange PKCS7 or RSA failure (-7881)
    : # jar file: C:\TEMP\jzip5HKR.TMP
    : # path: C:\TEMP\jzip5HKR.TMP
    : # Error: loading of signatures has failed (-1)
    : # jar file: C:\TEMP\jzip5HKR.TMP
    : # path: /f60code/
    : # Verifier error oracle/forms/engine/Main.init()V: Cannot find
    : class sun/applet/AppletViewer
    : # Applet exception: class oracle/forms/engine/Main got a
    security
    : violation: method verification errorjava.lang.VerifyError:
    : oracle/forms/engine/Main at
    : java.lang.ClassLoader.resolveClass(Compiled Code) at
    : netscape.applet.AppletClassLoader.loadClass1(Compiled Code)* at
    : netscape.applet.AppletClassLoader.loadClass(Compiled Code) at
    : netscape.applet.AppletClassLoader.loadClass(Compiled Code) at
    netscape.applet.DerivedAppletFrame$LoadAppletEvent.dispatch(Compi
    : led Code) at
    : java.awt.EventDispatchThread$EventPump.dispatchEvents(Compiled
    : Code) at java.awt.EventDispatchThread.run(Compiled Code) at
    netscape.applet.DerivedAppletFrame$AppletEventDispatchThread.run(
    : Compiled Code)
    : *)Now having this problem if we reload the browser the applet
    : appears in the browser and the form opens but after some time
    it
    : gives the following error:
    : FRM 99999 A network error occured the client will not be
    able
    : to continue
    : Details ... Java Exception:java.net SocketException: Socket
    : closed
    : *)While using forms 5.0, I succesfully deploy the forms on the
    : web,but the same error occurs here also after some time:
    : FRM 99999 A network error occured the client will not be
    able
    : to continue
    : Details ... Java Exception:java.net SocketException: Socket
    : closed
    : Please let me know if there is anything more i have to
    configure
    : or any NT Service patch or any thing else to install.
    : IF ANY ONE KNOWS ABOUT THIS ERROR PLEASE RESPOND
    : HARJEET
    null

  • Ayuda !!!!!! FRM-99999

    Yo tengo configurado el OAS 4.0 con Windows NT 4 con SP 6. Usando Developer 6.0 ,internet explorer 5 y Base de Datos 8i
    Cuando ejecuto mi archivo base HTML . (que contiene a forms ,la ruta virtual de archivos Jar, el puerto de coneccion y la ruta virtual de Jinitiator).
    automaticamente aparece la pantalla Jinitiator en donde empiezan a ejecutar los archivos .Jar , ademas aparece por un momento la pantalla de Developer Server .
    en ese momento dejan de correr los archivos Jar. y APARECE FRM-99999. A NETWORK ERROR ACCURRED THE CLIENT WILL NOT BE ABLE TO CONTINUE.
    DETAILS..
    JAVA.EXCEPTION.
    JAVA.NET.SOCKETEXCEPTION: CONNECT RESET PEER
    AT JAVA.NET.SOCKETINPUTSTREAM.READ(COMPLIED CODE)
    AT ORACLE.FORM.NET.ENCRYPTEDINPUTSTREAM.FILL(COMPLIED CODE)
    AT ORACLE.FORM.NET.ENCRYPTEDINPUTSTREAM.READ(ENCRYPTEDINPUTSTREAM.JAVA)
    AT JAVA.IO.DATAINPUTSTREAM.READUSIGNEDBYTE(COMPILED.CODE)
    AT ORACLE.FORMS.ENGINE.MESSAGE.READETAILS(MESSAGE JAVA)
    AT ORACLE.FORMS.NET.STREAMMESSAGEREADER.RUN(COMPILED CODE)
    ESTOS SON LOS DETALLES DEL ERROR...
    Y LOGRA SALIR MI FORMULARIO EN EL BROWSER.
    ESPERO Y ME PUEDAN AYUDAR.
    LES AGRADERSCO MUCHO ...
    LENIN VELASQUEZ
    While executing my baseHTML file with code as "oracle.forms.engine.Main", I get a message "Forms Applet Version is : 4" & a blank window with the "Window" option is seen on the applet.
    If I comment the "serverArgs" parameter, I get the message "serverArgs parameter is null or not set" inside my applet.
    I don't know whether the form is not opened or my form is open & is not visible? The server is busy after this process.
    If I am using "oracle.forms.engine.MainJNI" as my code, I get a "FRM-99999" error.
    I need an expert advise and help to solve my problem.
    null

    This is a bug in the release notes (the bug being that it is not documented).
    You can contact Oracle Support through metalink.oracle.com and quote bug number <Bug:1586783> . The error seems to relate to a node not being selected on a tree control..
    Regards
    Grant Ronald
    Product Management

  • FRM-92100 java.lang.NullPointerException with menu

    Hi,
    I have the following error when I attach a menu (mmb) to a form and then execute. But If I execute the form without the menu mmb, it works fine:
    FRM-92100: votre connexion au serveur a été interrompue.
    Causes possibles: erreur réseau ou panne du serveur.
    Vous devez rétablir votre session
    Détails:
    Java Exception:
    java.lang.NullPointerException
    at java.util.Hashtable.put(Unknown Source)
    at oracle.forms.handler.MenuInfo onUpdate(Unknown Source)
    at oracle.forms.handler.MenuInfo onUpdate(Unknown Source)
    at oracle.forms.handler.MenuInfo onCreate(Unknown Source)
    at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
    at oracle.forms.engine.Runform.processMessage(Unknown Source)
    at oracle.forms.engine.Runform.processSet(Unknown Source)
    at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
    at oracle.forms.engine.Runform.onMessage(Unknown Source)
    at oracle.forms.engine.Runform.sendInitialMesenge(Unknown Source)
    at oracle.forms.engine.Runform.startRunform(Unknown Source)
    at oracle.forms.engine.Main.createRunform(Unknown Source)
    at oracle.forms.engine.Main.start(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

    Thank for your answer.
    I've seen these documents Note:240994.1 and 433704.1 and have cleared my cache. But the the error persist.
    I've noticed that before the last line in error, we have a difference:
    In Metalink document, we can see:
    FRM-92100
    +...+
    at sun.applet.*Jinit*AppletPanel.run(Compiled Code)
    +...+
    But my error is:
    FRM-92100
    +...+
    at sun.applet.*Applet*Panel.run(Compiled Code)
    +...+
    If I create a new menu, everything is work fine. So I want to avoid to recreate every time the menu module that cause the error.
    Thanks for your reply.
    Best regards

  • FRM-92100 java.io.EOFException

    Hi,
    I'm having an issue after upgrate to Developer 6 Path 17. Disconnected from Oracle Applications after user login with error:
    FRM-92100
    Details...
    Java Exception:
    java.io.EOFException
    at java.io.DataInputStream.readUnsignedByte(Compiled Code)
    at oracle.forms.engine.Message.readDetails (Compiled Code)
    at oracle.forms.engine.Message.readDetails (Compiled Code)
    at oracle.forms.net.StreamMessageReader.run (Compiled Code)
    any help would be appreciated.
    Thanks.
    Carlos

    Hi,
    frm-92100 is a generic error and it happens when the network connection is lost.
    There is a lot of documentation on Metalink about that. Take a look at Note 216639.1
    Monica

  • URGENT! Forms 6 FRM-99999 a network error occurred...

    Here is our configuration:
    NT 4 Sp3 platform. Oracle client software is 8.0.5. Db backend on
    the
    other PC is 8.1.5.
    OAS 4.0.7.0.0
    Developer 6.0.5
    Jinitiator 1.1.7.11
    We downloaded dev60.zip(234MB) from
    http://websight.us.oracle.com/cgi-bin/go?ntdev60_bg.
    Here are questions we have:
    Is it a bug in forms? Has it been patched? Where can we get the
    latest
    ZIPs and patches?
    FRM-99999 a network error occurred, the client will not be able
    to continue.
    java.net.socketException:Connection reset by peer.
    at java.net.SocketInputStream.read()
    I created the base HTML file(I copied from
    selltools.us.oracle.com). My browser is Netscape 4.51 with
    Jinitiator 1.1.7.11. It works fine for the demos at
    selltools.us.oracle.com.
    I installed Developer server and demo tables. I can run demos
    (calendar and buttons) from the Forms Builder in both
    client/server mode and web mode.
    I copied the .FMX files into e:\orant\webtemp\" folder. I defined
    FORMS60_MAPPING and other stuffs in the registry.
    When I go to the URL of the base HTML (static), the browser
    displays:
    Loading java applet...
    oracle.forms.engine.Main inited.
    FRM-99999 a network error occurred, the client will not be able
    to continue.
    java.net.socketException:Connection reset by peer.
    If I stopped the forms server from "Control Panel". I got an
    error
    msg like:
    can't contact to xzang-pc.us.oracle.com:9000.
    I think the applet is talking with the Forms server. The socket
    has been established. But the applet doesn't show anything at
    all.
    best regards,
    Xiaolin Zang
    ---- HTML ---------
    <OBJECT>
    <COMMENT>
    <EMBED TYPE="application/x-jinit-applet;version=1.1.7.11"
    CODE="oracle.forms.engine.Main"
    CODEBASE="/forms_code/"
    ARCHIVE="f60all.jar"
    WIDTH=300
    HEIGHT=200
    serverPort="9000"
    serverArgs="module=E:\ORANT\WEBTEMP\BUTTONS
    userid=xzang/[email protected]"
    <NOEMBED>
    </COMMENT>
    </NOEMBED>
    </EMBED>
    </OBJECT>
    null

    Here is our configuration:
    NT 4 Sp3 platform. Oracle client software is 8.0.5. Db backend on
    the
    other PC is 8.1.5.
    OAS 4.0.7.0.0
    Developer 6.0.5
    Jinitiator 1.1.7.11
    We downloaded dev60.zip(234MB) from
    http://websight.us.oracle.com/cgi-bin/go?ntdev60_bg.
    Here are questions we have:
    Is it a bug in forms? Has it been patched? Where can we get the
    latest
    ZIPs and patches?
    FRM-99999 a network error occurred, the client will not be able
    to continue.
    java.net.socketException:Connection reset by peer.
    at java.net.SocketInputStream.read()
    I created the base HTML file(I copied from
    selltools.us.oracle.com). My browser is Netscape 4.51 with
    Jinitiator 1.1.7.11. It works fine for the demos at
    selltools.us.oracle.com.
    I installed Developer server and demo tables. I can run demos
    (calendar and buttons) from the Forms Builder in both
    client/server mode and web mode.
    I copied the .FMX files into e:\orant\webtemp\" folder. I defined
    FORMS60_MAPPING and other stuffs in the registry.
    When I go to the URL of the base HTML (static), the browser
    displays:
    Loading java applet...
    oracle.forms.engine.Main inited.
    FRM-99999 a network error occurred, the client will not be able
    to continue.
    java.net.socketException:Connection reset by peer.
    If I stopped the forms server from "Control Panel". I got an
    error
    msg like:
    can't contact to xzang-pc.us.oracle.com:9000.
    I think the applet is talking with the Forms server. The socket
    has been established. But the applet doesn't show anything at
    all.
    best regards,
    Xiaolin Zang
    ---- HTML ---------
    <OBJECT>
    <COMMENT>
    <EMBED TYPE="application/x-jinit-applet;version=1.1.7.11"
    CODE="oracle.forms.engine.Main"
    CODEBASE="/forms_code/"
    ARCHIVE="f60all.jar"
    WIDTH=300
    HEIGHT=200
    serverPort="9000"
    serverArgs="module=E:\ORANT\WEBTEMP\BUTTONS
    userid=xzang/[email protected]"
    <NOEMBED>
    </COMMENT>
    </NOEMBED>
    </EMBED>
    </OBJECT>
    null

  • Java Exception Error

    I'm trying to configure my forms app to run on the web. So far
    I haven't had much luck. After the applet loads I keep getting a
    FRM-92090: An unexpected error occurred message. Details
    include...
    Java Exception:
    com.ms.security SecurityExceptionEx
    (oracle/forms/net/socketConnect.connect):cannot access "ADAS"|
    My htm code is:
    <head><title>Oracle Developer for the web</title></head>
    <body><br>Please wait while the forms client class files
    download and run.<br><p>
    <!--applet definition (start) -->
    <applet codebase="C:\oracle\ora82\FORMS60\java"
    code="oracle.forms.engine.Main"
    Height=600     
    width=600>
    <param name="serverPort" value="1521">
    <param name="serverHost" value="adas">
    <param name="connectMode" value="sockets">
    <param name="serverArgs"
    value="module=C:\ADAS\oracleforms\ADAS_MODULE.fmx">
    <param name="serverApp" value="default">
    </applet>
    <!--applet definition (end) -->
    </body>
    </html>
    Has anyone experienced similar problems? If so, is there a work
    around? Thanks for replying!
    Randy

    I'm trying to configure my forms app to run on the web. So far
    I haven't had much luck. After the applet loads I keep getting a
    FRM-92090: An unexpected error occurred message. Details
    include...
    Java Exception:
    com.ms.security SecurityExceptionEx
    (oracle/forms/net/socketConnect.connect):cannot access "ADAS"|
    My htm code is:
    <head><title>Oracle Developer for the web</title></head>
    <body><br>Please wait while the forms client class files
    download and run.<br><p>
    <!--applet definition (start) -->
    <applet codebase="C:\oracle\ora82\FORMS60\java"
    code="oracle.forms.engine.Main"
    Height=600
    width=600>
    <param name="serverPort" value="1521">
    <param name="serverHost" value="adas">
    <param name="connectMode" value="sockets">
    <param name="serverArgs"
    value="module=C:\ADAS\oracleforms\ADAS_MODULE.fmx">
    <param name="serverApp" value="default">
    </applet>
    <!--applet definition (end) -->
    </body>
    </html>
    Has anyone experienced similar problems? If so, is there a work
    around? Thanks for replying!

  • Form raise Java exception in multiselect T-list

    Hi,
    I have form 10g in which I added multiselect T-list(from Forms Demo) it works, but when T-list item block defined as a first block of Form, other wise when I called(at anyother block level) this custom property
    SET_CUSTOM_PROPERTY('block.item_name',1,'ENABLE_LIST_MULTISELECT','true');
    it raises Java exception, anyone plz help me how to handle this.
    Thanks in advance.
    Khawar
    Message was edited by:
    S. Khawar

    Hello Kranthi,
    This message is as,
    FRM-92101:There was a failure in the forms server during startup. This could
    happen due to invalid configuration.
    Please look into the web-sever log file for details.
    Details...
    Java Exception:
    oracle.forms.net.connectionException: Forms session<36> aborted:unable to
    communicate with runtime process.
    at oracle.forms.net.connectionException.createConnectionException(Unknown Source)
    at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
    at oracle.forms.net.HTTPNStream.doflush(Unknown Source)
    at oracle.forms.net.HTTPNStream.flush(Unknown Source)
    at java.io.DataOutputStream.flush(Unknown Source)
    at oracle.forms.net.StreamMessageWriter.run(Unknown Source)
    Regards, Khawar

  • Famous frm:99999 problem

    hi,
    Got the same problem again
    frm:99999 : a network error occurred, the client will not be able
    to continue.
    [I am using ie5 to load the page]
    details...
    JavaException:
    java.net.SocketException: Connection reset by peer
    at java.net.SocketInputStream.read(compiled code)
    anybody can tell me what's wrong here
    I have jinitiator 1.1.7.16, installed with no problem.
    Thanks!
    from
    sn
    null

    Hi
    I have found two possible situations where this error occurs.
    1) If you have a when-mouse-dobleclick trigger on Forms Level.
    When you are navigating between different forms, it migth occur.
    Delete the trigger and put it on a lower level!!
    2) If you use the built-in Set_Item_Property
    (itmname,prompt_text,'text') where the item prompttext before
    the command was null. Solution: Give the item a default
    prompttext in Forms Designer.
    Regards
    Jens
    Laura (guest) wrote:
    : I installed the patch (thanks to ET) and now everything
    : is working - I have had the same problem for days.
    : After I installed the patch I had to uninstall and then
    : reinstall the forms service (ifsrv60).
    : Laura
    : ET (guest) wrote:
    : : I've got the same problem a few months ago and it took me a
    : few
    : : weeks to sort out the problem.
    : : Finally, I can solve it after I've apply the patch for
    : developer.
    : : Rgds,
    : : ET
    null

Maybe you are looking for

  • [Fixed] eric5 no longer works after -Syu

    Fixed: New eric5 package for Python 3.3 is now available in the repositories.  Works as intended now. Edit 3: filed bug report: https://bugs.archlinux.org/task/32044 Edit2: the exact package name for eric5 in pacman is "eric" Edit: Ok, this is likely

  • How to change screen brightness on bootcamp 5.0.2 in Windows 8?

    I have a retina MacBook Pro which i used bootcamp to install windows 8 on. However, i cannot change the brightness with my F1/F2 key. Any solutions?

  • Please Help Me Install Flash player

    Yesterday I unintentionally uninstalled Flash player with a product named Perfect Uninstaller. During the process it states that the Item I uninstalled will be uninstalled now and forever. Every time I click "run" to install it starts for about one s

  • Print out of sales tax pre-announcement

    One of our customers demands some changes within the Business One. The support in Ireland advised us to post these requirements in this Forum. At the moment it's not possible to get a print out of the sales tax pre-announcement. In our customers opin

  • Trying out Contact Sheet in Lightroom 4.1

    I've worked through a catalog and intend to save the files to a disk for archiving. I want to include a contact sheet that has both the file name and the associated keywords listed on the page. I did a 4 x 5 contact sheet. I arranged everything and t