FRM-92101 Is this a bug ?

I just created two data types on the db server 10g :
CREATE OR REPLACE TYPE
MY_1D_STRING_ARRAY AS VARRAY(10000) OF VARCHAR2(1000);
and
CREATE OR REPLACE TYPE
MY_2D_STRING_ARRAY AS VARRAY(10000) OF MY_1D_STRING_ARRAY;
In Oracle Forms 10g R2 trigger any attampt to initialize variable
declare
test my_2d_string_array := my_2d_string_array( my_1d_string_array('a', 'b'), my_1d_string_array('c', 'd'));
causes FRM-9210.
Java console details:
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)
HELP!

No it's not a bug, Oracle will treat "datab" as alias to "dataa" if comma left out.
Doesn't your view has two columns id and datab, but datab column showing dataa data?

Similar Messages

  • 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

  • Forms bug, Frm-92101

    Hi all
    I found that the error frm-92101 always occures in all triggers that is also executed before the form is displayed, if any message -(whether you display it using an alert or it comes implicity from forms like error messages)- is displayed before the form start displaying, then the form stuck and get frm-92101 error.
    An instance of this erro is, if we used the execute_query built-in in the
    when-new-form-instance trigger and the data table does not have any rows.
    I solved the problem as follows
    I put the line
    :System.Message_Level := '10';
    just before execute_query line, so no message will display and the error no more comes.
    Does this means that we should not use any alerts in any of the triggers that could be executed before the form display, like :
    when-validate-record
    when-new-form-instance
    post-change
    and others ?
    Dear colleagues
    Please share me this bug
    Regards
    Mostafa Abolaynain

    :System.Message_Level := '10';
    just before execute_query line, so no message will display and the error no more comes.This is not fixing the problem. The error will still occur whether you choose to display the error or not.
    Try recompiling the form as follows:
    Step 1. Ctrl + K (Compile Incremental)
    Step 2. Ctrl + Shift + K (Compile All)
    Step 3. Ctrl + T (Compile Module)

  • 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

  • FRM-92101: There was a failure in the forms during startup. this could happend due to invalid configuration

    Dear members,
    I have installed and using developer suite 10g from past 6months in my local desktop windows xp-sp3. i am running the forms using menus in my local desktop.
    But recently all the forms are working fine from menu except one form, when i ran a particular form with out doing any modifications i'm getting the below error.
    FRM-92101: There was a failure in the forms during startup. this could happend due to invalid configuration.
    and the error log at C:\DevSuiteHome_1\j2ee\DevSuite\application-deployments\forms\application.txt is
    13/07/22 12:50:37 formsweb: Forms session <3> aborted: unable to communicate with runtime process.
    13/07/22 12:50:37 formsweb: Forms session <3> exception stack trace:
    java.net.SocketException: Connection reset
      at java.net.SocketInputStream.read(SocketInputStream.java:168)
      at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
      at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
      at java.io.DataInputStream.readLine(DataInputStream.java:562)
      at oracle.forms.net.HTTPHeaderTool.parseResponseHeader(Unknown Source)
      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.3.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:835)
      at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
      at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:816)
      at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
      at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
      at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
      at java.lang.Thread.run(Thread.java:534)
    here is the details of the versions:
    desktop os(no application server): windows xp-sp3.
    forms version: Forms [32 Bit] Version 10.1.2.3.0 (Production)
    im using java version:  Version 6 Update 45 (Build 1.6.0_45-b06)
    the form is using webutil librarys
    getting errors from the browser versions: Internet Explorer 6(xp-sp3) & Google Crome Version 28.0.1500.72 m
    i have tried several times by compiling the form using shft+ctrl+k and create the fmx again using ctrl+t, but still facing the same issue.
    Please help me ASAP, if anyone have any idea about what could be the reason and how could i resolve this issue.
    Thanks,
    Krish.

    Krish,
    Unfortunately, you are dealing with a situation that will require a lot of patients as this type of error is not easy to troubleshoot.
    user7699138 wrote:
    the form is using webutil librarys
    Are any of your other forms that work using WebUtil?  If no - then you may not have completed the WebUtil configuration completely.
    The first troubleshooting step is to display the Java Console (Start => Control Panel => Java => Advanced tab => Java Console node => Show Console) as you may be getting an Java Exception that is not being reported through Forms.
    Craig...

  • 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

  • Forms9i Tracing: Is this a bug?

    Hi all,
    I'm new to tracing, so I read the docs and tried it out with a form that has bad response times. I defined a custom tracegroup in ftrace.cfg that looks like this:
    custom2: 64-67,70,97-101,132-137
    (all events of type duration).
    This gives me FRM-92100 and FRM-92101 when running any form. So I tried to narrow it down:
    custom2: 64-67 works
    custom2: 64-67,70 works
    custom2: 64-67,70,97-101 does not work!
    O.K., define the second range one by one
    custom2: 64-67,70,97,98,99,100,101 does not work!
    So try the provided example:)
    custom1: 32-46,65,66,96,194 does not work!
    Next thought: only 5 events at a time:
    custom2: 64,65,66,67,70 does not work!
    maybe 4...?
    custom2: 64,65,66,67 does not work!
    3....?
    custom2: 64,65,66 works!
    So it seems that only "one range plus one single event" or "three single events" are allowed.
    Is that true? Can anyone confirm this on 9ias RL2 on Win2000 Server?
    Or am I doing something wrong?
    This reproduces on 9ids on Win2000 prof as well.
    Thanks in advance
    Gerald Krieger

    Gerald,
    Bug 3235271 has been filed today.
    Frank

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

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

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

  • FRM 92101 & FRM 92050 on F5

    I get errors FRM 92101 & FRM 92050 when I naviagte away from and return to / or minimise and maximise my Oracle Web form (10g).
    The failure occurs when I hit the F5 key to query the form on my return to the application. Rather than run the Oracle F5 command, it tends to run the Internet Explorer F5 command which tries to refresh the IE window (as opposed to query the application), thus crashing the session.
    This happens because the cursor is no longer on the form on my return, and when I press F5 to query the form I get this above error and the application shuts down on me.
    Does anyone know how I overcome this error???

    Andreas,
    The item I'm adding which causes the issue is a standard forms item.
    As I was just developing a test form so that I could prove the setup of the server and the functionality, there is no pre-form and when new-form-instance triggers. The LOGON() call simply existed to avoid me having to enter db logon details every time I ran the form. In actuality it had the connection string passed to it ... LOGON('connection string'), I just didn't want to paste it on the web.
    It would be interesting to see if someone else could replicate this....it would give me an idea of whether it's just my server configuration or a bug within forms/webutil ...
    The simple steps I follow to replicate this issue:
    - Create a form
    - Sub-class the Webutil package
    - Attach the Webutil library
    - Create a data block and keep adding items to the block
    - After a given number of items are added to the block, upon deployment it errors (I added 37 text items to the block)

  • FRM-92101 when trying to run forms from Forms Builder 10g

    I have been struggling with this for a few days now and have tried multiple solutions around on these forums without any resolution yet!
    Trying to run Forms Builder on a Windows XP machine with Oracle Development Suite 10.1.2.0.2 installed in its own ORACLE_HOME. The installation completes succesfully and I can start the OC4J instance.
    1) When I open up Forms Builder and pull up the test.fmb form and try to run it, I get the following 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.
    On clicking 'Details' the following errors are displayed:
    Java Exception:
    oracle.forms.netConnectionException: Forms session <1> aborted: unable to communicate with runtime process.
    2) The ORACLE_HOME\j2ee\DevSuite\application-deployments\forms\application.log includes the following errors:
    11/11/25 10:02:23 formsweb: RunformProcess.connect(): failed !
    11/11/25 10:02:23 formsweb: Forms session <1> aborted: unable to communicate with runtime process.
    11/11/25 10:02:23 formsweb: Forms session <1> exception stack trace:
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
         at java.net.Socket.connect(Socket.java:452)
         at java.net.Socket.connect(Socket.java:402)
         at java.net.Socket.<init>(Socket.java:309)
         at java.net.Socket.<init>(Socket.java:153)
         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:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    3) The Java console has the following error:
    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.HTTPConnection.connect(Unknown Source)
         at oracle.forms.engine.FormsDispatcher.initConnection(Unknown Source)
         at oracle.forms.engine.FormsDispatcher.init(Unknown Source)
         at oracle.forms.engine.Runform.initConnection(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Opening http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.class
    Connecting http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.class with no proxy
    Opening http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.properties
    Connecting http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.properties with no proxy
    Opening http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.class
    Connecting http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.class with no proxy
    Opening http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.properties
    Connecting http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.properties with no proxy
    Any inputs will be greatly appreciated.

    Same issue here... Been trying to get this working since a week now. I tried all the solutions like memory heap and all but no luck.
    One thing that I would like to know is that, in some threads the resolution was to recompile the INS_FORMS.MK file under /forms/lib32 but with my installation I don't have that "lib32" folder under /forms/ and I can not even find that file anywhere in my entire installation.
    I am using 12.1.1 on Windows Server 2008.
    Any help or guidelines is greatly appreciated.
    Santhosh.

  • FRM-92101:

    Hi
    I've got an error message while running form.it is....
    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.
    What may be the fault and what is the remedy can any one suggest me?
    Regards
    Amritava

    Gerd,
    We are facing the same peoblem.
    Ours is web based application with
    forms 10gR1
    AS also 10g
    DB 9.2.0.1.0
    Any clues?
    Pls help..
    jeneesh

  • FRM-92101 error while opening forms on fresh r12 vision db on hp ux (11.31)

    Hi all,
    I have installed vision database r12(12.0.4) on hp ux (11.31).
    I am able to open the login page but when trying to access any form it gives below mention error.
    FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration.
    I have checked below mention log file.
    /devbackup/applvis/inst/apps/VIS_reeldev/logs/ora/10.1.3/opmn/forms_default_group_1/formsstd.out
    Error:
    Forms session <1> aborted: runtime process failed during startup with errors /usr/lib/hpux32/dld.so: Unsatisfied code symbol 'nnftboot' in load module '/devbackup/applvis/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.
    As search from Google and forums get the same issue with RHEL, issue seems to be with some library.
    We are having other testing instances on the same server and I am able to open there forms.
    Is any issue with library or any configuration requiring after installation?
    What is post installation task after installing r12?
    Not able to execute .env file with owner and privileges, why?
    How to get r12 original media from oracle?
    Thanks in advance
    Sandeep.

    Hi sandeep;
    I have installed vision database r12(12.0.4) on hp ux (11.31).
    I am able to open the login page but when trying to access any form it gives below mention error.
    FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration.
    I have checked below mention log file.
    /devbackup/applvis/inst/apps/VIS_reeldev/logs/ora/10.1.3/opmn/forms_default_group_1/formsstd.out
    Error:
    Forms session <1> aborted: runtime process failed during startup with errors /usr/lib/hpux32/dld.so: Unsatisfied code symbol 'nnftboot' in load module '/devbackup/applvis/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.Please check below and see its helpful:
    Error Dld.So: Unsatisfied Code Symbol 'Nnftboot' Signal 9 When Running Reports Concurrent Requests [ID 560287.1]
    All Concurrent Requests End With Signal 9 Termination Error [ID 452714.1]
    Also check Apache log files for more details
    What is post installation task after installing r12?You can follow Recomended R12 patches On Metalink
    Not able to execute .env file with owner and privileges, why?How you are trying to execute?
    How to get r12 original media from oracle? You can log Sr for media or you can contact wiht your oracle local office
    Regard
    Helios

  • How to deploy forms? Or: FRM-92101 on Forms 10g (10.1.2.0.2)

    Hello,
    we have a problem with deploying changed FMX-Files.
    We work with an OAS 10.1.2.0.2 and the Developer Suite 10.1.2.0.2. The Compilation works fine with frmcmp_batch.sh on the server (Linux X86).
    And these Files are accessible within the JInitiator-Applet. All fine.
    But now there's the problem: If anyone has opened a FMX-File within JInitiator and this FMX-File is compiled again, the compilation is successful but the access on this form is not. The user only 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 detatails.
    Details...
    Java Exception:
    oracle.forms.net.ConnectionException: Forms.session <46> aborted: unable to communicate with runtime process.
    at ...
    I remember, there was an equivalent problem under 9i and the solution there was to set the FORMS90_MMAP-Variable. Under 10g there is no such setting. (and this is clearly no solution)
    Now my question: There had to be a way to treat this problem. And all of the Forms-Developer had to have the same problem. I would be very happy if anybody could tell here how to deploy correctly.
    Many thanks in advance,
    Ralf

    Yes, indeed.
    We want to change fmx-files in a running installation because the functionality of the forms have to change, errors have to be corrected and so on.
    I read the suggestions in Note 286762.1, but honestly I think it is to complicated in a development team to handle with two or more directories and to make clear, which one is the production-directory
    I think this could not be the only possibility.
    We thought about this:
    - we have a development directory, a "waiting" directory and a productivity-directory.
    The process could be:
    - compiling in the development directory
    - checking, if the fmx-file is in use (with lsof)
    - if the fmx-file is in use, the fmx-file will be transferred into the "waiting" directory
    - it the fmx-file is not in use, it will be transferred into the productivity-directory
    - in regular intervalls a job has to test, if the files in the "waiting" directory are freed. If so they will be transferred, else not.
    Only if changes are needed to do immediately (e.g. heavily errors), the fmx-file can be moved manually in the productivity-directory.
    But this is only our idea. I thought there has to be a standard deployment-strategy from Oracle or better ideas from other developers.
    Perhaps someone has a even better suggestion for us.
    Many thanks in advance for every idea,
    Ralf

  • FRM-92101 Error when trying to access forms in R12 in windows 2003 SP1

    Hi,
    We have installed the Oracle Applications system on one of our instance.
    When we try to start the application we face some problem:
    The syndrome is the following:
    We are launching one of the Apps Forms Page
    However, we have to wait around 8-10 minutes till we got the 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.
    Details...
    Java Exception:
    oracle.forms.net.ConnectionException: Forms session <1> failed during startup: no response from 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.HTTPConnection.connect(Unknown Source)
    at oracle.forms.engine.FormsDispatcher.initConnection(Unknown Source)
    at oracle.forms.engine.FormsDispatcher.init(Unknown Source)
    at oracle.forms.engine.Runform.initConnection(Unknown Source)
    at oracle.forms.engine.Runform.startRunform(Unknown Source)
    at oracle.forms.engine.Main.createRunform(Unknown Source)
    at oracle.forms.engine.Main.start(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)"
    The OS in Windows 2003 with SP1

    We are launching one of the Apps Forms Page What is the form name? What is the navigation of the form?
    Did you try to regenerate the form via adadmin? If not, please do so and check then.

  • FRM-92101 error message

    Hello all,
    I have oracle and form 10g running under XP sp2. When running my form, i have the message error FRM-92101 in my first page with no executable code, it does nothing until i press a button. Last day, i had added webutil into my project and test it. It works fine. I had checked the pasts posts in the forum. but i don't find any answer to my problem. Nothing in my trace folder \forms\trace.
    Here is my java consol log.
    I had delete my .fmx file and recompile my program but the problem persists.
    Loading http://wbcla.aaaa.ca:7778/forms/java/frmwebutil.jar from JAR cache
    Loading http://wbcla.aaaa.ca:7778/forms/java/frmall_jinit.jar from JAR cache
    RegisterWebUtil - Loading WebUtil Version 1.0.6
    Loading http://wbcla.aaaa.ca:7778/forms/prod_ico/cla_ico.jar from JAR cache
    Loading http://wbcla.aaaa.ca:7778/forms/java/jacob.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.2
    oracle.forms.net.ConnectionException: Forms session <84> 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)
    java.io.EOFException
         at java.io.DataInputStream.readUnsignedByte(Unknown Source)
         at oracle.forms.engine.Message.readDetails(Unknown Source)
         at oracle.forms.engine.Message.readDetails(Unknown Source)
         at oracle.forms.net.StreamMessageReader.run(Unknown Source)
    java.lang.NullPointerException
         at oracle.forms.handler.FormWindow.handleWindowActivated(Unknown Source)
         at oracle.forms.handler.FormWindow.propertyChange(Unknown Source)
         at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.LWWindow.fireBooleanPropertyChanged(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.LWWindow.setActive(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.laf.BaseWindowManager.transferActivationForward(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.laf.BaseWindowManager.windowRemoved(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.DesktopContainer.processDesktopEvent(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.DesktopContainer.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.DesktopContainer.removeWindow(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.LWWindow.close(Unknown Source)
         at oracle.ewt.lwAWT.lwWindow.LWWindow.dispose(Unknown Source)
         at oracle.forms.handler.DialogThread.doAlert(Unknown Source)
         at oracle.forms.handler.DialogThread.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Thanks.
    MK.

    does this occur with all your forms-modules or just with a specific one?
    If a specific one, try to remove the webutil-objects from the form and try again.
    If you added webutil, did you also put webutil.pll and webutil.olb to your runtime-directory??
    Last try:
    do a full recompile of your moduel ctrl+Shift+K (at least in german version).
    hope this helps

Maybe you are looking for

  • Next inspection date is not updated in batch / prposed at the time of UD

    Hi I have configurted the system for retest of batches, the system successfully creates the inspection lot but when does not propose next inspection date at the time of UD nor it updates in Batch Master. I entered inspection interval days in QM View,

  • Is it possible to call a custom method in App Module from a backing bean?

    I would like to know if a custom method in App Module can be called from inside a backing bean. I am not sure if it is logically right to call, from a backing bean, a custom method in App Module. But would like to know if that makes sense or if it is

  • OC4J_SECURITY preventing SSO to start

    We have been wrestling with this problem for severa days now. We have an Oracle Portal 10.1.2.0.0 running in a virtual machine using Windows 2003. Last week, we restarted the virtual machine and were not able to log on to the SSO anymore. In the ente

  • Imovie creations. How can I burn a copy to a disk?

    I have made some movies and slide shows in IMovie and I dont know how to burn copies as a DVD so others can see them. I downloaded MiDVD and is says a small clip is too big I am clueless on my MAC and need help. Thanks Also how can I tell what operat

  • Unable to access certain files in Finder without extra steps.

    I am new to Mac and I have a very basic issue. I cannot access certain files in my library just by opening Finder and going to the location. To expose the files, I must go to my desktop, and click "Go" on the Finder bar at the top left. After the lis