FRM - 40212 / FRM - 40222 error on a radio group during query

Hi all,
This is my first post so please bear with me if I haven't provided sufficient information or am unclear at all.
I'm using Forms Builder (Web) on a 10g Database. I have a number of database and non-database items as part of a data block.
My problem is that, when I enter a value in any field and click the query button, I get a FRM-40212 Invalid value for field error on my radio group (disabled, non-database item that is programatically populated in the post-query and list-changed triggers only). When I click ok, I get a FRM-40222 Disabled Item Failed Validation error on the same radio group.
This does not happen if I click the 'Enter Query' button before entering values into fields, however I don't want my users to encounter this error if they try to query without clicking on 'Enter Query' first.
I'd like to know why exactly does this error happen - what does it mean?
I've read in other forums that setting the item's Required property to false solves this issue. But how can I do this with a radio group? And if it's not possible, does anyone have any suggestions for other workarounds?
Thanks in advance,
Abigail

Hi,
You can avoid this by setting 'Mapping of other values' to the one fo the radio buttons value.Like if you have to radio button radio1 and radio2 associated with radio group R1 ,then set any radio buttons initial value to this 'Mapping of other values' property of radio button R1.You won't see this error.
This error occurs because your loading a screen without assigning a value to the radio button.
If this helps mark question as answered or helpfull.
Thanks,
Pavan.

