Internet Explorer JApplet hang close intermittent jre 1.4.1

I've browsed several similar topics here. So let me add my problem.
The environment is Internet Explorer 6.0 and the JRE release is 1.4.1. I have an applet that will either put up a JDialog subclass or an instance of a JOptionPane (for errors and warnings). Sometimes the browser closes fine on close (x button in top right of frame). Sometimes it hangs. I am not sure if destroy is ever getting invoked when it hangs as I tried putting a System.out.println() in and never saw the output. When it closes properly I do briefly see the outputs in the jre plugin window. Another similarity to other posts is this applet uses sockets (mySQL) and the destroy method is where I close the connection. Other posts claim using sockets for one thing or another, so that may be a culprit. Oddly, I have not seen posts that reference previous versions of the JRE so I am guessing maybe it's a problem with the 1.4.1 JRE? It's a wild shot but I am trying to ascertain commonality amoung all the similar posts. There doesn't seem to be a difference in being a signed jar or not. I can supply further info to anyone who might have an idea. Also, I can not reliably reproduce.
Thanks,
Walt

Maybe the problem with the applet is that you are using the same instances of JPanels and JComponents in the Applet each time you intialize it. I had this problem, because I was reusing the panels to reduce the load time to generate them, but the problem was that when I did this, I couldn't write in a JTextField of this panels, and when I try to close the IE window after trying to write in a JTextField, the IE crashed.
Maybe it isn't your problem, but it may help.

