I get an error FRM-92101:There was a failure in the Forms Server

I get an error 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 i open the form
it's a fresh installation for the oracle application 12.1.1 vis on linux redhat 5

Hi;
Please check below note:
FRM-92101: There Was a Failure in the Forms Server During Startup After Fresh R12 Installation [ID 429627.1]
R12 fresh install FORMS DO NOT LAUNCH - FRM-92101/500 [ID 427714.1]
FRM-92101: Forms Server oracle.forms.net.ConnectionException: Forms session <1> failed during startup: no response from runtime process [ID 880088.1]
Also check:
Re: R12 database and JRE Issue
Regard
Helios

Similar Messages

  • Forms 10g: error FRM-92101: There was a failure in the Forms Server during

    AS10g (9.0.4.1) on windows 2000 with 2 GB of ram
    We have an application with 10 - 15 users. Sometimes,when users exit from forms with the command exit_form, in a randomic way the form hangs with the error FRM-92101: There was a failure in the Forms Server during startup.....
    After the users have to close the browser and open another sessione of explorer.
    In the same time other users work fine.
    The problem happens more then 10 times a day.
    Is there a solution ?

    I have also run into similar problem.
    In my case, this problem has been carried over from Forms 6i to Forms 10g. In forms 6i it wrote an error file in the same folder where *.fmx file was stored.
    For 10gAS, look into <ORACLE_HOME midtier>\forms90\trace folder for a file *.trc. Open it up in notepad. It will tell you which trigger was being executed when the form failed.
    Put any comment in the PL/SQL of that trigger, recompile the form and the problem will go away.
    I usually put something like:
    dummy statement for FRM-92101.
    I do not know why it works but in my case it has.
    Good luck !!!
    Would like to know if it works for you.
    Suresh

  • R12.1.1 Error: FRM-92101: There was a failure in the Forms Server startup

    R12 version: 12.1.1
    Operating system: Oracle Linux
    I am getting this error, when I access the forms from any client M/C
    FRM-92101: There was a failure in the Forms Server during startup. This couls happen due to invalid configuration.
    Even I did: make -f ins_forms.mk install
    I restarted all the services. I found Form server also runnig.
    Processes in Instance: VIS_myerp.myerp.mydomain.com
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    OC4JGroup:default_group | OC4J:oafm | 23828 | Alive
    OC4JGroup:default_group | OC4J:forms | 26471 | Alive
    OC4JGroup:default_group | OC4J:oacore | 23663 | Alive
    HTTP_Server | HTTP_Server | 23606 | Alive
    adformsctl.sh: exiting with status 0
    I tested the Solutiuons beacon. It is working fine. SO there are no problems with java viewer.
    http://vis1211.solutionbeacon.net/forms/frmservletet?form=test.fmx
    Edited by: sk123 on Feb 17, 2010 8:48 AM
    Edited by: sk123 on Feb 17, 2010 10:15 AM

    Hi,
    I am getting this error, when I access the forms from any client M/CWas this working before? If yes, what changes have been done recently?
    FRM-92101: There was a failure in the Forms Server during startup. This couls happen due to invalid configuration. Please post the complete error message from the application.log file.
    Even I did: make -f ins_forms.mk install
    I restarted all the services. I found Form server also runnig.Did AutoConfig complete successfully?
    Regards,
    Hussein

  • FRM-92101 There was a failure in the forms server during startup

    Hi guys when running EBS i am getting this error:
    it happens when i try to load any form i.e hrms managemnet --> work structure -> organization
    error : FRM-92101 There was a failure in the forms server during startup
    this could happen due to invalid configuration
    please look into webserver log file for detail
    following are the formsweb.cfg file details:
    -------------------------------------------------------------------------------start----------------------------------------
    [oratest@kapp server]$ vi formsweb.cfg
    [oratest@kapp server]$ tail -1000 formsweb.cfg
    # $Id: formsweb.cfg 15-apr-2005.13:17:30 pkuhn Exp $
    # formsweb.cfg defines parameter values used by the FormsServlet (frmservlet)
    # This section defines the Default settings. Any of them may be overridden in the
    # following Named Configuration sections. If they are not overridden, then the
    # values here will be used.
    # The default settings comprise two types of parameters: System parameters,
    # which cannot be overridden in the URL, and User Parameters, which can.
    # Parameters which are not marked as System parameters are User parameters.
    # SYSTEM PARAMETERS
    # These have fixed names and give information required by the Forms
    # Servlet in order to function. They cannot be specified in the URL query
    # string. But they can be overridden in a named configuration (see below).
    # Some parameters specify file names: if the full path is not given,
    # they are assumed to be in the same directory as this file. If a path
    # is given, then it should be a physical path, not a URL.
    # USER PARAMETERS
    # These match variables (e.g. %form%) in the baseHTML file. Their values
    # may be overridden by specifying them in the URL query string
    # (e.g. "http://myhost.mydomain.com/forms/frmservlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    [default]
    # System parameter: default base HTML file
    baseHTML=base.htm
    # System parameter: base HTML file for use with JInitiator client
    baseHTMLjinitiator=basejini.htm
    # System parameter: base HTML file for use with Sun's Java Plug-In
    baseHTMLjpi=basejpi.htm
    # System parameter: delimiter for parameters in the base HTML files
    HTMLdelimiter=%
    # System parameter: working directory for Forms runtime processes
    # WorkingDirectory defaults to <oracle_home>/forms if unset.
    workingDirectory=
    # System parameter: file setting environment variables for the Forms runtime processes
    envFile=default.env
    # Forms runtime argument: whether to escape certain special characters
    # in values extracted from the URL for other runtime arguments
    escapeparams=true
    # Forms runtime argument: which form module to run
    form=test.fmx
    # Forms runtime argument: database connection details
    userid=
    # Forms runtime argument: whether to run in debug mode
    debug=no
    # Forms runtime argument: host for debugging
    host=
    # Forms runtime argument: port for debugging
    port=
    # Other Forms runtime arguments: grouped together as one parameter.
    # These settings support running and debugging a form from the Builder:
    otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    # Sub argument for otherparams
    buffer=no
    # Sub argument for otherparams
    debug_messages=no
    # Sub argument for otherparams
    array=no
    # Sub argument for otherparams
    obr=no
    # Sub argument for otherparams
    query_only=no
    # Sub argument for otherparams
    quiet=yes
    # Sub argument for otherparams
    render=no
    # Sub argument for otherparams
    record=
    # Sub argument for otherparams
    tracegroup=
    # Sub argument for otherparams
    log=
    # Sub argument for otherparams
    term=
    # HTML page title
    pageTitle=Oracle Application Server Forms Services
    # HTML attributes for the BODY tag
    HTMLbodyAttrs=
    # HTML to add before the form
    HTMLbeforeForm=
    # HTML to add after the form
    HTMLafterForm=
    # Forms applet parameter: URL path to Forms ListenerServlet
    serverURL=/forms/lservlet
    # Forms applet parameter
    codebase=/forms/java
    # Forms applet parameter
    imageBase=DocumentBase
    # Forms applet parameter
    width=750
    # Forms applet parameter
    height=600
    # Forms applet parameter
    separateFrame=false
    # Forms applet parameter
    splashScreen=
    # Forms applet parameter
    background=
    # Forms applet parameter
    lookAndFeel=Oracle
    # Forms applet parameter
    colorScheme=teal
    # Forms applet parameter
    logo=
    # Forms applet parameter
    restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
    # Forms applet parameter
    formsMessageListener=
    # Forms applet parameter
    recordFileName=
    # Forms applet parameter
    serverApp=default
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar
    # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
    archive=frmall.jar
    # Number of times client should retry if a network failure occurs. You should
    # only change this after reading the documentation.
    networkRetries=0
    # Page displayed to Netscape users to allow them to download Oracle JInitiator.
    # Oracle JInitiator is used with Windows clients.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms/jinitiator/us/jinit_download.htm
    # Parameter related to the version of JInitiator
    jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
    # Parameter related to the version of JInitiator
    jinit_exename=jinit.exe#Version=1,3,1,22
    # Parameter related to the version of JInitiator
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
    # Page displayed to users to allow them to download Sun's Java Plugin.
    # Sun's Java Plugin is typically used for non-Windows clients.
    # (NOTE: you should check this page and possibly change the settings)
    jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
    # Parameter related to the version of the Java Plugin
    jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
    # Parameter related to the version of the Java Plugin
    jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
    # Parameter related to the version of the Java Plugin
    jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=0
    # Single Sign-On OID configuration parameter
    oid_formsid=%OID_FORMSID%
    # Single Sign-On OID configuration parameter
    oracle_home=/mnt/extdrive/VIS/apps/tech_st/10.1.2/
    # Single Sign-On OID configuration parameter
    formsid_group_dn=%GROUP_DN%
    # Single Sign-On OID configuration parameter: indicates whether we allow
    # dynamic resource creation if the resource is not yet created in the OID.
    ssoDynamicResourceCreate=true
    # Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
    ssoErrorUrl=
    # Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
    ssoCancelUrl=
    # Single Sign-On parameter: indicates whether the url is protected in which
    # case mod_osso will be given control for authentication or continue in
    # the FormsServlet if not. It is false by default. Set it to true in an
    # application-specific section to enable Single Sign-On for that application.
    ssoMode=false
    # The parameter allow_debug determines whether debugging is permitted.
    # Administrators should set allow_debug to "true" if servlet
    # debugging is required, or to provide access to the Forms Trace Xlate utility.
    # Otherwise these activities will not be allowed (for security reasons).
    allow_debug=false
    # Parameter which determines whether new Forms sessions are allowed.
    # This is also read by the Forms EM Overview page to show the
    # current Forms status.
    allowNewConnections=true
    # EndUserMonitoring
    # EndUserMonitoringEnabled parameter
    # Indicates whether EUM/Chronos integration is enabled
    EndUserMonitoringEnabled=
    # EndUserMonitoringURL
    # indicates where to record EUM/Chronos data
    EndUserMonitoringURL=
    # Example Named Configuration Section
    # Example 1: configuration to run forms in a separate browser window with
    # "generic" look and feel (include "config=sepwin" in the URL)
    # You may define your own specific, named configurations (sets of parameters)
    # by adding special sections as illustrated in the following examples.
    # Note that you need only specify the parameters you want to change. The
    # default values (defined above) will be used for all other parameters.
    # Use of a specific configuration can be requested by including the text
    # "config=<your_config_name>" in the query string of the URL used to run
    # a form. For example, to use the sepwin configuration, your could issue
    # a URL like "http://myhost.mydomain.com/forms/frmservlet?config=sepwin".
    [sepwin]
    separateFrame=True
    lookandfeel=Generic
    # Example Named Configuration Section
    # Example 2: configuration forcing use of the Java Plugin in all cases (even if
    # the client browser is on Windows)
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    # Example Named Configuration Section
    # Example 3: configuration running the Forms ListenerServlet in debug mode
    # (debug messages will be written to the servlet engine's log file).
    [debug]
    serverURL=/forms/lservlet/debug
    # Sample configuration for deploying WebUtil. Note that WebUtil is shipped with
    # DS but not AS and is also available for download from OTN.
    [webutil]
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=orac
    ------------------------------------------------------end----------------------------------------------
    plz help
    regards,
    kashif

    Hi Hussein,
    i got the error in application log that libXm.so.2 is missing, then i installed openmotif to resolve it, but after that form window is not opening.
    and application log is as follows:
    10/10/22 18:41:45.258 10.1.3.0.0 Started
    10/10/22 18:41:46.981 formsweb: FormsServlet init():
    configFileName: /mnt/extdrive/VIS/inst/apps/VIS_kapp/ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    10/10/22 18:41:46.993 formsweb: 10.1.3.0.0 Started
    10/10/22 18:44:38.873 formsweb: ListenerServlet init()
    10/10/22 18:44:40.204 formsweb: Forms session <1> failed during startup: no response from runtime process
    10/10/22 18:44:40.206 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <1> failed during startup: no response from runtime process
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(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.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    10/10/23 14:57:11.795 10.1.3.0.0 Started
    10/10/23 14:57:22.415 formsweb: FormsServlet init():
    configFileName: /mnt/extdrive/VIS/inst/apps/VIS_kapp/ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    10/10/23 14:57:22.641 formsweb: 10.1.3.0.0 Started
    10/10/23 15:01:33.111 formsweb: 10.1.3.0.0 Stopped
    10/10/23 15:05:56.542 10.1.3.0.0 Started
    10/10/23 15:05:58.541 formsweb: FormsServlet init():
    configFileName: /mnt/extdrive/VIS/inst/apps/VIS_kapp/ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    10/10/23 15:05:58.652 formsweb: 10.1.3.0.0 Started
    10/10/23 15:15:29.23 formsweb: Servlet error
    java.io.IOException: Broken pipe
    at sun.nio.ch.FileDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:104)
    at sun.nio.ch.IOUtil.write(IOUtil.java:75)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:302)
    at java.nio.channels.Channels.write(Channels.java:60)
    at java.nio.channels.Channels.access$000(Channels.java:47)
    at java.nio.channels.Channels$1.write(Channels.java:134)
    at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:306)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    10/10/23 15:32:28.558 formsweb: 10.1.3.0.0 Stopped
    10/10/23 15:33:44.992 10.1.3.0.0 Started
    10/10/23 15:33:46.570 formsweb: FormsServlet init():
    configFileName: /mnt/extdrive/VIS/inst/apps/VIS_kapp/ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    10/10/23 15:33:46.610 formsweb: 10.1.3.0.0 Started
    regards,
    kashif

  • FRM-92101:There was a failure in the Forms Server during setup

    I get the following runtime error when press "send" button in one of the forms.
    FRM-92101:There was a failure in the Forms Server during setup. This could happen due to invalid configuration. Please look into the web-server log file for details.
    Please suggest how to resolve....

    Getting the error "FRM-92101:There was a failure in the Forms Server during setup" when calling a db package from forms package. (Specifically when package variable is defined in record type).
    Application.log shows
    10/03/06 08:26:06 formsweb: Forms session <54> aborted: unable to communicate with runtime process.
    10/03/06 08:26:06 formsweb: Forms session <54> exception stack trace:
    java.io.IOException: FRM-93000: Unexpected internal error.
    Details : No HTTP headers received from runform
    Please let me know the solution............
    Other Details:_
    Rec type is being used in the forms package and db package.
    DB Package (dbpkg1) Spec:_
    TYPE rec_type IS RECORD
    (var1 IN db.pkg1.var_type, (var_type is table of table1.field5%type)
    var2 IN table.field1%TYPE,
    var3 IN table.field2%TYPE,
    var4 IN table.field2%TYPE,
    var5 IN table.field2%TYPE,
    var6 BOOLEAN)
    PROCEDURE main
    (rec1 IN rec_type);
    Form body:_
    PROCEDURE proc1
    IS
    frm_rec dbpkg1.rec_type;
    BEGIN
    frm_rec.var2 = "Value";
    frm_rec.var3 = "Value";
    frm_rec.var4 = "Value"
    frm_rec.var5 = "Value"
    frm_rec.var6 = "Value"
    dbpkg1.main(frm_rec);

  • Frm-92101: There was a failure in the Forms Server during startup. (OC4J)

    Hi,
    Things were working fine before the weekend but on my return I keep getting an error every time I open a form. I am running OC4J.
    The funny thing is I have 2 PC's with the same forms versions installed at the same time and they are both saying the same error. I am running forms version 10.1.2.0.2.
    Error:-
    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 files for details.
    Any ideas?

    I did make changes to my formsweb.cfg but all worked initially.
    I have not loaded any other web based apps on my PC.
    Could this be an OC4J problem?

  • FRM-92101: There was a failure in the Forms Server during startup.This coul

    HI,
    HI to everyone, we are currently working oracle apps 12i custom module, our forms and reports are done completely in Forms/Reports database 10g. we are trying to run the reports using forms in apps(why it has got another history). cut the story short we are calling reports from Forms and we will call the forms in apps
    the following code which i have used in 'WHEN-BUTTON-PRESSD'
    message('report START.');
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status varchar2(20);
    rep_url varchar2(2000);
    BEGIN
    repid := find_report_object('EMP');
    message('report FOUND');
    v_rep := RUN_REPORT_OBJECT(repid);
    message('Run Report Object just FIRED');
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    if rep_status = 'FINISHED' then
    message('Report Completed');
    else
    message('Error when running report.');
    end if;
    END;
    FRM-92101: There was a failure in the Forms Server during startup. This could happen due to Invalid Configuration
    Please look in to the web-server log-file for details.
    Details..
    Java Exception:
    oracle.forms.net.ConnectionException: Forms session <1> 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)
    Thanks..in advance, your help is much appreicated
    CS

    Please enable Forms Runtime Diagnostics (FRD), and re-produce the issue. Once you are done, post the error you get here. For more details about FRD, please check the following note:
    Note: 438652.1 - R12: Forms Runtime Diagnostics (FRD), Tracing And Logging For Forms In Oracle Applications
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=438652.1

  • R12: "FRM-92101:There was a failure in the Forms Server during startup"

    LINUX VERSION:
    [oracle@USSLTC3118V StageR12]$ cat /etc/*-release
    Red Hat Enterprise Linux Server release 5.4 (Tikanga)
    LOGS:
    $/ebs/oracle/VIS/inst/apps/VIS_ussltc3118v/logs/ora/10.1.3/j2ee/forms/forms_default_group_1/application.log:
    12/06/07 08:55:15.661 formsweb: Forms session <11> aborted: unable to communicate with runtime process.
    12/06/07 08:55:15.663 formsweb: Forms session <11> exception stack trace:
    java.lang.StringIndexOutOfBoundsException: String index out of range: -6
    at java.lang.String.substring(String.java:1938)
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(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 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)
    12/06/07 10:02:25.980 formsweb: Forms session <12> aborted: unable to communicate with runtime process.
    12/06/07 10:02:25.980 formsweb: Forms session <12> exception stack trace:
    java.lang.StringIndexOutOfBoundsException: String index out of range: -6
    at java.lang.String.substring(String.java:1938)
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(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 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)
    [root@USSLTC3118V VIS]# cat ./inst/apps/VIS_ussltc3118v/logs/ora/10.1.3/opmn/forms_default_group_1/formsstd.out
    12/05/31 11:52:36 FormsServlet init():
    configFileName: /ebs/oracle/VIS/inst/apps/VIS_ussltc3118v/ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    12/05/31 11:52:36 Oracle Containers for J2EE 10g (10.1.3.4.0) initialized
    12/06/05 16:23:05 ListenerServlet init()
    12/06/05 16:23:09 Forms session <1> failed during startup: no response from runtime process
    12/06/05 16:23:32 Forms session <2> aborted: unable to communicate with runtime process.
    12/06/06 09:23:04 Forms session <3> aborted: unable to communicate with runtime process.
    12/06/06 10:48:47 Forms session <4> aborted: unable to communicate with runtime process.
    12/06/06 12:43:05 Forms session <5> aborted: unable to communicate with runtime process.
    12/06/06 19:48:33 Forms session <6> aborted: unable to communicate with runtime process.
    12/06/06 19:49:04 Forms session <7> aborted: unable to communicate with runtime process.
    12/06/07 08:43:26 Forms session <8> aborted: unable to communicate with runtime process.
    12/06/07 08:46:39 Forms session <9> aborted: unable to communicate with runtime process.
    12/06/07 08:52:56 Forms session <10> aborted: unable to communicate with runtime process.
    12/06/07 08:55:15 Forms session <11> aborted: unable to communicate with runtime process.
    12/06/07 10:02:25 Forms session <12> aborted: unable to communicate with runtime process.
    [root@USSLTC3118V VIS]#
    Solutions I Tried:
    REMOVE
    rpm -e openmotif21-2.1.30-11.EL5
    INSTALL
    rpm -i openmotif21-2.1.30-11.EL5.i386.rpm
    [root@USSLTC3118V lib]# make -f ins_forms.mk install
    ins_forms.mk:42: /forms/lib/env_forms.mk: No such file or directory
    ins_forms.mk:581: warning: overriding commands for target `-pure'
    ins_forms.mk:574: warning: ignoring old commands for target `-pure'
    ins_forms.mk:583: warning: overriding commands for target `-quantify'
    ins_forms.mk:576: warning: ignoring old commands for target `-quantify'
    ins_forms.mk:585: warning: overriding commands for target `-cov'
    ins_forms.mk:578: warning: ignoring old commands for target `-cov'
    ins_forms.mk:588: warning: overriding commands for target `-pure'
    ins_forms.mk:581: warning: ignoring old commands for target `-pure'
    ins_forms.mk:590: warning: overriding commands for target `-quantify'
    ins_forms.mk:583: warning: ignoring old commands for target `-quantify'
    ins_forms.mk:592: warning: overriding commands for target `-cov'
    ins_forms.mk:585: warning: ignoring old commands for target `-cov'
    ins_forms.mk:595: warning: overriding commands for target `-pure'
    ins_forms.mk:588: warning: ignoring old commands for target `-pure'
    ins_forms.mk:597: warning: overriding commands for target `-quantify'
    ins_forms.mk:590: warning: ignoring old commands for target `-quantify'
    ins_forms.mk:599: warning: overriding commands for target `-cov'
    ins_forms.mk:592: warning: ignoring old commands for target `-cov'
    make: *** No rule to make target `/forms/lib/env_forms.mk'. Stop.
    [root@USSLTC3118V lib]#
    Any insight as to what else shall I try?

    How do you get this error?
    Was this working before? If yes, any changes been done recently?
    Have you tried to run AutoConfig and see if it completes successfully?
    Please see these docs.
    R12: "FRM-92101: There Was a Failure in the Forms Server During Startup" Error When Executing EXECUTE_QUERY in Forms [ID 1111113.1]
    R12: "FRM-92101: There was failure in the Forms Server during startup" Error While Submitting Concurrent Requests [ID 867501.1]
    Users Receive FRM-92101 oracle.forms.net.ConnectionException Errors When Launching E-Business Suite Forms Responsibility and Function [ID 1258305.1]
    Forms are Erroring with FRM-92101:There was a failure in the forms server during start up. [ID 1433329.1]
    Thanks,
    Hussein

  • FRM-92101: There was a failure in the Forms Server during startup. This cou

    Hi,
    I am getting errors based on RHEL 5.4 and Oracle 12.1.1
    I have read tome article but where suggested to download some packages but in Linux all required packages are installed. Can you pls letme know whats error.
    FRM-92101: There was a failure in the Forms Server during startup. This could happened due to invalid configuration.
    Please look into the web-server log file for details.
    Thanks in advance.
    Raj Yadav

    Duplicate thread.
    FRM-92101: There was a failure in the Forms Server during startup. This cou
    FRM-92101: There was a failure in the Forms Server during startup. This cou

  • FRM-92101: There was a failure in the Forms Server during startup.R12.1-WXP

    Hi All,
    I have installed R12.1 on Windows XP Professional.
    When I open any form after login the application gives the following error message instead of opening the form:
    FRM-92101: There was a failure in the Forms Server during startup. This could happened due to invalid configruation. Please look into the web-server log file for details.
    Details...
    Java Exception:
    oracle.forms.net.ConnectionException: Forms session (6) failed during startup: no response form 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 oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
    at java.io.DataOutputStream.flush(Unkown Source)
    at oracle.forms.net.HTTPConnection.connet(Unknown Source)
    at oracle.forms.engine.FormsDispatcher.initConnection(Unknown Source)
    at oracle.forms.egnine.FormsDispatcher.init(Unknown Source)
    at oracle.forms.egnine.Runform.initConnection(Unknown Source)
    at oracle.forms.egnine.Runform.startRunform(Unknown Source)
    at oracle.forms.egnine.Main.createRunform(Unknown Source)
    at oracle.forms.egnine.Main.start(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    please help out to resolve this issue.
    Regards,
    Fahd

    Hi;
    XP is not certified platform. Similar issue mention here many times.Please see:
    Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]
    FRM-92101: There Was a Failure in the Forms Server During Startup After Fresh R12 Installation [ID 429627.1]
    R12 fresh install FORMS DO NOT LAUNCH - FRM-92101/500 [ID 427714.1]
    FRM-92101: Forms Server oracle.forms.net.ConnectionException: Forms session <1> failed during startup: no response from runtime process [ID 880088.1]
    Forms: 9.x and 10.x: Troubleshooting FRM-92050, FRM-921xx [ID 189867.1]
    Known Causes of FRM-92101 Error In Forms [ID 604633.1]
    Also check:
    http://onlineappsdba.com/index.php/2009/06/15/frm-92101-with-internet-explorer-8-how-to-uninstall-ie8/
    Re: R12 database and JRE Issue
    FRM-92101 There was a failure in the forms server during startup
    Regard
    Helios

  • FRM 92101: There was a failure in the forms server during startup. This

    Please has anybody find a solution to this problem:
    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 for details.
    Suddenly my r12.1.1 on XP; Cygwin, MVS started giving the above error when i tried to open a form. I have ran autoconfig several times with a status of zero but the error persist.
    See adformsctl status below
    D:\oracle\VIS\inst\apps\VIS_ayomikun\admin\scripts>adformsctl.cmd status
    01/02/2010 14:10
    Checking status of OPMN managed processes...
    Processes in Instance: VIS_ayomikun.ayomikun.dominion.com
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    OC4JGroup:default_group | OC4J:oafm | 2552 | Alive
    OC4JGroup:default_group | OC4J:forms | 2764 | Alive
    OC4JGroup:default_group | OC4J:oacore | 2600 | Alive
    HTTP_Server | HTTP_Server | 2544 | Alive
    ASG | ASG | N/A | Down
    exiting with status 0
    ERRORCODE = 0 ERRORCODE_END
    Please help as i dont know what to do. Thanks
    Babs

    Hii,
    Learn't that the problem relate to a microsoft bug in respect of java pool. this is resolved by going to system registry via regedit
    HKLM/SYSTEM/CURRENTCONTROLSYSTEM/CONTROL/SESSIONMANAGER/SUBSYSTEM - windows
    Look for windows on the right and edit the binary file in the sharedsection. Look like the following:
    %SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,3072,512 Windows=On
    SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3
    ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16
    Changing the 512 to 1024 or delete it, save and exist.
    Edited by: user4688294 on 13-Feb-2010 15:14

  • Frm-92101 there was a failure in the forms server during startup after R12.2

    Hi All,
    I have install the multinode(2 Node) R12.2 on CentOS 6 with no issues, while launching java forms it is showing "frm-92101 there was a failure in the forms server during startup"
    I had this same issue before when I install R12.1.1 so I check log file at $LOG_HOME/ora/10.1.3/opmn/forms_default_group_1/formsstd.out.
    I resolved the issue by installing openmotif package,However in 12.2 the file directory changes can you please help to resolve this issue.
    Please help me to resolve this issue in 12.2?
    Thanks & Regards,
    Rahul.k

    I have install the multinode(2 Node) R12.2 on CentOS 6 with no issues
    This is not a supported OS. The list of supported Linux OS is in (Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x86-64 (Doc ID 1330701.1)).
    while launching java forms it is showing "frm-92101 there was a failure in the forms server during startup"
    Is it from the same Linux server? If yes, Linux is not supported as a client tier node -- Recommended Browsers for Oracle E-Business Suite Release 12 (Doc ID 389422.1)
    Thanks,
    Hussein

  • FRM-92101 There was a failure in the Forms Server error.

    Greetings,
    I am developing a form using form builder v. 10.1.2.0.2. I have started the OC4J instance locally and compiled the form. When I try to run it out of form builder I receive the FRM-92101 error on startup of the form. This occurs with only one particular form. I can run other forms directly from builder the same way. I put in messages in form triggers to see where it might be occurring. I use a when_new_form_instance form for some preform processing and a when_window_activated to set window options (size title etc.). I see all messages from the new form instance trigger meaning it run through this trigger all the way through. I don't see any of the window activated messages. Any idea how I can troubleshoot this error and identify what the source is? Any advice welcome, thanks!

    I have also run into similar problem.
    In my case, this problem has been carried over from Forms 6i to Forms 10g. In forms 6i it wrote an error file in the same folder where *.fmx file was stored.
    For 10gAS, look into <ORACLE_HOME midtier>\forms90\trace folder for a file *.trc. Open it up in notepad. It will tell you which trigger was being executed when the form failed.
    Put any comment in the PL/SQL of that trigger, recompile the form and the problem will go away.
    I usually put something like:
    dummy statement for FRM-92101.
    I do not know why it works but in my case it has.
    Good luck !!!
    Would like to know if it works for you.
    Suresh

  • FRM-92101 there was a failure in the form server during startup.

    i install R 12.1.1 in linux 5.4 in vmware workstation , i got followning error
    pls reply me

    Hi,
    How do you get the error?
    Did the installation complete successfully?
    Do you have all the application/database up and running?
    Please run AutoConfig and make sure it completes successfully.
    Also, please confirm that you are accessing the application from a Windows client (not Linux client as it is not certified).
    Regards,
    Hussein

  • FRM-92101: There was a failure in the forms servering during startup issue

    Hi,
    i am getting "FRM- 92101: There was a failure in the forms server during startup. thisis due to invalid configuration. Please look into the web_server log file for details " error after giving credential for my application. Application server 10G Release 2 (forms and report services) is installed in Linux server. Please Below the linux server details
    "Linux VM192DOR 2.6.18-194.0.0.0.3.el5xen #1 SMP Mon Mar 29 18:27:00 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux"
    please find the application.log from $ORACLE_HOME/j2ee/OC4J_BI_Forms/application-deployments/formsapp/OC4J_BI_Forms_default_island_1/application.log
    12/03/27 09:40:30 formsweb: Started
    12/03/27 09:41:01 formsweb: lservlet: init
    12/03/27 09:41:01 formsweb: ListenerServlet init()
    12/03/27 14:18:28 formsweb: Forms session <1> aborted: unable to communicate with runtime process.
    12/03/27 14:18:28 formsweb: Forms session <1> 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.AJPRequestHandler.run(AJPRequestHandler.java:224)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         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)
    12/03/28 00:27:33 formsweb: Forms session <2> aborted: unable to communicate with runtime process.
    12/03/28 00:27:33 formsweb: Forms session <2> 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.AJPRequestHandler.run(AJPRequestHandler.java:224)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         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)
    I refered my forums i tried all workaround .. i could not resolve this issue. kinldy hlep me to resolve this issue.
    And Pls let me know what are rps are require in applicaiton server and Database server with respect to this issue?
    Below rpm are available in Linux server where application server. Please let me know any other rpm is required to resolve this issue.
    $ rpm -qa openm*
    openmotif21-2.1.30-14
    openmotif22-2.2.3-18
    openmotif21-2.1.30-11.EL5
    $
    Oracle database also installed in other Linux server see below details
    Linux VM177DOR 2.6.18-194.0.0.0.3.el5xen #1 SMP Mon Mar 29 18:27:00 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    Database details
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE     10.2.0.4.0     Production
    TNS for Linux: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    my database has no OPENM* rmp available.
    $ rpm -qa openm*
    $
    Please help to resolve this issue.
    Gowtham

    Hi Gowthaman,
    FRM 92101 is a generic error..It indicates that there had been a problem with the Forms Runtime engine.
    Can you please tell
    1)Previously were these forms running perfectly???or is this a fresh setup??
    2)are you getting this error on a specific form???
    3)are you getting the error due to long running form??
    4)Have you been through the below metalink ID??
    Master Note For Known Causes of FRM-92101 Error In Forms [ID 604633.1]
    5)Do get FRM92101 after certain number of specific users logged in through your form application ??
    Please enable trace and upload the trace file details on your next post..It would be helpful in trouble shooting
    Regards
    Fabian

Maybe you are looking for

  • I can't download free apps from App store! HELP ME!

    First: I'm from Mexico, sorry if you don't understand some things. My problem is that I can't download apps Fromm app store, even when they are free, i use to download apps free, but  one day I try do download an app free, and apple send me to App st

  • Why do CS6 tif and jpg files save incorrectly

    Mac 10.6.8 with newly installed CS6 has the following problems. 1-tif files save with a pxr extension 2-jpeg files save with an img extension 3-when opening a file "Enable" remains blank even when previously set to "All Readable Documents."

  • User Exits for MM01 & MM02 transaction

    Hi SDN, Is there any user exit available for Change, create Material so that i can update some materail related data. Regards, Rahul

  • Automatic Safety Stock

    Hi Experts, Currently MRP type is PD & Planning is make to order for finished goods. I have requirement, wanted system to calculate safety stock automatically based on consumption value for Raw material. Material should be further Planned in the same

  • Multiple Command Line Arguments

    My professor likes to enter input all on one line, as in the following input example: Burns CS130 110 90 80 70 60 50 40 20 10 First is a Name, second is a class name, followed by a series of grades. My question is: 1) Is this something that should be