Forms Crash

We recently converted Forms 6.0 to 6i (6.0.8.17.1,Patch 8). All the forms compiled without errors. Now the application terminates abruptly because my_var := find_window(:system.event_window); is not setting my_var to a correct value, so when I call hide_window(my_var), the application blows completely. This worked perfectly prior to conversion. Anyone know of a workaround?

I guess this is in WHEN-WINDOW-CLOSED triiger - it works fine for me ... with 6i.

Similar Messages

  • FORMS CRASHES (FRM-92101) ON AS 10.1.2.0.2 DURING LOAD PERFORMANCE TESTING

    Hiya
    We have been doing Load Performance Testing using testing tool QALoad on our Forms 10g application. After about 56 virtual users(sessions) have logged-in into our application, if a new user tries to log-in into our application, the Forms crashes. As soon as we encounter the FRM-92101 error, no more new forms session are able to start.
    The Load Testing software start up each process very quickly, about every 10 seconds.
    The very first form that appears is the login form of our application. So before the login screen appears, we get FRM-92101 error message.
    However, those users who have already logged-in into our application, they are able to carry on their tasks.
    We are using Application Server 10g 10.1.2.0.2. I have checked the status on Application Server through Oracle Enterprise Manager Console. The OC4J Instance is up and running. Also, server's configuration is pretty good. It is running on 2 CPUs (AMD Opteron 3GHz) and has 32GB of memory. The memory used by those 56 sessions is less than 3GB.
    The Applicatin Server is running on a Microsoft Windows Server 2003 64bit Enterprise Edition.
    Any help will be much appreciated.
    Cheers
    Mayur

    Hi Shekhawat
    In Windows Registry go to
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems
    In the right hand side panel, you will find String Value as Windows. Now double click on it (Windows). In the pop up window you will see a string similar to the following one:
    %SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,20480,768 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16
    Now if you read it carefully in the above string, you will find this parameter
    SharedSection=1024,20480,768
    Here SharedSection specifies the system and desktop heaps using the following format:
    SharedSection=xxxx,yyyy,zzzz
    The default values are 1024,3072,512
    All the values are in Kilobytes (KB)
    xxxx = System-wide Heapsize. There is no need to modify this value.
    yyyy = IO Desktop Heapsize. This is the heap for memory objects in the IO Desktop.
    zzzz = Non-IO Desktop Heapsize. This is the heap for memory objects in the Non-IO Desktop.
    On our server the values were as follows :
    1024,20480,768
    We changed the size of Non-IO desktop heapsize from 768 to 5112. With 5112 KB we managed to test our application for upto 495 virtual users.
    Cheers
    Mayur

  • Forms crashes after copying over fmx

    Group,
    While testing changes, I notice that when I copy over the currently open form's fmx that when I close the form the following exception is raised and forms crashes. Is there any work around? (other then not copying overwriting files in use)
    Thanks.
    Env details
    Forms Version 10.1.2.0.2
    Redhat 3
    latest IE
    --pat
    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.
    details...
    Loading http://triton.xxxx:7778/forms/java/frmall_jinit.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    oracle.forms.net.ConnectionException: Forms session <26> 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)

    Mr Helmet :-)
    This is actually expected behavior (See MetaLink Note 286762.1). There is a way to work around this in a development environment, but you really DO NOT want to do it in a production environment (See MetaLink Note Note 151618.1).
    To increase scalability of Forms, each individual user does not have all the Forms loaded for them. So, only those things that are necesary for a user to run a session are loaded. For the first sessions, it is everything. For subsequent users, it is only things necessary that are different from the first sessions.
    This allows you to run LOTS more users with FAR fewer resources.
    If this is a Development system, the workaround is to disable this performance feature & load everything into memory for every user. You do this by setting the FORMS_MMAP environment variable to FALSE (0 for Forms 6i and earlier). Use the version number for Forms versions 9 & earlier (i.e. FORMS90_MMAP).
    I hope this explains things for you & why this is expected.
    If you think about it, why would you want currently connected users to be running while putting new Forms in place. Think about how the logic could be messed up if they started running parts of the application that were put out there while other parts were still in memory.
    Another way you could do this in a production environment would be to have multiple directories for different versions of your application. Then, when the new files are ready to be promoted, you change the FORMS_PATH to point to that new location. The connected users will still be reading the old forms & the new users would be using the new ones.
    I hope this helps.
    Cordially,
    Steve

  • Headstart Designer generated form crashes with Java EOF error

    When closing a form while in Enter Query mode, the form crashes & user is
    disconnected from the database with error:
    FRM-92100: Your connection to the server was interrupted.
    Details:
    Java Excepton
    java.io.EOF Exception
    at java.io.DataInputStream.readUnsignedByte(Unknown Source)
    at oracle.forms.engine.Message.readDetails(Unknown Source)
    at oracle.forms.netStreamMessageReader.run(Unknown Source)

    Designer generates the ON-ERROR block level trigger. It has
    execution style of BEFORE. Therefore, both the block level and
    form level ON-ERROR triggers will fire.
    Normally, in the block level trigger, Designer will generate
    calls to its own message handling package to display any
    constraint errors. However, Designer also allows you to specify
    your own custom message handling package.
    The package must contain:
    - a procedure called PUSH
    - a function called MSGGETTEXT, and
    - a procedure called RAISE_FAILURE.
    The preference MSGSFT, Package Used for Messaging, allows you to
    record the name of the custom package.
    Once you have recorded this in the preference, whenever you
    generate a form, Designer will use your package and procedures
    for its error handling code. That is why you see calls to
    Headstart specific code in the block level ON-ERROR triggers.
    If you want to customize the ON-ERROR triggers, you need to make
    sure you understand how the MSGSFT preference is used. Read the
    online help. Then, you can customize individual blocks by adding
    application logic to the block, or you can add your own ON-ERROR
    trigger to the object library in the CG$BLOCK object.
    However, be warned that the Headstart error handling mechanism
    depends on this code. Depending on what you do, you could end up
    breaking things.

  • Why my form crashes ?

    hello
    i am using forms 9i release 2. i am using control blocks in my application. some times my form crashes i mean it disappears and i see only a small vertical line in the status bar of my form moving left to right continously ...
    why it happens so ?

    Hi Mohan,
    I saw something similar the other day. I accidentally coded an infinite loop, and I eventually ran out of virtual memory on the server. On the development environment, of course.
    Try running your form in the debugger and step through your code. If it goes into a library, open the .pll file in forms and you can step through that too (even webutil.pll - step through some of Duncan's code ;-)
    It might not give you the answer, but hopefully it will give you a clue.
    Hope this helps.

  • Livecycle form crashes Reader and Acrobat

    I've created a Livecycle form that has been working great. However, a user managed to corrupt it somehow and now it causes both Reader and Acrobat to freeze and then close when trying to load it. I also tried it in Nuance which causes a freeze but not an app close. However I noticed in task manager that while frozen, Nuance's memory consumption continues to grow.
    Is there anyway to debug this to determine what is going on? Any other suggestions on how I can try to determine what is happening?

    Hi,
    Does the form crash when you do a preview in LiveCycle Designer?  Have you got "When exception thrown" set to break in JavaScript preferences, maybe you can see an exception in the console?
    Regards
    Bruce

  • Form crashing - MAC Computer

    Hi there,
    I am trying to complete what I believe is a dynamic form using Adobe reader and the form keeps crashing unexpectedly, and I lose all information entered. I’m using a new Mac and the latest version of adobe reader.
    I have inserted a image of the error message I receive when the form crashes.
    Please can anyone help to resolve this problem?
    Many thanks in advance
    Lee

    To repair permissions (this is the first thing to try when you have big problems with OS X), go to Applications>Utilities>Disk Utility and click your hard drive in the list on the left, then click Repair Permissions. This takes forever in 10.5, just a century or so in 10.6, so don't fret--let it finish.
    EDIT Oh, and there will be lots of messages like "xxx was altered and will not be repaired"--don't worry about anything that you see in the window after you're done except a major overall fail to repair anything.
    For the combo updater, what version of OS X are you running now?

  • My AR form crash and how to disable installed modules

    Hi all
    my environmen is 11.5.8 on rh as 2.1. I have couple of module installed like ap ap gl po inv hr ..i have two problem here need help.
    First, I installed the hr modules but for some reason i wanna disable it and define position and job through po setup. set the status of the hr module from I to N in FND_PRODUCT_INSTALLATIONS so I can use PO to define the job which is successfully, but when i define positoin, a dialog warn me "HR_NULL_INSTALLATION_STATUS" and can not save the position. Can anyone encounter such a problem as mine and how to solve it?
    BTW, what is the right way to disable the instaled modules?
    Second, I met a form crash problem in ar module. I switch reposibility to ar and click transaction form, it seems form crashed and all the form including the navigator form are all disappeared, only php left. what is that problem? Can anyone help me out?
    Regards

    Hi stephen,
    Here in 11g you cant disable them .....nor avoid them while installing that is the disadvantage of this tool....It come as a whole package.
    Check the disadvantages of 11g by turri http://forums.oracle.com/forums/thread.jspa?threadID=1117649&tstart=45
    Hope helps you.
    Cheers,
    KK

  • Infopath form crashes when selecting second lookup field

    Hi there,
    I suffer from a strange behaviour in sharepoint 2010. I created an infopath form, which (besides lots of other fields) includes two lookup fields (1 and 2) which points to the same data list. Moreover there's a third lookup field (field 3) which also points
    to that data and is meant to be the filter for cascading dropdown. When I select a value from field 3, the data in field 1 and 2 is filtered according to the selected value. When I select a value in field 1 everything is allright. Then the selected entry from
    field 2 is removed from data of field 3 using data filter. When I select a value from field 3 the form crashes (which means the rendering crashes). All fields disappear and oly the red stars of required fields are shown. When I click the cancel button, all
    fields appear again ald the value is selected. Also when I move around the form panel, the fields are shown again. This problem only appears in IE. When I tried this in Google Chrome, everything works just fine. Also in the InfoPath preview it works. I am
    using IE 11.
    Thanks for your help
    Cheers,
    Magnus 

    Hi Magnus,
    As this issue only appears in IE, it seems to be a client issue.
    In general, for this issue, we do that: 
    Add the site into IE Trusted Sites.
    Add the site into Compatibility View.
    Whether you try to use IE 10 mode in IE 11. If not, pelase have a try.
    Please test on other machines, compare the result.
    Please use IE 10 to test, compare the result.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Determining system/forms crashes

    Our application has this bad habit of crashing occasionally, and it usually does so when data entry personnel are entering data on long data entry forms. So, they get a little irritated when all their data is gone. We haven't been able to pinpoint the problem to avoid system and/or form crashing, so I'm trying to implement a work-around within the data entry form itself so that if their system crashes, they'll at least have the majority of their data intact. My question is this: Is there a variable (system or otherwise) that you can check upon application re-entry to determine if the last session was terminated abnormally? I currently have a multiple record form, and I'm performing commits after each record has been entered. The way our application is built (and with my fix) is that if the system were to crash mid-entry, the data that was entered up to that point is saved, but the form appears entered in the database. Therefore, the user cannot open up this form again and complete the data entry on that form. I want to check upon application entry if that form was terminated abnormally and if so, open the form up again for more entry. Anyone know how I can do this?
    Any help would be appreciated.
    Thanks!

    One way is to have a variable saved somewhere (database or file system), when you exit the Form correctly you can set this to OK. and set it to NOTOK when you start a form.
    So when the Form crashes the value will be NOTOK the next time you enter it.

  • Urgent: Intermitent Forms Crash

    Intermitent forms crash/disconnect.
    The application.log looks like:
    06/06/13 13:42:28 forms90web: Forms session <49> 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 (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.AJPRequestHandler.run(AJPRequestHandler.java:208)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)

    Intermitent forms crash/disconnect.
    The application.log looks like:
    06/06/13 13:42:28 forms90web: Forms session <49> 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 (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.AJPRequestHandler.run(AJPRequestHandler.java:208)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)

  • MAC Adobe Acrobat XI Pro CC pdf forms crash

    MAC Adobe Acrobat XI Pro CC forms crash consistently every time I try to add something to a field.  This happens in different user accounts.  I have confirmed fonts are all OK.  I have confirmed disk permissions are verified.  I have read other posts about this issue but there does not seem to be a solution.

    Moved to Acrobat Installation & Update Issues

  • Forms Crashing FRM-41211 Integration Error  (6i)

    In the last week, almost all of our sales reps have had their screens crash when they exit their order screens. When they exit the screen, it is supposed to print the orders they entered.
    This also happens in other screens when they are trying to print.
    Here is the Microsoft error that comes up first:
    Then it gives the Forms error
    FRM-41211 Integration Error. SSL failure running another product.
    Our department has been working on this issue for a week. I just found out about it and was wondering if y'all had any suggestions....
    Thank you for any assistance
    PS - there has been no change in the clients, and I'm not aware of any changes with the servers. At least, that is what the Admin says.
    Message was edited by:
    loweride

    More info:
    This is one of the lines that is calling the report:
    RUN_PRODUCT(REPORTS, 'ORDER_PRINT.RDF', SYNCHRONOUS, BATCH, FILESYSTEM,ORDER_ID,'');
    Here is another one:
    RUN_PRODUCT(REPORTS
    ,'OE_AUTO_QUOTE'
    ,SYNCHRONOUS
    ,RUNTIME
    ,FILESYSTEM
    ,ORDER_ID
    We have a client/server setup. We are running 6i forms and reports, with a 9 database.
    There have been no changes to these forms or reports. And it doesn't happen all the time. It just happens every-so-often.
    EDIT - I guess it has been doing this for the past 3 weeks. One user says it happens everytime she tries to print anything from a form......
    I've searched the forum about this and there are a lot of unanswered questions. I'm thinking my chances are slim on figuring this out.
    2nd EDIT - I looked at the documentation at
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=164945.1
    everything seems to be right - according to that. So I'm wondering if this has anything to do with any sort of networking issues.....
    .....3rd EDIT........
    Still searching. It looks like this person has the same problem. http://www.webservertalk.com/archive149-2005-11-1283220.html
    Having problems with the rwrbe60.exe
    I'm wondering if there was some sort of patch Microsoft let out that is causing this issue?
    null
    Message was edited by:
    loweride

  • Forms Crashing  Forms [32 Bit] Version 10.1.2.0.2 On Windows 7

    Dear All,
    Recently we have migrated all our Development PC's to Windows 7, and then after whenever we open any forms which is having more size the system is crashing. Does anybody have any solution for this .Currently we are working with XP MODE and this is also not a full proofed solution.
    OS : Windows 7 Professional 32 bit
    Forms Developer Version : Forms [32 Bit] Version 10.1.2.0.2
    Thanks in advance.

    It is likely that you are either not using a Professional release of Windows (i.e. "Home Edition") or have some other issue on your machine. Assuming you are in fact using one of the Professional releases of Win7 and believe that you have carefully followed the installation instructions which I previously mentioned, I would suggest you completely uninstall (including the manual deletion of any registry entries and directories in the file system) then reinstall. It is very important that you are in the "Administrator" group before attempting to install. The same is true when you attempt to use the Builder. Also, helpful would be to disable or relax Windows UAC before starting the installation.
    As an alternative, consider installing and using Windows XP Mode (Windows Virtual PC)
    http://windows.microsoft.com/en-US/windows7/install-and-use-windows-xp-mode-in-windows-7
    http://www.microsoft.com/windows/virtual-pc/download.aspx

  • Forms crash when open in browser.

    hi,
    i'm migrating from 10g to 11g. So basically what i did is recompile the .fmb to work on 11g. It was successfully recompiled without any errors.
    however when i open it in web, it crashes :
    http://s12.postimage.org/fi8th87r1/forms_error.png
    i have compiled and log shows no error. This happens when the fmx needs library files to open.but those .pll files are also recompiled without error.
    what could be the possible problem?
    Do i might need to install any patch? Right now im using forms version 11.1.2.0.0
    im using windows 7 Professional 32bit.

    I would recommend that you consider installing the latest db bundle patch into the FMw Oracle Home. For Windows 32bit, That would be patch ID 14109867 This patch is for Windows 32bit only.
    As always, it's a good idea to backup the home where the patch is being installed and the Oracle Inventory. This will allow you to easily revert back in the event of problems during or after the patch installation.
    References:
    Bug 9539807
    Bug 9049483

  • PDF Form Crashes and/or Gives Bad Parameter Error

    I've created a simple PDF form in InDesign 6 and it opens in both Acrobat 9 Pro and X with no problems. The form only has radial buttons and text fields, with a submit button.
    I can fill out the form and when I submit it, I get a Bad Paramenter error in Acrobat X.
    With Acrobat 9 Pro I'm asked "This document is trying to connect to: file//localhost, If you trust this site, choose Allow. If you do not trust this site, choose Block.
    I choose Allow and Acrobat crashes with the error "Acrobat quit unexpectedly" with a very long Problem Details and System Confiuration message (see below).
    Any ideas would greatly be appreciated. I've attached links to both the Acrobat form and the original InDesign file if that helps.
    http://typea.com/hawks/BanquetForm.pdf
    http://typea.com/hawks/BanquetForm.indd
    Thanks,
    Peter

    Thanks George and for responding so quickly!!
    Peter

Maybe you are looking for

  • How can I disable Alot and make google my default tool bar?

    <blockquote>Locking duplicate thread.<br> Please continue here: [[/questions/853762]]</blockquote> A page called Alot has suddenly appeared and I want to shift it off and return to what I had before which was the google toolbar on firefox.

  • Please help !!! iPod malfunction, very frustrated

    I got the black 30g vid iPod and everythime i connect it to the cp, its has no reaction: -the do not disconnect screen does not come up -it wont charge and the battery is dead -not in iTunes -no update The main reason is that when i plug it in the cp

  • Why is Lion no longer available to download from my purchased apps list?

    I bought Lion some time ago to upgrade an old 2007 Macbook.  I never got around to it & now I want to, but when I go to my Purchased apps, Lion is there but I can't download it.  That is kind of crap.  I paid for it & now I don't have access to it. 

  • Why does Yosemite crash to logon after waking up (+ Safari crashes)

    Since Yosemite even a freshly installed OSX crashes to Logon on my MacBook Pro, mid 2010, 8Gig, Safari crashes all the time and in general the performance is sub par. Here's my etrecheck: Problem description: * after waking up, the system keeps crash

  • Steve?  Do I really need all this code if I don't use insertRow()?

    protected void initializeBindingsForPage(DataActionContext ctx)     System.out.println("***** initializeBindingsForPage - Start ***** ");     HttpServletRequest request = ctx.getHttpServletRequest();     String strCallingEvent = request.getParameter(