Similar Messages

  • 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.

  • A problem with this webpage caused Internet Explorer (IE9) to close and reopen the tab

    I have IE9 (using 32-bit version) installed on a relatively new laptop with Windows 7 64-bit. Up until last weekend IE9 worked fine and Flash Player worked fine too.
    At the weekend a webpage asked for Flash Player to be updated - which I did. Ever since then whenever I go to a webpage needing Flash Player I get the message "A problem with this webpage caused Internet Explorer to close and reopen the tab". This happens twice and then an IE9 error page.
    I have read the discussions in here about the problems with Flash Player 10.3 and have tried the various solutions. I have updated to 10.3.181.16 having tried 15 and 14 previously. Same problem.
    I have reset IE9. Same problem.
    I have disabled all add-ons which stops the problem. If I enable just the Flash Player add-on then the problem recurs. Since there are so many webpages that use Flash I do not want to run my browser without this add-on running.
    If I enable the add-on and run IE9 using software rendering instead of GPU rendering then I don't get the problem. However, this isn't exactly making the best use of the resources on my laptop.
    This may well all be related to the 10.3 problems but no one seems to have mentioned having a problem with tabs closing and reopening so I thought I would post on here to check.
    Any suggestions for how to solve this (other than using software rendering)?

    Thanks again for your reply. I appreciate the time you have taken to respond.
    I think, however, you misunderstand the problem. IE9 does not reopen the tabs on just one website - it is doing this on every website that needs Flash Player. Therefore, running in Compatibility mode is not an option. In fact, because IE9 reopens the tabs so quickly and then ends up with an error page, I cannot even click the Compatibility button anyway.
    I could use ActiveX filtering - true. All that this means is that Flash does not play on any of the websites. When I want to re-enable ActiveX for a particular website where I need to see the Flash Player item, this just triggers the error.
    This problem also happened on .14, .15 and well as the current .16 version. It did not happen with the previous version of Flash Player that I had on the system (version 10.2 I think).
    The fact is that either Flash Player or IE9 or both is/are broken. The two choices I am still left with are:
    1. Use software rendering (which contradicts the latest advertisements for IE9 about unleashing the power of IE)
    2. Use another browser - I have no problems with either Firefox or Chrome

  • Applets Crashing Internet Explorer on Windows XP with JRE 1.4.0 Final

    I have recently installed the 1.4.0Final JRE, and have found that upon arriving at a page with an applet on internet explorer explorer crashes. Where as under the JRE 1.3.1_02 it does not.
    I am running Windows XP, and cannot remember the exact error message I get, however it is something about an error occuring within iexplorer.exe
    Any help appreciated.

    I have the same symptom on Windows 2000 (SP2) using Internet Explorer 5.00. Replacing the IE JVM with J2SE 1.4 causes IE to crash when I visit java.sun.com.
    I am filing a bug with the JDC Bug Parade, but I am surprised that this has not been more widely reported, since I think I have a common system configuration.

  • No Audio in internet explorer, captivate playbar close button not working

    I did a simulation video in adobe captivate 5.5, on uploading it to Netdimension s LMS, the course plays audio via firefox but wont play audio from Internet explorer.
    Also Firefox autoresumes from where the user last stops but won't in Internet explorer. Also the exit button in my captivate playbar doesnt work neither in my internet explorer browser nor firefox.
    I also noticed that the LMS didnt mark the course completed after taking all the slides.
    Please help!

    Hi there
    My guess is that you are opening those from version 3 in a different manner than you are the version 4 sims. As I understand it (and as explained in the link) the ability to close a window is dependent on the browser as well as the manner in which the window was opened to begin with.
    I suggest you begin by scrutinizing what is different about the version 3 files that you are seeing. Where are you running them from? How are you displaying them?
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Applet failed to load in Internet Explorer when using JRE 1.5 update 5

    I have downloaded JRE 1.5 Update 5 and checked the relevant checkbox in Internet Explorer Advanced tab to use JRE 1.5 for applets. Did the same in Java Control Panel. However none of the applets seem to load.
    For example I went to this site:
    http://java.com/en/download/help/testvm.xml
    The applet didn't load and I got the following error in my Sun Java Console :
    load: class JavaVersionDisplayApplet.class not found.
    java.lang.ClassNotFoundException: JavaVersionDisplayApplet.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more

    And it's the same behaviour in JRE 1.5 update 8 as well.

  • Internet Explorer hangs when using CrystalReportViewer in an IFRAME

    Post Author: ME-DSZ
    CA Forum: .NET
    I'm using Crystal Reports 2008 Service Pack 0
    Create an aspx page (CRViewer.aspx)  with one CrystalReportViewer that shows a report. E. g.:
    <body><form id="form1" runat="server"><div style="height: 100%;"><CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="True"GroupTreeImagesFolderUrl="" ReportSourceID="CrystalReportSource1" ToolbarImagesFolderUrl=""ToolPanelWidth="200px" Width="100%" Height="100%" BestFitPage="False" /><CR:CrystalReportSource ID="CrystalReportSource1" runat="server"><Report FileName="Report.rpt"></Report></CR:CrystalReportSource></div></form></body>
    If you test this page all the functionality of the cr-viewer works fine.
    Then i tried to show this page in a second page in an iframe element: E. g.:
    <body><form id="form1" runat="server"><div><p>some other stuff</p></div><div id="divWrapper"> <iframe id="ifReport" runat="server" height="300px" width="100%" src="CRViewer.aspx"></iframe></div></form></body>
    If you click any button on the CrystalReportViewer Toolbox Internet Explorer 7 hangs with 100 % CPU. Firefox shows an error:
    Unable to process your request
    I tested this with buildin Webserver of Visual Studio 2008 and hosted in IIS (7.0).
    After some experimenting and javascript debugging i think i found the reason. This behaviour happens only if you set the width of CrystalReportViewer to 100% (only in the iframe scenario).
    This is causing in "allInOne.js" an infinite loop (in function -> signal: function(src, sig))...)

    Post Author: ME-DSZ
    CA Forum: .NET
    BO where are you???

  • Is there vi that can close Windows 7 Internet Explorer?

    Greetings,
    I develop LabVIEW executables for internal use. We have a very loose IT policy. When our techs are running my LabVIEW programs, I want Windows 7 Internet Explorer disabled, or closed when the LabVIEW executable is running. I am thinking that there must be a way to have LabVIEW look for any open Internet Explorer Windows, and close them every 10 seconds or so. Any ideas of how to accomplish this?
    Thanks, Alan

    Puneet K wrote:
    You can use Web Browser ActiveX object to stop IE browser during your application running.
    http://msdn.microsoft.com/en-us/library/aa752085(v=vs.85).aspx
    This will not stop an Internet Explorer that's been launched by the user. It only applies to an embedded IE ActiveX control.
    Stop IE Browser Windows  Service.
    What IE Browser Windows service? There is no such thing.
    To OP: You can:
    Use System Exec to kill any currently running iexplore.exe processes using the kill command. Or you could just blindly send this periodically.
    You could use the Windows API Function Utilities (32-bit) for LabVIEW to check if an Internet Explorer window is open (though this may not be robust since it depends on the window name) and then close that window.
    You could uninstall IE.
    Of course, this won't stop somebody from using Firefox, or using an app-on-a-stick approach by putting a browser like Firefox or Chrome on a USB stick.
    Usually in these cases education goes farther than you trying to prevent somebody from running something like a web browser.

  • FormsServlet Error during opening of form in Internet Explorer

    Hi
    I have installed Database10g Rel2 in my system. After that i installed Developer suite suite 10g Rel2 into same PC. this is for personal use on single PC.
    But when i opened the form builder and runing one form made on same 10g forms during applet initialization it gives an Internet Explorer error and closes the form.
    in OCJ4 it gives test = False.
    Please Help.
    Saeed

    If the browser is crashing, the problem is likely related to a JRE conflict. If you have any Sun JRE/JPI installed and running, then try to run a form with Oracle Jinitiator, the browser will crash. We have also seen this problem when Jinit does not correctly install for one reason or another. Knowing this information would be helpful in us assisting:
    - what operating system and version?
    - which JRE/Jinitiator are you attempting to use?
    - is the Sun JRE/JPI installed on this machine?
    - did you install Dev Suite in the same home with the Database?
    Things to be aware of:
    Reference to "Home" is the same as "directory". You cannot install the Database in the same Home (directory) as Developer Suite. Each must reside in their own parent directory.
    Internet Explorer 7 is NOT supported for use with Forms 10.1.2.0.2. Refer to the following for more details:http://www.oracle.com/technology/products/forms/htdocs/10gR2/clientsod_forms10gR2.html
    Recommendations:
    1. Close ALL open browsers
    2. Uninstall Jinitiator and any Sun JRE (if installed)
    3. Reboot
    4. With ALL browsers closed, manually install the Jinitiator version configured in your formsweb.cfg
    5. Retest.

  • Cannot install flash player due to internet explorer

    I am running Windows 7 and Internet Explorer 10. I have disabled activeX filtering, made sure scripting was enabled, and temporarily shut off my antivirus software as instructed by Adobe website. None of these things have fixed my problem. I try to download the flash player and in the middle of downloading it says to close internet explorer. I close all open windows of IE and push continue. It keeps telling me to shut down internet explorer even though it is not open. Please help. Thanks!

    See: http://forums.adobe.com/thread/1199361
    and
    Download the Adobe Flash Player installer directly by clicking one of the following links.
    Flash Player for ActiveX (Internet Explorer)
    Flash Player Plug-in (All other browsers)

  • .swf won't open in internet explorer

    Hi,
    This is driving me mental, flash seems to hate me! created a webpage in dreamweaver and then dropped .swf videos onto it. One video though was originally a .mov which i encoded to f4v in media encoder and then exported as a .swf from flash. It worked fine on my computer and now that it's uploaded it refuses to play. Also it won't preview on my computer anymore! Please help.
    This is the page it's supposed to play on www.dpdigitalmedia.co.uk/portfolio.html
    Affroken

    If you're having trouble installing Adobe Flash Player, try downloading the installer directly from the following link:
    Flash Player for ActiveX (Internet Explorer)
    Save it, close your browser and run it.

  • Applet: Internet Explorer hung up if UI component is created in stop method

    Hello
    I'm trying to ask an user is he/she is willing to save some changes in structure that is managed from applet when this user is closing my applet.
    Under the jdk 1.4 everything was ok, but in jdk 5.0 it causes internet explorer crashes.
    On the web site: http://java.sun.com/j2se/1.5.0/relnotes.html there is a section Java-plugin which says:
    Internet Explorer will hang if an applet displays a UI component in its stop() or destroy() method and a user triggers stop() or destroy() by pressing the Back or Refresh button in the brower.
    My question are:
    Is it a feauture or a bug, will it be improved or it's some security issue?
    What can i do to display ui component (i want to know an user choice) on applet closing action?
    Thanks in advance for any help.

    Hello
    I'm trying to ask an user is he/she is willing to save some changes in structure that is managed from applet when this user is closing my applet.
    Under the jdk 1.4 everything was ok, but in jdk 5.0 it causes internet explorer crashes.
    On the web site: http://java.sun.com/j2se/1.5.0/relnotes.html there is a section Java-plugin which says:
    Internet Explorer will hang if an applet displays a UI component in its stop() or destroy() method and a user triggers stop() or destroy() by pressing the Back or Refresh button in the brower.
    My question are:
    Is it a feauture or a bug, will it be improved or it's some security issue?
    What can i do to display ui component (i want to know an user choice) on applet closing action?
    Thanks in advance for any help.

  • Internet Explorer stops download

    At the 50% point, the download stops and the message says, "Please close the following programs to continue: Internet Explorer"  I did close Explorer after download started so I couldn't do anything about it.  I said continue and it wouldn't let me continue.  I reset PC and tried again with same results.  I tried to uninstall the partially installed program and start all over but it said I could not uninstall until I closed Internet Explorer.  I'm stumped...

    Please check your Task manager and it might be possible that the internet explorer  is still running in background. (Process name: iexplorer.exe)
    Here is a link to open task manager.
    http://windows.microsoft.com/en-in/windows7/open-task-manager

  • When downloading a large PDF file, firefox stops after some of file and hangs up. Only way out is to close browser or power down. Internet explorer will complete download of same PDF file.

    For example, go to irs.gov and try to download 1040 instructions as a PDF file. Firefox hangs up after part of the file is downloaded, but will not complete the download. The only way out is to close the browser (Firefox). Sometimes the only way out is to power down computer and reboot. I'm running Windows XP Professional. My computer has plenty of memory and disc space, so that is not the problem. When I use Internet Explorer (UGH!) it takes a while, but the very same pdf file will completely download.

    For example, go to irs.gov and try to download 1040 instructions as a PDF file. Firefox hangs up after part of the file is downloaded, but will not complete the download. The only way out is to close the browser (Firefox). Sometimes the only way out is to power down computer and reboot. I'm running Windows XP Professional. My computer has plenty of memory and disc space, so that is not the problem. When I use Internet Explorer (UGH!) it takes a while, but the very same pdf file will completely download.

  • Firefox either closes suddenly when I click on the address bar after startup or it hangs and also blocks internet explorer from loading

    On my Windows XP sp3 system the current the last two releases of Firefox both exhibit the same behavior. When I launch Firefox it will either shutdown within seconds with no crash reporter or other error logged or it will hang completely and indefinitely. When it hangs it also blocks internet explorer 8 from loading. I have tried and followed all the steps in the crashing FAQ including safe mode, uninstalls, re-installs, profile deletes (even the profile dialog closed suddenly). I use Norton Internet Security version 18.6.0.29. A full virus scan does not find any problems. I have disabled all toolbars, plugins and addons and the problem persists. Google Chrome, Internet Explorer and Opera all work fine. Only occasionally does Firefox load and keep running. It's as if it is failing on some check at startup and either crashes or hangs most of the time.

    That is a Flash Player that plays an MP3 file.
    *http://instantteleseminar.com/?eventid=29457633
    *http://ds1.downloadtech.net/cn1086/audio/59175301551694-002.mp3
    Is Flash installed and working?
    *http://www.adobe.com/software/flash/about/
    *http://helpx.adobe.com/flash-player.html
    *http://helpx.adobe.com/flash-player/kb/troubleshoot-games-video-audio-flash.html
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • Recording from mic in

    i have recorded thru the mike input from a cassette player and have had good results until today it starts recording and before the recording is finished it quits recording i have tried it several times and does the same thing each time it has never

  • Mobile Device error

    Today when I tried to hook my iphone to my computer iTunes said it can't connect because the Mobile Device was not running? anyone know what to do - apple has been useless in solving this . . . . .

  • USB hub stopped working

    For years, I've used a powered Belkin 6-port hub to connect an Apple aluminum extended keyboard to a rear port on a 2008 Mac Pro:  the way my desk is laid out, the pathetic 3 foot keyboard cord otherwise doesn't reach.  A couple months ago, upon rest

  • Is there a way of preventing multiple instances?

    Note that I AM NOT asking about "tab vs. window" behavior when following links, which is what a search on "multiple instances" seems to bring up. I would just prefer a different behavior when firefox is started from a Windows shortcut. I sometimes fo

  • How to recover Excel file if not saved?

    The situation is - an accountant in an Excel file deleted data and save the changes. Tell me how to restore the old data? And in general it possible?