Abnormal browser close

hi every one
i installed oracle EBS 11i (9i database) on my linux machine (redhat EL4).. the client is win xp (ie 7).. all services are up and everything is ok...
when i login as sysadmin and click function (forms) to open, the browser close immediatly... it was working ok before but it has this behaviour lately
i cleared the jar and browser cache
i reinstalled the jinitiator
what could be the problem?
Edited by: BlueNet on Apr 9, 2009 7:15 AM
Edited by: BlueNet on Apr 9, 2009 7:28 AM

Hi,
Do you get any errors in the Jinitiator Java Console?
Note: 729105.1 - How To Enable Java Console
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=729105.1
Does this happen with single form or all forms? Did you try to regenerate the form from adadmin?
Also, check if you have any invalid objects in the database.
And, make sure all pop-up blockers are disabled.
Review the following documents and see if it helps.
Note: 435562.1 - Internet Explorer Crash With Unexpected Signal EXCEPTION_ACCESS_VIOLATION
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=435562.1
Note: 399635.1 - Internet Explorer Crashes When Starting Forms in Applications After Install of Windows Live Toolbar plug-in
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=399635.1
Regards,
Hussein

Similar Messages

  • Trouble detecting browser close in Internet Explorer

    Please help!
    I'm trying to detect when the browser closes (or tab closes, or page reloads, etc.) so that I can save user information. I've followed the advice of others on the web, and have it working with Firefox, but not IE. The code in my wrapper is below, which attempts to get access to the embedded swf object a variety of ways to presumably handle multiple browsers. PLEASE HELP!
    //  Function to get a reference to the embedded swf file
                        function getFlashMovieObject(movieName)
                          if (window.document[movieName])
                              return window.document[movieName];
                          if (navigator.appName.indexOf("Microsoft Internet") == -1)
                            if (document.embeds && document.embeds[movieName])
                              return document.embeds[movieName];
                          else // if (navigator.appName.indexOf("Microsoft Internet") != -1)
                            return document.getElementById(movieName);
    Here's the code that calls this function:
                        window.onbeforeunload = function() 
                            var myApp = getFlashMovieObject("MySwf");
                            return myApp.onCloseApplication();
    Here's the code that embeds the swf:
                      var flashVars = {};
                      var strHref = window.location.href;
                      if ( strHref.indexOf("?") > -1 )
                            var strQueryString = strHref.substr(strHref.indexOf("?")+1);
                            var aQueryString = strQueryString.split("&");
                            for ( var iParam = 0; iParam < aQueryString.length; iParam++ )
                                var aParam = aQueryString[iParam].split("=");
                                flashVars[aParam[0]] = aParam[1];
                    var params = {};
                    params.quality = "high";
                    params.bgcolor = "#ffffff";
                    params.allowscriptaccess = "sameDomain";
                    var attributes = {};
                    attributes.id = "MySwf";
                    attributes.name = "MySwf";
                    attributes.align = "middle";
                      //create your instance of your SWF
                      swfobject.embedSWF("MySwf.swf", "flashContent", "100%", "100%", "10.0.0", "expressInstall.swf",
                        flashVars, params,attributes);

    To make the hyperlinks in PDF file work, do the following:
    Open your Adobe Reader
    Then select Edit à Preferences… from the Action Bar.
    To make the links active, select Documents (under Categories).  On the right side, now under PDF/A View Mode, using the drop-down change  “Only for PDF/A documents”  to  “Never”.   Now click the OK button.

  • Lumia 520-Internet Explorer & UC browser close aft...

    Hi,
    I am using nokia Lumia 520 since 15 days, I am facing problem with browsing. Both internet explorer & uc browser close abruptly in the middle of browsing after browsing for sometime. If anybody knows the solution for this problem plz let me know

    have you checked you are up to date with the latest firmware for your device and that you are up to date with Nokia apps from the Store? also try performing a soft reset.

  • Capturing browser close event

    Hello everyone,
    Even though this question has been answered before, I find that none of the answers seem to work for me.
    My problem is the following: Locks are placed on records and tables at certain points in my application. But if the user simply closes the browser without closing the application properly, all the locks are still in place. So I need to catch an event that allows me to ABAP my way out of this.
    I have the following BSP page which loads my application:
    function startBSPApplication()
    function endBSPApplication()
      <frameset id="<%=guid %>_FRAMESET" rows="*,0" onload="startBSPApplication('<%=guid %>_A');" onunload="exitBSPApplication();" noresize framespacing="0" frameborder="0" border="0">
        <frame name="<%=guid %>_A" src="session_default_frame.htm">
        <noframes>This browser does not support frames.</noframes>
      </frameset>
    The start and end functions simply start and end a session, and I find myself unable to actually call an ABAP function in there. All ABAP code placed inside the javascript functions is called everytime the page is loaded, not everytime the function is called and that's not what I want.
    I also already tried the <bsp:htmlbEvent> tag, but I couldn't get that to work either. I tried it like this:
    Notice however that I wrote this on top of the frameset. Does this mean that the onunload event will be called twice and does this cause a problem?
    I tried to call the onDestroy event from within my endBSP function, but nothing happened either.
    <htmlb:content design="design2003" >
      <htmlb:page title="Capture browser close " >
        <htmlb:form>
          <bsp:htmlbEvent id      = "myid"
                          onClick = "onDestroy"
                          name    = "onDestroy"/>
          <script for="window" event="onunload"  type="text/javascript">
               alert('Starting the Server Event');
               onDestroy();
           </script>
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    Does anybody have another suggestion, or notice me overlooking something?
    Thank you in advance,
    Niels.

    Hi Eddy,
    I can't find anything really helpful in that blog. Except maybe adding the onbeforeunload attribute to my frameset and calling a JS function to back it up.
    The problem still persists that any ABAP you put in a JS function is executed regardless of wether or not the function is actually called.
    I need to get to my DO_HANDLE_EVENT somehow when the user closes the window.

  • Call Webservice/API during browser close event

    Hello,
    I am using JDEV 11g. My application catches the browser close event to call a return Task Flow.
    I am wondering if its possible to call a webservice/API during the same event.
    Thanks
    Padmapriya

    Probababy too late to ask .. did u manage to get this resolved.
    I am not able to call any server Listeners during browser close event ...
    Details here -Re: Calling an ActionListener on browser window close using JS event queuing

  • Detect Safari browser close with the iPad 3

    Detect browser close with the iPad 3
    We have a web site being used on the iPad 3 through Safari.
    Our web site is used in a public setting and multiple users login to use it at different times. We have a questions about user account security.
    When a signed in user clicks the home button on the iPad , which minimize Safari and returns them to the home screen, can the user be signed out of our web site? We don’t want someone else to come and open the Safari browser and have access to the previous user's account information. Is there a client-side event that is triggered that we can handle so we can log the user out of the site?

    Is the iPad shared by everyone at this public setting?
    There is currently no way to handle different users on the iPad (or any iOS device).
    They are designed as single user devices.
    If your company is eligible for an Enterprise account, then you could write an app that could handle clearing user credentials but not in the current "normal" environment.

  • Browser close button / unload event

    Hi,
    In Ie8 session is carrying when i close the browser using X button. Is there any way to capture this browser close button or any portal unload event.
    Thanks
    Manu

    There is no clean way to do this. The only way i know of is to have a private global javascript variable true/false (true = show the popup, false = show popup) where the default value is true. On every click of link / form submit where you need the popup to be suppressed , set the value as false. (you can do this using a js library which can attach events to onsubmit, onclick of all links)
    However the behavior you are proposing is really , really annoying (as a user), consider your interface before implementing something like this. Valid usecases are prompting the user to save changes before leaving the page, not you are leaving the website (Thats why i typed something or closed the browser)

  • Can Flex detect browser close event?

    Is Flex notified by the browser when the browser is closed
    (or browser tab)? I need to be able to save any unsaved data in the
    application before the browser closes.
    Thanks in advance

    Thanks for your reply.
    I found a good example that I followed and got it working:
    http://flexblog.faratasystems.com/?p=134

  • Catching browser close event and showing my own popup

    Hi,
    I want to show my own warning popup on browser close event. Kindly help me with the solution.
    Thanks a lot in advance.
    Lavanya.

    Lavanya,
    I don't think you could show a ADF Popup during the onload event. Instead, you could use javascript's confirm method to prompt the user to choose what they want to do and perform that operation accordingly.
    Ex :
    jspx code
       <af:document id="d1" onunload="performUnloadEvent" clientComponent="true">
                <af:resource type="javascript">
                  // For Mozilla and Firefox
                  if(window.addEventListener){
                  window.addEventListener('beforeunload', function (event) {
                    showConfirm();
                  // For IE
                  else if(window.attachEvent){
                       window.attachEvent('onbeforeunload', function (event) {
                    showConfirm();
                  function showConfirm(){
                          var eventSource = AdfPage.PAGE.findComponentByAbsoluteId('d1');
                          var sel = confirm("Are you sure you want to exit?");
                        if(sel==true){
                            alert('Perform OK Operation');
                            var x = AdfCustomEvent.queue(eventSource, "handleOnUnload", {result : 'ok'},false);
                            var y = 0;
                        else {
                        alert('Perform Cancel Operation');
                         var x = AdfCustomEvent.queue(eventSource, "handleOnUnload", {result : 'cancel'},false);
                         var y = 0;
                </af:resource>
                <af:serverListener type="handleOnUnload" method="#{UnloadHandler.onUnloadHandler}"/>
                <af:form id="f1" clientComponent="true">
                </af:form>
            </af:document>onUnloadHandler method in bean
        public void onUnloadHandler(ClientEvent clientEvent) {
            System.out.println("Unload Event fired..");
            String outcome = clientEvent.getParameters().get("result").toString();
            if(outcome.equalsIgnoreCase("ok")){
                System.out.println("Outcome is OK ");
                // Perform some operation like Commit;
            else if(outcome.equalsIgnoreCase("cancel")){
                System.out.println("Outcome is Cancel ");
                // Perform some cleanup operation like Rollback;
        }-Arun

  • Browser Close Event

    Hi,
    I want to track Browser close event in EP to close all the sessions of the user.
    Plz guide me with detailed steps.
    Thanks in advance.
    Regards,
    Priya

    Hi search for "Browser close event" in google.
    Result: there is no such thing. You can do something with onbeforeunload but that might not work for all browser.
    Kai

  • Browser close/raise exception after installing Froms/Report Services

    Hi,
    I have iDS10g R2 recently I have installed Form/report Services(AS) 10g R2 but when I try to open a default/test page on one PC is raise Java exception
    Java.lang.classnotFoundexception Oracle.forms.engine.main
    and on Second PC browser close automatically without any exception(with Forms/Report Services 10gR2 I have Jinitiator1.3.1.22, someone plz help me.
    Many Thanks
    Khawar
    Message was edited by:
    S. Khawar

    when we are accessing the server for the first time thru the URL, the client browser automatically downloads required jinitiator. If your client browser is facing the problem that you described, then replace the symcjit.dll file that already exists in the machine with symcjit.dll, from the machine, where it is working.
    The same issue was resolved for us by doing so...

  • IPlanet Messaging Server -- kill session at browser close

    iPlanet Messaging Server 5.2 HotFix 2.09
    We found a potential security risk.
    When a person loads Messenger Express through the web and closes their browser, another person can come in behind them and resume the previous persons session. This is accomplished by going through the browser history and accessing any of the links that point inside the mail client.
    When the browser closes, the session isnt killed. Its only killed/inaccessible if the user times out or clicks log-out. We've tested this on just about any browser we can get our hands on.
    Is there a fix/patch/workaround for this? I've combed the documentation and the site and can find nothing.
    We are using the product in an University environment and this can be particularly nasty in the labs.
    Thanks!

    iPlanet Messaging Server 5.2 HotFix 2.09
    We found a potential security risk.
    When a person loads Messenger Express through the web
    and closes their browser, another person can come in
    behind them and resume the previous persons session.
    This is accomplished by going through the browser
    history and accessing any of the links that point
    inside the mail client.Yep. that's true. And, it 's not possible to "fix" that. The reason it cannot be fixed, is that http is stateless. The server can't know when you simply close a browser, instead of you still being there.
    There is an idletimeout that defaults to 10 minutes.
    >
    When the browser closes, the session isnt killed. Its
    only killed/inaccessible if the user times out or
    clicks log-out. We've tested this on just about any
    browser we can get our hands on.Right. This is a basic limitation of the http protocol. It's not something we CAN fix.
    >
    Is there a fix/patch/workaround for this? I've combed
    the documentation and the site and can find nothing.
    We are using the product in an University environment
    and this can be particularly nasty in the labs.You will have to educate your users to log out. That's all I can suggest.
    >
    Thanks!
    ashley

  • Record "logout" on Browser close

    Is there a way to record a browser close? We're trying to track user's time inside the application. I've already instituted a trigger to catch the login and record, but unless the user actually uses the logout link in the application, I am stuck. Is there a way to activate a PL/SQL code snippet when the browser is closed? Can I institute this on Page 0?

    You could use some javascript to catch the window.onbeforeunload event, but that is kludge to say the least... I believe there is a plugin for APEX 4.0 that might help here...: http://www.apex-plugin.com/oracle-apex-plugins/dynamic-action-plugin/skillbuilders-save-before-exit_43.html
    They claim it will handle the browser closing as an event.. So you could use this to catch them closing the browser..
    Thank you,
    Tony Miller
    Webster, TX
    I don't know what your problem is, but I bet it's hard to pronounce.
    If this question is answered, please mark the thread as closed and assign points where earned..

  • How to kill session on browser close

    Can anyone tell me, how to invalidate the session on browser closes. I am using Internet Explorer as
    browser.

    Hi anmol10
    if evnafets is to be believed, there is no 100% surefire way to do this. This is doing my head in a bit - I refuse to believe that there isn't some way around this.
    I've been trying all kinds of things, kicking off threads that keep track of the sessions etc, but to no avail.
    Let us know if you think of anything!

  • How to catch browser close event excluding navigation events

    Hi,
    I tried using onBeforeUnload event and onUnload events.. but they are catching navigation events within the same site. Could you please let me know how I can catch browser close events without catching Navigation events?
    Thanks.

    Just set them to null when navigation takes place.
    Said that, you should be asking Javascript/DHTML related questions in a forum devoted to Javascript/DHTML. There are ones at webdeveloper.com and dynamicdrive.com. This has nothing to do with Java.

Maybe you are looking for

  • Minitab to XML conversion

    Hi, i have table in Minitab as S0190  S0192  S0195   47        44        47 where S0190,S0192,S0195 are column names. i tried to convert this into XML format in BLS. I loaded this mtw file in text loader and connected to Flat file parser as text load

  • Can't open FCPX Library

    My Mac froze half way through an export, forcing me to restart it via the back button. Now it won't open the library, please help? it opens other libraries and seems to work ok, just not on the one I currently need exporting urgently. I have tried tr

  • Macbook pro late 2013 display have physical mark. Not accidental. What can i do?

    Hello! I bought 2 months ago an amazing new macbook pro  13', late 2013. I just saw that there is a very little 'hole' in the screen at the level where left corner of the trackpad (near of keyboard). I have absolutely not done it accidentally. I take

  • Internet radio on iTunes 7.7.1

    All of a sudden my iTunes 7.7.1 won't play any of the streams under "radio."  When I click on the name of any of the categories, I get a dialog box that states that iTunes could not establish a network connection and that I should check my Internet c

  • Link between ARBPL and EQUNR

    Dear All , I have got ARBPL from table S022(Order Operation Data for Work Center). Now my requirement is to find EQUNR by ARBPL. kindly tell me link for the same or suggest me how to do this... Thanks & Regards Alok Vishnoi