Starting Form on Journal Entry fail with FRM-92101

Hi guys,
When we try to create Journal on GL we get 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 for the details.
Details...
Java Exception:
Oracle.forms.net.ConnectionException:Forms Session<1,142> aborted: unable to communicate with runtime process.
at oracle.forms.net.ConnectionException.createConnectionException(Unknow Source)
at oracle.forms.net.HTTPNStream.getResponse(unknown source)
at oracle.forms.net.HTTPNStream.doFlust(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)
And checkin' the corresponding log I found:
File does not exist: /oracle/PROD01/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_es_US.properties
File does not exist: /oracle/PROD01/apps/apps_st/comn/java/classes/oracle/ewt/alert/resource/AlertBundle_es_US.class
Looking for that path, we only reach to /oracle/PROD01/apps/apps_st/comn/java/classes/oracle/
We operate on eBusiness 12.0.4 with 10G Database 10.2.0.4 all this in RAC
Edited by: IvanBalVe on Aug 3, 2012 12:11 PM

Was this working before? If yes, any changes been done recently?
Do you have any invalid objects in the database?
Any errors in the database log file?
Please see these docs.
Show Full Journal Button In Arabic Instance Leads To Error FRM-92101 [ID 841590.1]
Users Receive FRM-92101 oracle.forms.net.ConnectionException Errors When Launching E-Business Suite Forms Responsibility and Function [ID 1258305.1]
R12 GLXIQACC Show Full Journal Button Errors With FRM-92101for Arabic [ID 802261.1]
If you still have the same issue, please generate the form via adadmin and check then -- How to Generate a Specific Form Through AD utility adadmin [ID 178722.1]
Thanks,
Hussein

