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

Similar Messages

  • Frm-99999 problem

    hi everybody
    i got a java error "java.lang.noclassdeffounderror" while trying to open
    my static web page using the internet explorer v4, i'm using OAS 4.0.8.1
    and oracle developer server ver 6.0.5 installed on one machine called my_app_server ,
    my oracle 8I 8.1.0 is installed on another server.
    we are using winnt4.0 with sp6 as ower operating system on both servers.
    my web page source code is as follow
    <HTML>
    <!-- FILE: static.html -->
    <!-- Oracle Static (Non-Cartridge) HTML File Template (Windows NT) -->
    <!-- Rename and modify tags and parameter values as needed -->
    <HEAD><TITLE>Oracle Developer 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.engine.Main"
    ARCHIVE="http://my_app_server/f60all.jar"
    HEIGHT=20
    WIDTH=20>
    <PARAM NAME="serverPort"
    VALUE="9000">
    <PARAM NAME="serverArgs"
    VALUE="module=start60.fmx userid=system/my_password@test">
    <PARAM NAME="serverApp"
    VALUE="default">
    </APPLET>
    <!-- applet definition (end) -->
    </BODY>
    </HTML>
    note1 : i can make connection to my database from the same machine
    which is running my OAS & developer server (my_app_server)
    using my connect string (test) which is defined in tnsnames.ora file
    on the database server and also on the server (my_app_server).
    note2 : i have set all the registry setting and define all my virtual pathes for the OAS
    as listed on the instructions for installing and running the demo comming with
    the oracle developer server.
    note3 : when running this web using netscape navigator 4.05 i got another diffrent message as follow :
    "applet oracle.forms.engine.main can't start: class oracle/forms/engine/main got a security violation:
    method verification error"
    please i need your help.
    thank you in advance
    moh_gaber
    [email protected]
    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

  • 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

  • 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-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

  • FRM-99999 FAILED TO EXECUTE COMMAND IEXPLORE

    Hi there,
    When I attempt to call the report from my forms (from the browser using IE4), an error message was returned:
    FRM-99999: Failed to execute command.
    Command=iexplore http://<webserver>:89/sdq.pdf
    FULL Details: CreateProcess:iexplore http://<webserver>:89/sdq.pdf error=0
    Few users experienced this problem when using IE4, some do not have this problem.
    For users using Netscape 4.7 and above, so far have not encountered this problem.
    I am using
    Developer 6.0 Patch 7
    OAS 4.0.8.1
    Please help. Thanks.

    My remark regarding "PeymentMethodCode" was but a rant, heartfelt though it be. I mean those gits have left bloody spelling errors in their XML-Schemas -- talk about professionalism, talk about seriousness, talk about something you actually have to PAY for.
    Note also that BOTH spellings are used: the correct one (with an "a"), below the "BPPaymentMethods" element, and the wrong one below the "BusinessPartners" element.
    I don't know why you get that error. As told, the errorcode in the response seems to indicate that the "Object isn't supported".
    If you tried with the default sample provided in the doc, that would be quite unlikely.
    Dunno, really. Maybe you're lacking permissions?

  • FRM-99999 Network Error(Very Urgent)

    I have installed Oracle 8.0 & Forms 5.0 on NT 4.0 & also WAS
    3.0 on the same Machine. But the problem, I am facing is that
    the forms show up, but we get FRM-99999 Network Error at any
    arbitary point of time .
    Please help
    Very urgent.
    Regards
    Sachin.
    null

    Hi gyus,
    I got a similar error while having images included on the form.
    After cutting the images out it worked fine.
    When this is the problem, check your directory mapping in the web
    server.
    Regrads.
    gang lee (guest) wrote:
    : Sachin Borikar (guest) wrote:
    : : I have installed Oracle 8.0 & Forms 5.0 on NT 4.0 & also WAS
    : : 3.0 on the same Machine. But the problem, I am facing is that
    : : the forms show up, but we get FRM-99999 Network Error at any
    : : arbitary point of time .
    : : Please help
    : : Very urgent.
    : : Regards
    : : Sachin.
    : gang lee reply:
    : I also encounter such error,at the same time ,I got the other
    : error: f50web32 error.I had found that my fmx file contain the
    : simplfied chinese,but in the registry, NLS_LANG is set to
    : 'AMERICAN_AMERICA.US7ASCII',I changed the NLS_LANG into
    : 'simplified chinese',the error disappear!by the way,I had also
    : found that the application containing multi_documents may
    : encounter such the error. I hope the experience is helpful for
    : solving your error!
    null

  • 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.

  • FRM-99999 ERRORE 408 OCCURRED FRM-40655 SQL ERROR FORCED ROLLBACK CLEAR FRO

    Dear Friends
    I am getting this FRM-99999 ERRORE 408 OCCURRED FRM-40655 SQL ERROR FORCED ROLLBACK CLEAR FROM AND RE-ENTER TRANACTION.
    FRM-40512 ORACLE ERROR UNABLE TO ISSUE SAVE POINT COMAND.
    I am calling the form using the following script :
    :global.command_line := 'C:\SALES\NEW_ITEMS.FMX' ;
    CALL_FORM(:global.command_line);
    go_block('COP_ORDER_DETAILS');
    go_record(:global.l_n_curr_rec2);
    :COP_ORDER_DETAILS.ITEM_CODE :=:GLOBAL.ITEM_CODE_VAR;
    :COP_ORDER_DETAILS.COLOR := :GLOBAL.COLOR_CODE ;
    :COP_ORDER_DETAILS.SHAPE_CODE := :GLOBAL.SHAPE_CODE ;
    :COP_ORDER_DETAILS.DELIVERY_QUANTITY := :GLOBAL.QTY ;
    :COP_ORDER_DETAILS.VOLUME := :GLOBAL.VOLUME;
    It works fine for one record, when I try to create another record by calling the called form it gives the above messages.
    Waiting for your valuable replay.
    Best regards
    Jamil

    This happens due to dead lock situation
    To avoid this problem, add NOWAIT option to the UPDATE and DELETE statements, which returns ORA-00054 error, trap this error and display user defined message like 'The record is being accessed and try after some time'.
    This even improves the performance
    because no process waits for the locks preventing dead locks.
    If it is due to the UPDATE's or DELETE's with base table blocks in the form, in the PRE-UPDATE and PRE-DELETE triggers write SELECT statements to select the particular row with FOR UPDATE NO WAIT option. Handle by trapping the ORA-00054 error

  • FRM 99999 : Error 7343

    Hi all!
    I have this error,
    FRM 99999: Error 7343 ocurred. See the release notes file(relnotes) for information about this error,
    but I haven4t found information about this error in the release notes file.
    Thanks,
    Raquel
    null

    Hello, FRM-99999 Error 7343 check release relnotes
    I am having the same error message since I applied Patch 9 to 6i.In fact I tried other patches as well. Same Error Message. Put this problem did not occur before that. Base 6i. Message said relnotes but I cannot find where to go for relnotes. I know that this is a BUG but how do I let oracle development know about it.
    I would like to have this fixed ASAP.
    Thank you
    Dennis Aubrey. Dimplex North America

  • 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

  • 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: Failed to connect to the Server / UNIX

    Upon invoking
    http://hostname.domainname:1080/web_html/olftest.htm
    I am getting the following error:
    FRM-99999: Failed to connect to the Server:
    hostname.domainname:9000
    We are using the following:
    =========================
    Server:
    Unix : Sun Solaris 2.5.1
    Oracle Application Server 4.0.7 and Oracle Developer 6 Server
    are on the same machine
    Oracle Server 8.0.5
    Client machine:
    Windows NT 4 Workstation with SP3,
    Internet Explorer 4.0.1 SP1 with Jinitiator - 1.1.7.11
    We tried following commands to get the Developer 6 Server up and
    running on port 9000 under Unix:
    $ f60ctl start port=9000
    port=9000
    Choosing default pool 1 for this process...
    1
    Forms environment:
    ORACLE_HOME = /opt/oracle/805
    PATH =
    /opt/oracle/805/bin:/opt/oracle/805/ows/4.0/bin:/opt/oracle/805/o
    rb/4.0/admin/cgi:/opt/oracle/805/orb/4.0/bin:/opt/oracle/805/ots/
    1.0/bin:/opt/oracle/805/ows/4.0/jdk/bin:/opt/oracle/805/bin:/usr/
    bin:/usr/ucb:/usr/ccs/bin:/etc:/usr/sbin:/usr/openwin/bin:/usr/lo
    cal/bin:/opt/oracle/805/bin:/opt/bin:/usr/ccp/bin
    LD_LIBRARY_PATH =
    /opt/oracle/805/lib:/opt/oracle/805/orb/4.0/lib:/opt/oracle/805/o
    ws/4.0/lib:/opt/oracle/805/ots/1.0/lib:/opt/oracle/805/lib:/opt/o
    racle/805/lib:/usr/x11r5/lib:/usr/openwin/lib
    FORMS60_PATH = /opt/oracle/805/forms60/html:
    Forms listener started on port 9000.
    $ f60webm
    $ f60srvm
    Failed to bind Launcher to port 9000
    A Developer 6 Server under Windows NT is working fine.
    The Windows NT 4 workstation contains registry settings
    corresponding to this previous Developer Forms Server 6
    configuration on Windows NT. We configured the Developer 6
    Server under Windows NT using the tutorial in %
    ORACLE_HOME%/tools/devdem60/web/readme.htm.
    From a discussion with the Unix DBA team we concluded that this
    tutorial is Windows NT specific.
    Does anyone happen to have a tutorial on deploying Oracle Forms
    to the Web specifically for Developer 6 Server and OAS4 under
    UNIX.
    Which Unix Developer 6 Server environment variables do I have to
    set under Unix for deployment of forms 6.0 on the web?.
    olftest.htm
    <HTML>
    <HEAD>
    <TITLE>Oracle Developer Server and Oracle JInitiator</TITLE>
    <X-CLARIS-WINDOW TOP=25 BOTTOM=608 LEFT=4 RIGHT=927>
    </HEAD>
    <BODY BGCOLOR="#FFFFFF" BACKGROUND="web_bkgd.jpg">
    <TABLE BORDER=0>
    <TR>
    <TD WIDTH=234>
    <IMG SRC="web_anim.gif" WIDTH=230 HEIGHT=300
    ALIGN=bottom></P>
    </TD>
    <TD>
    <OBJECT classid="clsid:9F77a997-F0F3-11d1-9195-
    00C04FC990DC"
    WIDTH=700
    HEIGHT=550
    codebase="http://hostname.domainname:1080/web_html/Jinit.exe#Vers
    ion=1,1,7,11">
    <PARAM NAME="CODE"
    VALUE="oracle.forms.engine.Main" >
    <PARAM NAME="CODEBASE" VALUE="/web_code/"
    <PARAM NAME="ARCHIVE" VALUE="f60all.jar" >
    <PARAM NAME="type"
    VALUE="application/x-jinit-applet;version=1.1.7.11">
    <PARAM NAME="serverPort" VALUE="9000">
    <PARAM NAME="serverArgs"
    VALUE="module=/opt/oracle/805/tools/devdem60/web/start60.fmx
    userid=scott/tiger">
    <PARAM NAME="serverApp" VALUE="default">
    <COMMENT>
    <EMBED SRC="""
    PLUGINSPAGE="http:/hostname:1080/web_html/jinit_download.htm"
    WIDTH=700
    HEIGHT=550
    type="application/x-jinit-
    applet;version=1.1.7.11"
    java_code="oracle.forms.engine.Main"
    java_codebase="/web_code/"
    java_archive="f60all.jar"
    lookAndFeel="oracle"
    colorScheme="teal"
    serverport="9000"
    serverargs="module=start60.fmx
    userid=scott/tiger"
    serverapp=default>
    <NOEMBED>
    </COMMENT>
    </NOEMBED></EMBED>
    </OBJECT>
    </P>
    </TD>
    </TR>
    </TABLE>
    </P>
    </BODY>
    </HTML>
    Any help on this issue will be greatly appreciated,
    Erik
    null

    "NoRouteToHostException" => This looks like routing issues through the proxy server.
    You can involve network admin to take care of the settings at proxy , to allow connections through the proxy server.
    Cheers
    Rahul

Maybe you are looking for