Similar Messages

  • 11.5.9: APXINWKB  FRM-40212: INVALID VALUE

    제품 : FIN_AP
    작성날짜 : 2004-10-14
    11.5.9: APXINWKB FRM-40212: INVALID VALUE
    ==========================================
    PURPOSE
    11.5.9 INVOICE WORKBENCH에서 나타나는 문제를 해결하기 위해 작성했습니다.
    Problem Description
    11.5.9 에서 Prepayment에 Apply된 invoice 의 Distribution Button을 눌렀을때 다음과 같은 Error Message 가 발생한다.
    FRM-41050: You cannot update this record
    FRM-40212: Invalid value for field REQUESTER_NAME
    Workaround
    11.5.9 에서는 다음과 같이 manual하게 작업을 해주어야한다.
    @ 01. Please make a backup copy of the $AP_TOP/forms/US/apxinwkb.fmb file.
    @ 02. Open the new file in Forms Builder, and navigate to Program Units.
    @ 03. Select the INV_SUM_FOLDER_ITEM_OVERFLOW package Body.
    @ 04. Find the requester_name_display procedure. It should show as follows:
    @ procedure requester_name_display (event varchar2) is
    @ begin
    @ if (event in ('INIT',
    @ 'WHEN-NEW-RECORD-INSTANCE',
    @ 'POST-QUERY')) then
    @ IF :inv_sum_folder.requester_id is not null THEN
    @ SELECT full_name
    @ INTO :inv_sum_folder.requester_name
    @ FROM per_all_people_f pap
    @ WHERE person_id = :inv_sum_folder.requester_id
    @ AND :inv_sum_folder.invoice_date >= pap.effective_start_date
    @ AND :inv_sum_folder.invoice_date <= nvl(pap.effective_end_date,sysdate);
    @ END IF;
    @ else
    @ message('Invalid event passed to requester_name_display');
    @ Raise Form_Trigger_Failure;
    @ end if;
    @ end requester_name_display;
    @ 05. Insert the set_item_property statement so the code now is updated to:
    @ procedure requester_name_display (event varchar2) is
    @ begin
    @ if (event in ('INIT',
    @ 'WHEN-NEW-RECORD-INSTANCE',
    @ 'POST-QUERY')) then
    @ IF :inv_sum_folder.requester_id is not null THEN
    @ SELECT full_name
    @ INTO :inv_sum_folder.requester_name
    @ FROM per_all_people_f pap
    @ WHERE person_id = :inv_sum_folder.requester_id
    @ AND :inv_sum_folder.invoice_date >= pap.effective_start_date
    @ AND :inv_sum_folder.invoice_date <= nvl(pap.effective_end_date,sysdate);
    @ END IF;
    @ --Bug 2621328
    @ set_item_property('INV_SUM_FOLDER.requester_name',
    @ ITEM_IS_VALID,
    @ PROPERTY_TRUE);
    @ else
    @ message('Invalid event passed to requester_name_display');
    @ Raise Form_Trigger_Failure;
    @ end if;
    @ end requester_name_display;
    @ 06. Save the changes and recompile the form.
    @ 07. Test the changes.
    Solution Description
    공식적인 해결책은 Fin_PF.E를 적용하는 것이다.
    Reference Documents
    Note 272982.1

    When I update fnd_profile.value('ORG_ID') of the sql of lov to a specific value org_id(for example 120),
    then compile the form. After creating a record, to return back to find window ,the item of lov can show record.
    So I think that it have not get value from fnd_profile.value('ORG_ID') after creating a record.
    Why is this?
    Thanks.

  • Error :::::::::; FRM-92090 : An unexpected error occurred

    Dear Sir
    I get error in Oracle 11i (ERP)Application.
    When I open application there is no problem , when I close the form and try to open an other one then get the following error ----
    FRM-92090 : An unexpected error occurred
    Thanks in Adv

    Urgent Reply this Forum Please !!!!!!!

  • FRM-92090 : An unexpected error occurred

    Dear Sir
    I get error in Oracle 11i (ERP)Application.
    When I open application there is no problem , when I close the form and try to open an other one then get the following error ----
    FRM-92090 : An unexpected error occurred
    Thanks in Adv

    Urgent Reply this Forum Please !!!!!!!

  • Java.io.IOException: FRM-93000: Unexpected internal error.

    Hi Exprerts,
    I have noticed the below errors in the application log file on my production instance.
    E Business Suit = R12.1.1 + 11.1.0.7
    Application Log - /rsv/d02/inst/apps/PROD_oro/logs/ora/10.1.3/j2ee/forms/forms_default_group_1
    13/02/21 13:36:44.901 formsweb: Forms session <2,194> aborted: unable to communicate with runtime process.
    13/02/21 13:36:44.901 formsweb: Forms session <2194> exception stack trace:
    java.io.IOException: FRM-93000: Unexpected internal error.
    Details : No HTTP headers received from runform
    at oracle.forms.servlet.ListenerServlet.forwardResponseFromRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    Please advise.
    Regards
    Mohammed.Abdul Muqeet

    Hi Exprerts,
    I have noticed the below errors in the application log file on my production instance.
    E Business Suit = R12.1.1 + 11.1.0.7
    Application Log - /rsv/d02/inst/apps/PROD_oro/logs/ora/10.1.3/j2ee/forms/forms_default_group_1
    13/02/21 13:36:44.901 formsweb: Forms session <2,194> aborted: unable to communicate with runtime process.
    13/02/21 13:36:44.901 formsweb: Forms session <2194> exception stack trace:
    java.io.IOException: FRM-93000: Unexpected internal error.
    Details : No HTTP headers received from runform
    at oracle.forms.servlet.ListenerServlet.forwardResponseFromRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    Please advise.
    Regards
    Mohammed.Abdul Muqeet

  • 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

  • FRM-40212: Invalid value for Field SHIP_TO_ADDRESS1on forms OEXOETEL

    I want to customize a form "OEXOETEL". I want to copy some values from another order to a new order.When i navigate to a block LINE i receive this message: "FRM-40212: Invalid value for Field SHIP_TO_ADDRESS1".
    cursor c_order(p_header_id varchar2) is
    select o.sold_to,
    o.order_type,
    o.terms,
    o.ship_from,
    o.SHIP_to_org_id,
    o.ship_to_address1,
    o.ship_to_address5,
    o.customer_number,
    o.invoice_to_org_id,
    o.INVOICE_TO_LOCATION,
    o.SHIP_TO_LOCATION,
    o.invoice_to_address1,
    o.invoice_to_address5,
    o.sold_to_contact
    from oe_order_headers_v o,
    hz_parties hzp
    where hzp.party_name = o.sold_to
    and o.header_id = p_header_id;
    IF l_block_name IN ('ORDER') THEN
    IF p_event = 'WHEN-NEW-RECORD-INSTANCE' THEN
    open c_order(name_in('global.header_id'));
    loop
         fetch c_order into x_order_row;
    exit when c_order%notfound;
         copy(x_order_row.customer_number,'ORDER.CUSTOMER_NUMBER');
         copy(x_order_row.sold_to,'ORDER.SOLD_TO');
    copy(x_order_row.ship_to_org_id,'ORDER.SHIP_TO_ORG_ID');
    copy(x_order_row.SHIP_TO_LOCATION,'ORDER.SHIP_TO_LOCATION');
         copy(x_order_row.ship_to_address5,'ORDER.SHIP_TO_ADDRESS5');
    copy(x_order_row.ship_to_address1,'ORDER.SHIP_TO_ADDRESS1');
    copy(x_order_row.ship_to_address1,'ORDER.SHIP_TO_ADDRESS1_MIR2');
         copy(x_order_row.invoice_to_org_id,'ORDER.INVOICE_TO_ORG_ID');
         copy(x_order_row.invoice_TO_LOCATION,'ORDER.INVOICE_TO_LOCATION');
         copy(x_order_row.invoice_to_address5,'ORDER.INVOICE_TO_ADDRESS5');
    copy(x_order_row.invoice_to_address1,'ORDER.INVOICE_TO_ADDRESS1');
    copy(x_order_row.INVOICE_TO_LOCATION,'ADDRESSES.INVOICE_TO_LOCATION');
         copy(x_order_row.order_type,'ORDER.ORDER_TYPE');
         copy(x_order_row.sold_to_contact,'ORDER.SOLD_TO_CONTACT');
         copy(x_order_row.ship_from,'ORDER.SHIP_FROM');
    end loop;
    close c_order;
    end if;
    end if;

    Review Note: 302613.1 - OEXOEORD: Cannot select List of Values From The Ship To Address1 Field
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=302613.1

  • FRM-40922 an ole error occurred: 0X8007000e

    Hi,
    I have a problem with a procedure in form in Oracle Forms 6i. The procedure creates an excel file. It is needed to start procedure for period of one year. When I do so, I'm getting next error:
    FRM-40922 an ole error occurred: 0X8007000e
    If I start the procedure for shorter periods which are consequential and which, in total, cover whole year, there is no error. But it is needed to start the procedure for whole year at once because shorter periods will give repeated data.
    It seems like there is a problem with the amount of data, and I expect around 6000 or 7000 rows in excel for period of whole year.
    This is urgent, so, help if possible.
    Tnx in advance,
    Nati

    Hi
    i search in google
    and it say that 0x80020003 means="member not Found"
    but still cannot fix my prob stil that error occur..

  • FRM-92102: A network error has occurred. on Windows 2003 Server

    I had installed Oracle APPS R12 on Windows 2003 server. I use the same (System) as Server and Client. When trying to open the Forms I am thrown with below error:
    FRM-92102: A network error has occurred.
    The Forms Client has attempted to reestablish its connection to the Server 5
    time(s) without success.
    Please check the network connection and try again later.
    I googled, searched this forum for solution. But these didnt work out. So please help me to get this fixed.

    I had installed Oracle APPS R12 on Windows 2003 server. I use the same (System) as Server and Client. When trying to open the Forms I am thrown with below error:
    FRM-92102: A network error has occurred.
    The Forms Client has attempted to reestablish its connection to the Server 5
    time(s) without success.
    Please check the network connection and try again later.Please check the application.log file for details about the error.
    Please see tjese docs.
    R12: "FRM-92101: There Was a Failure in the Forms Server During Startup" Error When Loading Forms [ID 1103744.1]
    Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]
    Thanks,
    Hussein

  • FRM-93000: Unexpected internal error in 9.0.4.2

    Hi
    I'm running a forms app in OracleAS 9.0.4.2 and I'm getting the following error in the application.log:
    05/11/23 09:05:16 forms90web: Forms session <20> exception stack trace:
    java.io.IOException: FRM-93000: Unexpected internal error.
    Details : Invalid or absent Content-Length from runform
    Any ideas?

    repost

  • FRM-93000: Unexpected internal error.

    Problem Brief--
    I have designer generated form CMM001 on which clicking on button go to new form cmm002 which is search form based on value you select from lov and date you put.I am wondering it failing only when I select a value 'Affective Disorder Team' from lov for an organization. I checked removing 'Disorder' word for searching then it doesn't return row but form is not failing at all.I tried couple of times on differrent way and I noticed it failing only when 'order' worder is there in any form.In my form no webutil/text_io or block not based on procedure. Following is the information avilable on application.log and trace file. Any input will be highly appreciated.
    --application.log  content
    09/06/03 16:43:24 formsweb: Forms session <15> aborted: unable to communicate with runtime process.
    09/06/03 16:43:24 formsweb: Forms session <15> exception stack trace:
    java.io.IOException: FRM-93000: Unexpected internal error.
    Details : No HTTP headers received from runform
         at oracle.forms.servlet.ListenerServlet.forwardResponseFromRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    ----Trace content
    [06/03/09 16:43:23 GMT Standard Time]::Client Status [ConnId=0, PID=2676]
         >> ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION
    ======================= STACK DUMP =======================
    Fault address: 77C47696 01:00036696
    Module: C:\WINDOWS\system32\msvcrt.dll
    System Information:
    Operating System: Windows NT Version 5.1 Build 2600 Service Pack 3
    Command line: frmweb server webfile=HTTP-0,0,0,Swift2500,172.22.3.82
    FORM/BLOCK/FIELD: ADWINVOLV:V_IWIZAR.<NULL>
    Last Trigger: PRE-SELECT - (Successfully Completed)
    Msg: <NULL>
    Last Builtin: NAME_IN - (Successfully Completed)
    Registers:
    EAX:00000000
    EBX:00000000
    ECX:00000000
    EDX:00000000
    ESI:00CC85CC
    EDI:00CD27C8
    CS:EIP:001B:77C47696
    SS:ESP:0023:0013DC80 EBP:00000137
    DS:0023 ES:0023 FS:003B GS:0000
    Flags:00210246
    ------------------- Call Stack Trace ---------------------
    Frameptr RetAddr Param#1 Param#2 Param#3 Param#4 Function Name
    ------------------- End of Stack Trace -------------------

    You might want to check metalink note 255023.1 - How to Interpret the Oracle Forms Error - FRM-93000 to get a better understanding of this error.
    If your application has been running for a while without problems and then you hit this problem, it might be possible that you need to tune your Application Server, you can refer to metalink note 294749.1 - Troubleshooting WebForms Tuning / Performance /Time out Problems.
    If I were you, I would open a SR with Oracle so that they help you with the investigation and to get more detailed logs ... this error FRM-93000 is a generic one, it simply says that your Form crashed/was terminated, it will require more investigation.

  • FRM-92102 - A network error has occured

    Hi,
    I'm deploying a forms 9i application on the intranet. I'm using Oracle Application Server Forms and Reports Services 9.0.4 under Red Hat Linux AS 4.0, along with an Oracle 9i Database on another server (actually multiple databases, used for benchmarking). Every time I connect from a remote PC on the network under Windows XP Pro or Windows 2003 Server, after a few seconds or minutes, I get the error message: FRM-92102 - A network error has occured after ...
    I did a lot of research on the internet. I'm using Internet Explorer 6.0, so I tried from Netscape 8.0 and Netscape 7.0, but I got the same problem. I changed the networkRetries in the formsweb.cfg to 5, but it didn't change anything.
    On the other hand, I installed the Oracle Application Server Forms and Reports 9.0.4 on a Windows platform and it works perfectly, with no network error problems.
    Also note that the Forms 9i application uses Webutil.
    So, right now, I'm a bit lost. Can anyone please tell me if there is some parameter I have to set, or something I should do to make it work?
    Thanks a lot

    First, when the network error occurred, I ran the url on the site server. It gave me the following page:
    Oracle Application Server 10g Forms Services
    The Forms Listener servlet is up and running
    as for the modified files during the last minute, here is what I got:
    [oracle@bmlps-appser bin]$ find /u01 -cmin -1
    /u01/app/oracle/product/9.0.4/reports/logs/rep_bmlps-appser
    /u01/app/oracle/product/9.0.4/reports/logs/rep_bmlps-appser/rwserver.log
    /u01/app/oracle/product/9.0.4/reports/server
    /u01/app/oracle/product/9.0.4/reports/server/rep_bmlps-appser.dat
    /u01/app/oracle/product/9.0.4/sysman/log/em-web-access.log
    /u01/app/oracle/product/9.0.4/sysman/emd/state
    /u01/app/oracle/product/9.0.4/sysman/emd/state/0013.dlt
    /u01/app/oracle/product/9.0.4/j2ee/OC4J_BI_Forms/log/OC4J_BI_Forms_default_island_1/server.log
    /u01/app/oracle/product/9.0.4/j2ee/OC4J_BI_Forms/log/OC4J_BI_Forms_default_island_1/rmi.log
    /u01/app/oracle/product/9.0.4/j2ee/OC4J_BI_Forms/log/OC4J_BI_Forms_default_island_1/default-web-access.log
    /u01/app/oracle/product/9.0.4/j2ee/OC4J_BI_Forms/log/OC4J_BI_Forms_default_island_1/jms.log
    /u01/app/oracle/product/9.0.4/j2ee/OC4J_BI_Forms/log/OC4J_BI_Forms_default_island_1/global-application.log
    /u01/app/oracle/product/9.0.4/j2ee/OC4J_BI_Forms/application-deployments/reports/OC4J_BI_Forms_default_island_1/application.log
    /u01/app/oracle/product/9.0.4/j2ee/OC4J_BI_Forms/application-deployments/forms90app/OC4J_BI_Forms_default_island_1/application.log
    /u01/app/oracle/product/9.0.4/j2ee/OC4J_BI_Forms/persistence/OC4J_BI_Forms_default_island_1
    /u01/app/oracle/product/9.0.4/j2ee/OC4J_BI_Forms/persistence/OC4J_BI_Forms_default_island_1/transaction.state
    /u01/app/oracle/product/9.0.4/j2ee/home/log/home_default_island_1/default-web-access.log
    /u01/app/oracle/product/9.0.4/webcache/logs/access_log
    /u01/app/oracle/product/9.0.4/opmn/logs/states
    /u01/app/oracle/product/9.0.4/opmn/logs/states/p1151074367
    /u01/app/oracle/product/9.0.4/opmn/logs/states/.opmndat
    /u01/app/oracle/product/9.0.4/opmn/logs/OC4J~OC4J_BI_Forms~default_island~1
    /u01/app/oracle/product/9.0.4/opmn/logs/ipm.log
    /u01/app/oracle/product/9.0.4/Apache/Apache/logs/access_log.1125489600
    /u01/app/oracle/product/9.0.4/Apache/Apache/logs/dms_metrics.28383.shm.mem
    /u01/app/oracle/product/9.0.4/Apache/Apache/logs/error_log.1125489600
    Thanks

  • 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-92102: A network error or server failure has occurred.

    Hi
    I am trying to access a shared Vision instance in Solution Beacon. I am getting the below error while accessing forms
    FRM-92102: A network error or server failure has occurred. The Forms client has attempted to reestablish its connection to the Server 1 time(s) without success.
    java.net.MalformedURLException: illegal character in URL.
    I am running on IE 8.0, JRE 1.6.0_43
    Please help
    Regards
    Reem

    re**** wrote:
    Hi
    I am trying to access a shared Vision instance in Solution Beacon. I am getting the below error while accessing forms
    FRM-92102: A network error or server failure has occurred. The Forms client has attempted to reestablish its connection to the Server 1 time(s) without success.
    java.net.MalformedURLException: illegal character in URL.
    I am running on IE 8.0, JRE 1.6.0_43
    Please help
    Regards
    ReemCan you reproduce the issue using a different browser or from a different machine?
    Please contact "Solution Beacon" support since we don't maintain their environments.
    Thanks,
    Hussein

  • FRM-92103: A network error or server failure has occurred.

    Hello,
    I always get this error after everytime i run a report my forms getting crash.
    heres the jre console error :
    Java Plug-in 1.6.0_33
    Using JRE version 1.6.0_33-b05 Java HotSpot(TM) Client VM
    User home directory = C:\Users\charles
    Forms Session ID is formsapp.2
    The proxy host is null, and the proxy port is 0.
    Native HTTP implementation is being used for the connection.
    The connection mode is HTTP.
    Forms Applet version is 11.1.2.0
    FRM-92103: A network error or server failure has occurred.
    You will need to restart your application.
    Java Exception:
    java.io.IOException: Server returned HTTP response code: 503 for URL: http://application:8888/forms/lservlet;jsessionid=yjc6QfjGNkr8fjlyD26fZjqmwBGKkGVgG1L7s91X8y6rBsgGl650!-1255936909
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at oracle.forms.net.HTTPNStream.doPost(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)
    the http ohs1 server always hang i need to restart it again.
    any help?

    Michael Ferrante (Oracle) wrote:
    I'm sorry, but I'm having a difficult time understand what you are saying...
    What do you mean here? "... +if the forms run first then the report will not run it gives always this error+ ..." Are you loading the report results in the same browser that is running the form?
    this will be the problem i should posted :
    *2.1 Oracle HTTP Server Returns 503 Apache Bridge Failure Error While Toggling Between Forms and Reports*
    While toggling between Oracle Forms and Oracle Reports applications through Oracle HTTP Server, you may see the "503 Apache Bridge failure" error. This is due to the wrong patch 12632886 being shipped with the Oracle Forms and Reports installer.
    This document found in : http://docs.oracle.com/cd/E24269_01/doc.11120/e25445/install_upgrade.htm#BABHBABB
    for those with oraclesupport find the document subject : Forms / Reports 11g Intermittent FRM-92103 Or "Failure of Server APACHE Bridge" - OHS Log Shows "apr_socket_connect call failed" [ID 1380762.1]
    I downloaded the patch from
    OPatch 12632886 (OHS-WLS COMMUNICATION NOT WORKING ON IPV6 ENABLED SOLARIS M/C [Patch ID 14069292]) for your Windows Platform from My Oracle Support
    i successfully patched now its working.
    thank you for your patience and help..
    Edited by: ck on Aug 7, 2012 3:41 AM

Maybe you are looking for

  • What is error code -600

    I am working on Premiere cs6, using red raw. I edited for a while on my Mac Pro, wanted to give it a shot on my imac becaus eit could work with my thunderbolt, but the file cannot be opened because it says, Cannot open premisere cs6, error code -600.

  • Trouble hooking up to i tunes

    When I turn my ipod on it shows the usb cable. When I plug my ipod touch into my computer itunes comes up and it says it can't access my ipod because it is locked with a password, to unlock it. I can't unlock it cause it won't leave the screen that h

  • Rented movie on computer to tv

    OMG!! Apple makes the best products but horrible customer support horrible explanation on how to watch a simple rented movie on you apple tv! ive been trying to watch a movie that i rented last night but can't manage to watch it bc its either too com

  • Animate Song Lyrics within a custom length marquee

    I am looking for a way to display the lyrics of a song beneath a centered picture. I want the lyrics to scroll within a custom length marquee (approximately 3" centered) Now the hard part; I want to have a 'ball' (round dot) 'bounce' upon each of the

  • PS CS and *.ase files

    I would like to d/load and add a *.dse file to the color swatch in PS CS but it will only open *.aco and *.act files. What am I doing wrong?