Similar Messages

  • EGrace AIM invoice form is failing with FRM-92101

    I had a form named AIM invoice form; it contains all AIM invoices. In the form there are five different sub forms called “Header, Items, Texes, Terms, and Messages”.
    When ever I search a specific invoice it will shows the header details of invoice. Then when I press the ‘next tab’ it will show invoice details in all sub forms like: Items, texes, Terms …
    But I had an issue when I query invoice and directly to go Items sub form without press ‘next tab’ getting the following error:
    “FRM-92101: There was a failure in the forms server during start up. This could happen due to invalid configuration. Please look into the web-server log file for details.”
    Then the form automatically is closing, again asking to login.
    Can any one please let me the right approach to sort out this issue?
    Regards
    Sankar

    Application is 11.5.10.2
    it was customized form.
    recently no changes happened
    Please find the below error details.
    FRM-92101: There was a failure in the forms server during start up. This could happen due to invalid configuration. Please look into the web-server log file for details.
    Details of Java Exception:
    Oracle.forms.net ConnectionException: Form Session <56,801> aborted: Unable to commnicate with runtime process.
    at Oracle.forms.net ConnectionException: Create Connection Exception (Unknown Source)
    at Oracle.forms.net HTTPNStream.get Response (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.netStreamMessageWriter.run (Unknown Source)

  • Headstart Foundation (qfd0000f) fails with FRM-92101

    We are migrating all software (rdbms, ias, designer, headstart, cronacle) to new servers. While testing the Headstart url's the Headstart Foundation crashes with a FRM-92101.
    Headstart Administration and Utilities work fine.
    In the Java-console the following error regarding RegisterWebUtil.class appears:
    http://sol302.brabantwater.nl:7779/forms/java/oracle/forms/webutil/common/RegisterWebUtil.class with no proxyload: class oracle.forms.webutil.common.RegisterWebUtil not found.java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
    Any ideas?

    BTW, I've also tried these two variations (among others), with no success. I can't figure out if the delimiter should be a space of &. Other variations included paramform=no.
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_OTHER,'SSOCONN=webcfs ENVID=webcfs');
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_OTHER,'SSOCONN=webcfs&ENVID=webcfs');

  • Journal Import fails with EC12 issue

    Journal Import fails with EC12 issue, we knew the AR credit memo transactions causing this issue have distribution lines with accounted_dr value as zero and entered_dr as non zero, same is the case with accounted_cr and entered_cr.
    Issue is with the Credit memos generated out of iReceivables that are creating distributions with null amounts when applied on invoices with rules. Null amounts are on REV/UNEARN distribution lines. Applied patch# 12957348 as suggested in metalink and we noticed more number of such transactions after patch application.
    Any pointers are really appreciated. We have over 5000 such lines and is not possible to clear them manually and since these CM's are phased, we are sure to see them again with this issue till it is resolved. Note# 285995.1 didn't help either.
    We are on 11.5.10.2 and 10g database.
    K

    FOR l_rec IN (SELECT ledger_id,group_id from apps.gl_interface
    WHERE status='NEW'
    AND user_je_source_name='GIS_DATA_CONVERSION'
    GROUP BY ledger_id,group_id
    ORDER BY group_id
    LOOP
    apps.gl_journal_import_pkg.populate_interface_control (user_je_source_name => 'GIS_DATA_CONVERSION',
    GROUP_ID => l_rec.group_id,
    set_of_books_id => l_rec.ledger_id,
    interface_run_id =>vl_interface_id,
    table_name => 'GL_INTERFACE',
    processed_data_action=>'D'
    COMMIT;
    vl_request_id := apps.fnd_request.submit_request (application => 'SQLGL', -- application short name
    program => 'GLLEZLSRS', -- program short name
    description => NULL, -- program name
    start_time => NULL, -- start date
    sub_request => FALSE, -- sub-request
    argument1 => 2065, --Data access set id
    argument2 => 'GIS_DATA_CONVERSION', --Source
    argument3 => l_rec.ledger_id, -- set of books id
    argument4 => l_rec.group_id,
    argument5 => 'N', -- error to suspense flag
    argument6 => NULL, -- create summary flag
    argument7 => 'N' -- import desc flex flag
    COMMIT;
    IF ( vl_request_id = 0 ) THEN
    xxgis.gis_conv_util_pkg.debug_print_p(1,'FND_LOG','E001: Journal Import Submission Failed. ' || SQLERRM);
    retcode := 2;
    EXIT;
    ELSE
    xxgis.gis_conv_util_pkg.debug_print_p(1,'FND_LOG','P001: Submitted Journal Import Program for group id: ' || l_rec.group_id ||
    'and ledger :'||l_rec.ledger_id|| ', Request ID: ' || vl_request_id);
    END IF;
    END LOOP;

  • Add-On connection for Journal Entry - Failed to Connect to SBO Common

    We have a customer (SAPBO 2005A SP01 PL29) with some specific requirements that required an add-on running in the background to monitor the addition of Goods Receipt PO's to the system. When the GRPO is successfully added, the Add-On will (behind the scenes) create an appropriate Journal Entry through the SAP DI. One of the issues that we encountered during the development of this functionality was that when it was tested by users, they weren't authorized to access the Financials module or the Journal Entry screen. What we ended up doing was creating a secondary connection (vCompany) in the DL pulling the information from the encrypted user information from SAP the Add-On used to connect, but utilizing a management level user ID and password. Once that connection has been made, the Journal Entry is added through the DI and that secondary connection is disconnected.
    The problem that we're encountering is this. When the users are logged into SAP Client with an regular user, and the GRPO adds, the secondary connection fails and returns a message of "Failed to Connect to SBO-Common". However, if the user is logged into SAP as an adminitrative level user and the GRPO is added, the secondary connection is successful and the Journal Entry is created. The secondary connection is strictly used for the JE. Here's the code (VS.Net 2005) for the secondary connection:
    vCompany = New SAPbobsCOM.Company
    vCompany.UseTrusted = True
    vCompany.language = SAPbobsCOM.BoSuppLangs.ln_English
    vCompany.CompanyDB = oCompany.CompanyDB
    vCompany.UserName = "XXXXX"
    vCompany.Password = "YYYYY"           
    vCompany.Server = oCompany.Server
    vCompany.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_MSSQL2005
    lRetConnect = vCompany.Connect()
    Where "XXXXX" would be the appropriate management level SAP User Name and "YYYYY" would be that users password.
    Has anyone else had this kind of issue where you needed a secondary connection with management level access behind the scenes to accomplish something in SAP and had problems getting it to connect? Any thoughts or ideas would be greatly appreciated.

    Hi Dennis,
    what you can try is to make a untrusted connection
    oCompany.UseTrusted = False
    and set the DBUser and Pwd
    oCompany.DbUserName = "sa"
    oCompany.DbPassword = "insertpwd"
    lg David

  • Posting a journal Entry failed

    Hello All
    I created a Journal Entry and edited the Journal Entry. When I tried to post it, I got an error saying
    Could not start child program C:\PT8.49\cblbinA\GLPPPOST REMOTEA ....
    When I looked at my folder structure I donot have that directory at all. .When I read the documentation it seems Posting process GLPPPOST is a Cobol Process. Does that I mean I need to setup cobol environment too?
    Any thoughts?
    Thanks
    Sri

    Posting process GLPPPOST is a Cobol Process. Does that I mean I need to setup cobol environment too?If you want to run a cobol, you obviously need to configure the cobol env. Starting by the Microfocus install, and compilation. Take a look in the PeopleTools installation guide for more information (OS/database vendor dependant) :
    http://download.oracle.com/docs/cd/E05406_01/psft/html/docset.html
    Nicolas.

  • Journal Entrie - Failed to get next member of range member UJJ_JRNID

    Hi experts,
    I am using the BPC NW 7.5 SP04 version and have created a journal template. When I try to save the journal entry, I get the following error "new journal ID: Failed to get next member of range member (UJJ_JRNID - ). "
    I have this error only in production environment. I save and post journal entry in develop environment without error.
    Best regards,
    Marilia Costa

    Hi Friend,
    Application parameters yes marked as YES, and I have change the number range as following
    No.__ from number ____to number___current number
    1____0000000001_____9999999999__1
    But still i am getting error as" UJJ_JRNID - 000002"
    My subobject no. is 000002
    Please Advice
    Thanks in advance
    Aryan

  • Forms issue 12.1.3 instance - FRM-92101: There was failure

    Hi,
    Forms are not getting open in my UAT instance, application version is 12.1.3.
    Error Message:
    FRM-92101: There was failure in the forms server during startup. This could happen due to invalid configuration.
    Please look into the web-server log file for details
    Any one of you please suggest...all the services are started sucessfully, we have verified from backend.
      applsit@haidcerpuat01:/rpool/oracle/APPLSIT/inst/apps/SIT_haidcerpuat01/admin/scripts$ adopmnctl.sh status
      You are running adopmnctl.sh version 120.6.12010000.5
      Checking status of OPMN managed processes...
      Processes in Instance: SIT_haidcerpuat01.haidcerpuat01.hai.net
      ---------------------------------+--------------------+---------+---------
      ias-component                    | process-type       |     pid | status
      ---------------------------------+--------------------+---------+---------
      OC4JGroup:default_group          | OC4J:oafm          |   21540 | Alive
      OC4JGroup:default_group          | OC4J:forms         |   21519 | Alive
      OC4JGroup:default_group          | OC4J:oacore        |   11323 | Alive
      HTTP_Server                      | HTTP_Server        |   21407 | Alive
      adopmnctl.sh: exiting with status 0
      adopmnctl.sh: check the logfile /rpool/oracle/APPLSIT/inst/apps/SIT_haidcerpuat01/logs/appl/admin/log/adopmnctl.txt for more information ...
      applsit@haidcerpuat01:/rpool/oracle/APPLSIT/inst/apps/SIT_haidcerpuat01/admin/scripts$
    Please find attached screen shosts also..
    Regards,
    Amarnath

    Hi Amarnath,
    FRM-92101: There was failure in the forms server during startup. This could happen due to invalid configuration.
    Please look into the web-server log file for details
    This is a generic error.
    Please confirm whether the application was working fine before? If yes, what is the recent change you did?
    Please check for Database/Application log file for more errors.
    Please upload the content of Forms logfile and provide the link here, this can be found at:
    $LOG_HOME/ora/10.1.2/forms/
    Best Regards

  • Help: Got really frustrated with FRM-92101

    Hi,
    I am working on a project of a set of FORMS. For an unknown reason some of FORMS turning to make FRM-92101: A failure has occurred on the server. You will need to reestablish your session.
    The problem not occur at the begining and it could occur on a button pressed or DML on a field. I am kind of certain the FORM and the associated code should have no problems.
    Any suggestions?
    Thank you in advance.
    Jimmy

    Hi ,
    Take a look in the application.log file located in DEV_SUITE10G_HOME\application-deployments\forms
    This type of error occur whenever there is an error in the specified working directory.
    So , you may find a message like..
    "Unable to switch to working directory <working directory>"
    in the application.log file.
    Hope , the above will help
    Simon

  • Starting SOA server using proxy fails with exception

    Hi,
    The problem is as mentioned in the subjet.
    In console-servers-soa server - server start - arguments , I have entered
    -Dhttp.proxyHost=XX.XX.140.2 -Dhttp.proxyPort=80
    When i try to start the server, I get this in the log:
    Listen Address server1:8001
    Public Address N/A
    Http Enabled true
    Tunneling Enabled false
    Outbound Enabled false
    Admin Traffic Enabled true>
    <Jan 19, 2011 1:10:23 PM CST> <Info> <Server> <BEA-002609> <Channel Service initialized.>
    <Jan 19, 2011 1:10:24 PM CST> <Info> <Socket> <BEA-000436> <Allocating 2 reader threads.>
    <Jan 19, 2011 1:10:24 PM CST> <Info> <Socket> <BEA-000446> <Native IO Enabled.>
    <Jan 19, 2011 1:10:24 PM CST> <Info> <IIOP> <BEA-002014> <IIOP subsystem enabled.>
    <Jan 19, 2011 1:10:53 PM CST> <Error> <Net> <BEA-000903> <Failed to communicate with proxy: XX.XX.140.2/80. Will try connection admin/7001 now.
    java.net.ProtocolException: unrecognized response from proxy: 'HTTP/1.1 403 Forbidden'
    at weblogic.socket.utils.ProxyUtils.getProxySocket(ProxyUtils.java:206)
    at weblogic.socket.utils.ProxyUtils.getClientProxy(ProxyUtils.java:221)
    at weblogic.socket.SocketMuxer.newClientSocket(SocketMuxer.java:345)
    at weblogic.socket.ChannelSocketFactory.createSocket(ChannelSocketFactory.java:79)
    When i tried the below cmd from my soa server console,
    wget www.yahoo.com
    I get proper response.
    oracle@server:/data/oracle/domains/soau_domain/servers/soa_server01_01/logs> wget www.yahoo.com
    --2011-01-19 13:50:33-- http://www.yahoo.com/
    Resolving proxy.sample.local... XX.XX.140.2
    Connecting to proxy.sample.local|XX.XX.140.2|:80... connected.
    Proxy request sent, awaiting response... 302 Found
    Location: http://au.yahoo.com/?p=us [following]
    --2011-01-19 13:50:34-- http://au.yahoo.com/?p=us
    Connecting to proxy.sample.local|XX.XX.140.2|:80... connected.
    Proxy request sent, awaiting response... 200 OK
    Length: unspecified [text/html]
    So looks like proxy server is reachable from soa server.
    Can anyone help me with where this could be getting wrong?
    Thanks
    Ganesh

    java.net.ProtocolException: unrecognized response from proxy: 'HTTP/1.1 403 ForbiddenThis looks like that the proxy is expecting an username from soa server for authentication and you have not configured soa server to send the username/password to authenticate at the proxy server. I am not sure if soa server has a way to specify username/password for proxy authentication, but a workaround we used to do in an earlier version of OSB ( ALSB 2.5, where there was no provision to specify proxy authentication crdentials) was to add the URL's you want to access via proxy, to the 'proxy-free-list' of the proxy server. A proxy wont prompt for username/password for accessing an URL which is in its 'proxy-free-list'.

  • FRM-92101 on client machines after physical move to new building

    I'm relatively new to IAS (1.0.2.2.2a), Portal (3.0.9.8.5), Forms (6.0.8.25), etc. We recently moved most of our employees to a new building. The web server and DB server remains at the old location. External internet users continue to access the portal and Forms application successfully. Our Intranet users can access the portal. But after the Forms app URL is selected, the application login/mainmenu fails with FRM-92101: A failure has occurred on the server. You will need to reestablish your session.
    The java console display on my workstation:
    Forms Applet version is : 60825
    oracle.forms.net.ConnectionException: Forms session <1,102> 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)
    Anyone have any idea on how to begin chasing this down?

    Thanks for the response. I've worked several days with with my Network IT dept to resolve this issue. So far, they see nothing. They opened up the firewalls completely with negative results. Network tracing has revealed nothing. I discovered workstation DNS calls from the server didn't work any longer after the move to the new building. That has been resolved with no effect on the Forms call. I have increased all the recommended timeout parameters per Note 204446.1. No impact. My failure is immediate when calling the form from my portal. It's as if workstation sessions are being rejected by the the Forms servlet process or the network. Any ideas on what else to look at?

  • Forms application fails with SSO PSP

    Hi,
    I am trying to invoke a forms application from a PSP page, both are configured behind SSO. But when i click the Forms application link it fails with
    500 Internal Server Error
    oracle.forms.net.ConnectionException     at oracle.forms.servlet.FormsServlet.doRequest(Unknown Source)     at oracle.forms.servlet.FormsServlet.doGet(Unknown Source)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)     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)
    We are not able to figure out why this is happenig. We followed all the steps as per metalink document 262686.1, but it also was of no use.
    Has anyone solved this problem, pls let us know the fix?
    Thanks,
    OracleExpert

    Hi everyone,
    Alright, I solved the problem. It seems like the OID is very very very picky with the formsweb.cfg syntax. Especially with the quotes: don't use them!
    For example, I had set the oid_formsid & formsid_group_dn values between double-quotes. Removing them fixed the error.
    Here's an RCS output from the modifications.
    [[email protected]] server {1008}$ rcsdiff formsweb.cfg
    ===================================================================
    RCS file: RCS/formsweb.cfg,v
    retrieving revision 1.10
    diff -r1.10 formsweb.cfg
    208c208
    < oid_formsid="formsApp_osielle.notarius.com_47F26490FB4311DB8F3BBF0DDB09B635"
    oid_formsid=formsApp_osielle.notarius.com_47F26490FB4311DB8F3BBF0DDB09B635214,215c214
    < # formsid_group_dn=%GROUP_DN%
    < formsid_group_dn="cn=Logical Application Group, orclApplicationCommonName=formsApp_osielle.notarius.com_47F26490FB4311DB8F3BBF0DDB09B635, cn=Forms, cn=Products, cn=OracleContext"
    formsid_group_dn=cn=Logical Application Group, orclApplicationCommonName=formsApp_osielle.notarius.com_47F26490FB4311DB8F3BBF0DDB09B635, cn=forms, cn=Products, cn=OracleContextHTH,
    David

  • 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 in wu_test (the webutil demo form)

    Error:
    FRM-92101 in wu_test (the webutil demo form)
    Problem:
    I am attempting to run the wu_test form, downloaded with demos for webutil 1.02.
    Running wu_test or another form containing webutil functions results in
    FRM-92101 in the form's window and the following error in the OC4J console.
    "Forms session <1> aborted: unable to communicate with runtime process."
    Environment:
    Java Client: Tried with both Sun Java Plug-In 1.4.2.04/5 and Jinitiator 1.3.1.17
    Application Server: Oracle 9.0.4 iDS (Orion Development OC4J)
    Database: Enterprise Edition 10.1.0.2.0
    Forms Listener Servlet
    Attempted Solutions:
    I have scoured OTN & MetaLink & tried everything I could find with no luck. I
    apologize for the length of this post, but I want to provide as much information
    as possible re: what I've tried and my environment.
    For instance, the remedy in Note 252600.1, which can cause these symptoms, did
    not help.
    This note states:
    In webutil.cfg modify
    install.syslib.location to an absolute URL, replacing the line:
    install.syslib.location=/webutil
    To an absolute URL like:
    install.syslib.location=http://[host]:[port]/forms90/webutil
    (replacing [host] and [port] with your own values) or
    install.syslib.location=//../webutil
    Other Information:
    Other forms (ones that don't contain webutil functions/beans) run fine with the same
    env and config used for webutil.
    The wu_test form is already set up so first navigation item is not on the
    webutil canvas, but on the "demo" canvas.
    OC4J Console:
    C:\Program Files\Common Files\System\MAPI\1033\nt>C:\Ora10giDS\jdk\bin\java -Xbo
    otclasspath/p:C:\Ora10giDS\vbroker4\lib\vbjboot.jar -Doracle.security.jazn.confi
    g=C:\Ora10giDS\j2ee\DevSuite\config\jazn.xml -Doracle.home=C:\Ora10giDS -DORACLE
    _HOME=C:\Ora10giDS -jar C:\Ora10giDS\j2ee\home\oc4j.jar -userThreads -config C:\
    Ora10giDS\j2ee\DevSuite\config\server.xml
    04/07/29 15:46:09 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
    initialized
    04/07/29 15:46:19 FormsServlet init():
    configFileName: C:\Ora10giDS/forms90/server/formsweb.cfg
    testMode: false
    04/07/29 15:46:35 ListenerServlet init()
    04/07/29 15:46:51 Forms session <1> aborted: unable to communicate with runtime
    process.
    Orion webserver application.log:
    04/07/29 15:46:07 Started
    04/07/29 15:46:19 forms90web: jsp: init
    04/07/29 15:46:19 forms90web: f90servlet: init
    04/07/29 15:46:19 forms90web: FormsServlet init():
    configFileName: C:\Ora10giDS/forms90/server/formsweb.cfg
    testMode: false
    04/07/29 15:46:19 forms90web: 9.0.4.0.0 Started
    04/07/29 15:46:35 forms90web: l90servlet: init
    04/07/29 15:46:35 forms90web: ListenerServlet init()
    04/07/29 15:46:51 forms90web: Forms session <1> aborted: unable to communicate with runtime process.
    04/07/29 15:46:51 forms90web: 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 (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    Java Console:
    Java(TM) Plug-in: Version 1.4.2_05
    Using JRE version 1.4.2_05 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\isellers
    Proxy Configuration: No proxy
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 9.0.4.0
    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)
    Or JInitiator Console:
    Oracle JInitiator: Version 1.3.1.17
    Using JRE version 1.3.1.17-internal Java HotSpot(TM) Client VM
    User home directory = N:
    Proxy Configuration: no proxy
    JAR cache enabled
    Location: N:\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://localhost:8890/forms90/webutil/webutil.jar from JAR cache
    Loading http://localhost:8890/forms90/java/f90all_jinit.jar from JAR cache
    Loading http://localhost:8890/forms90/webutil/jacob.jar from JAR cache
    RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 9.0.4.0
    oracle.forms.net.ConnectionException: Forms session <2> 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)
    Named Config sections from formsweb.cfg
    #A named (sample) named configuration section for use with WebUtil & Sun JPI
    [webutil]
    pageTitle=Oracle Forms Services - WebUtil
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    baseHTMLjinitiator=html/bocowebutiljpi.htm
    baseHTMLjpi=html/bocowebutiljpi.htm
    userid=<replacedforsecurity>/<replacedforsecurity>@<replacedforsecurity>
    legacy_lifecycle=false
    heartBeat=5
    envFile=env/webutil.env
    #A named (sample) named configuration section for use with WebUtil & JInitiator
    [webutiljinit]
    pageTitle=Oracle Forms Services - WebUtil JInit
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    baseHTMLjinitiator=html/bocowebutiljini.htm
    baseHTMLjpi=html/bocowebutiljini.htm
    userid=<replacedforsecurity>/<replacedforsecurity>@<replacedforsecurity>
    envFile=env/webutil.env
    Webutil.env (with comments removed)
    ORACLE_HOME=C:\Ora10giDS
    FORMS90_PATH=C:\Ora10giDS\forms90\webutil\forms;C:\Ora10giDS\forms90\webutil\demo;C:\Ora10giDS\apps;
    WEBUTIL_CONFIG=C:\Ora10giDS\forms90\webutil\webutil.cfg
    CLASSPATH=C:\Ora10giDS\j2ee\OC4J_BI_Forms\applications\forms90app\forms90web\WEB-INF\lib\f90srv.jar;C:\Ora10giDS\jlib\repository.jar;C:\Ora10giDS\jlib\ldapjclnt9.jar;C:\Ora10giDS\jlib\debugger.jar;C:\Ora10giDS\jlib\ewt3.jar;C:\Ora10giDS\jlib\share.jar;C:\Ora10giDS\jlib\utj90.jar;C:\Ora10giDS\jlib\zrclient.jar;C:\Ora10giDS\reports\jlib\rwrun.jar;C:\Ora10giDS\jdk\jre\lib\rt.jar;C:\Ora10giDS\forms90\webutil\lib\webutil.jar;C:\Ora10giDS\forms90\webutil\lib\jacob.jar;
    PATH=C:\Ora10giDS\bin;C:\Ora10giDS\jdk\jre\bin\client
    FORMS90=C:\Ora10giDS\forms90
    Section from Webutil.cfg
    #install.syslib.location=/webutil
    # Try absolute URL per note 252600.1 - no help
    #install.syslib.location=http://it110981.boco.co.boulder.co.us:8890/forms90/webutil
    # Or try relative URL like this per note 252600.1 - also no help
    install.syslib.location=//../webutil
    Line from orion-web.xml
    <virtual-directory virtual-path="/webutil" real-path="C:\Ora10giDS/forms90/webutil/lib" />
    Any suggestions on how I can get this to work will be appreciated. Thanks. -Ian

    most of the time this means that your webutil.pll isn't good attached but it is very dependant on the versions you working on.
    Post your versions of forms ias and webutil.
    In older version it is sometimes necessary to first subclass the webutil group and then attach the webutil.pll. Other way around didn't work (was in beta version 1.02 I believe)

  • Systemd: some services starting too early and then failing

    Hello everyone,
    I freshly installed Arch on this new laptop (Asus Zenbook Prime UX32VD) and from the start, I wanted to have a pure systemd setup. I'm using services only and I've uninstalled initscripts and so far it's working relatively well.
    However, some services seem to start too early by default and the workarounds are unsatisfactory.
    Problem 1: asus-screen-brightness and asus-kbd-backlight
    On this lap top, the stock screen brightness buttons do not work (yet). A script and a service file (which are both available via the asus-screen-brightness AUR package) have to be used to allow users to change the brightness via the script. The problem is, with that service enabled, it only succeeds sometimes. About have of the time booting the laptop it fails, most likely because the necessary nodes in /sys/ do not exist yet. Restarting the service manually after booting does the trick:
    [root@tachychineta shapeshifter]# sc status asus-screen-brightness
    asus-screen-brightness.service - Allow user access to screen brightness
    Loaded: loaded (/etc/systemd/system/asus-screen-brightness.service; enabled)
    Active: active (exited) since Fri, 12 Oct 2012 11:23:44 +0200; 1min 1s ago
    Process: 320 ExecStart=/usr/bin/asus-screen-brightness allowusers (code=exited, status=0/SUCCESS)
    CGroup: name=systemd:/system/asus-screen-brightness.service
    Oct 12 11:23:44 tachychineta systemd[1]: Starting Allow user access to screen brightness...
    Oct 12 11:23:44 tachychineta sudo[349]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/chmod g+w /sys/class/backlight/intel_backlight/brightness
    Oct 12 11:23:44 tachychineta sudo[349]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Oct 12 11:23:44 tachychineta asus-screen-brightness[320]: cat: /sys/class/backlight/intel_backlight/max_brightness: No such file or directory
    Oct 12 11:23:44 tachychineta asus-screen-brightness[320]: /usr/bin/asus-screen-brightness: line 8: /10: syntax error: operand expected (error token is "/10")
    Oct 12 11:23:44 tachychineta asus-screen-brightness[320]: /usr/bin/asus-screen-brightness: line 10: 2*: syntax error: operand expected (error token is "*")
    Oct 12 11:23:44 tachychineta asus-screen-brightness[320]: cat: /sys/class/backlight/intel_backlight/brightness: No such file or directory
    Oct 12 11:23:44 tachychineta asus-screen-brightness[320]: chgrp: cannot access ‘/sys/class/backlight/intel_backlight/brightness’: No such file or directory
    Oct 12 11:23:44 tachychineta asus-screen-brightness[320]: chmod: cannot access ‘/sys/class/backlight/intel_backlight/brightness’: No such file or directory
    Oct 12 11:23:44 tachychineta systemd[1]: Started Allow user access to screen brightness.
    [root@tachychineta shapeshifter]# sc restart asus-screen-brightness
    [root@tachychineta shapeshifter]# sc status asus-screen-brightness
    asus-screen-brightness.service - Allow user access to screen brightness
    Loaded: loaded (/etc/systemd/system/asus-screen-brightness.service; enabled)
    Active: active (exited) since Fri, 12 Oct 2012 11:25:28 +0200; 2s ago
    Process: 2547 ExecStop=/usr/bin/asus-screen-brightness disallowusers (code=exited, status=0/SUCCESS)
    Process: 2579 ExecStart=/usr/bin/asus-screen-brightness allowusers (code=exited, status=0/SUCCESS)
    CGroup: name=systemd:/system/asus-screen-brightness.service
    Oct 12 11:25:28 tachychineta systemd[1]: Starting Allow user access to screen brightness...
    Oct 12 11:25:28 tachychineta sudo[2593]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/chgrp users /sys/class/backlight/intel_backlight/brightness
    Oct 12 11:25:28 tachychineta sudo[2593]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Oct 12 11:25:28 tachychineta sudo[2597]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/chmod g+w /sys/class/backlight/intel_backlight/brightness
    Oct 12 11:25:28 tachychineta sudo[2597]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Oct 12 11:25:28 tachychineta systemd[1]: Started Allow user access to screen brightness.
    Exactly the same problem occurs with asus-kbd-backlight.service which is needed to allow users to control the keyboard backlight. It also fails because of missing /sys/ entries if started too early.
    Problem 2: automatic login & X11
    I use the method described on the wiki to autologin into TTY1 with my user and my .bash_profile contains
    [[ $(fgconsole) = 1 ]] && startx
    and my .xserverrc is configured as explained in this fantastically useful article by falconindy.
    This way, X starts automatically and my session is properly authenticated for things like udiskie. I'm not using [testing] but instead rebuilt polkit with --enable-systemd and it's working just fine. The problem is, just like in problem 1, Xorg fails to start every now and then, failing with
    (EE) No devices detected.
    I don't have a full log because it hasn't happened in a while, but I'm very certain it's because the chipset isn't ready, yet.
    Solutions?
    I added "i915" to /etc/modules-load.d/static.conf hoping that would cover both the Xorg and backlight problems but it doesn't help. I then tried adding i915 to my MODULES in mkinitcpio.conf and rebuilding the initramfs and at least it looked like that way the problems went away but it added about 4 seconds to the time spent by the "kernel" during boot which is quite unacceptable. (Plots with and without i915 in MODULES).
    I read the systemd.unit and systemd.service man pages but I can't find a way to speficy required kernel modules for a service file. I'm not sure if specifying the modules in /etc/modules-load.d shouldn't be enough (because apparently it's supposed to load for sysinit.target, which is early) but apparently it isn't.
    Any ideas how I can get these services to work properly without sacrificing too much boot time?
    Thank you
    Last edited by Shapeshifter (2012-10-12 10:20:09)

    Please fill a bug report.

Maybe you are looking for

  • Migration oracle database from 1 drive to anothe drive

    dear gurus, hello to all i have encounter one of the issue that i am trying to find solution but upto now i cant find it. we have 1 of the machine oracle 10gR2 using on windows 2003 machine. where we have c,d,e drive. e is belong to san drive. due to

  • XML to XSL Performance

    Hello All, I've been involved with many web-apps that produce XML and then use XSL to provide the look and feel. My question is whether you have found that XSLT causes a bottle neck on CPU time when the server is busy. Is there a way round this? Some

  • Where's the application server support matrix for JDev 10.1.2?

    The following URL gives a support matrix but only covers versions up to 9.0.5. http://www.oracle.com/technology/products/jdev/collateral/papers/10g/as_supportmatrix.html Where can I find a similar document for 10.1.2? I can't find this on MetaLink ei

  • Track selection & playlists

    Hi I have tried a search for this and cannot find an obvious answer? I have created playlists, how do you uncheck the Library music file but keep the playlists checked for when you sync to your iPod? I do not want the Library music file and the playl

  • Where can i get the lisence for adobe photoshop 7.0

    how to get a licensed Photoshop version