Crash the browser

I have a problem and need some advise.
When I try to run my flash, is there a limitation (on system
memory or calculation limits) that would crash the browser?
I try using Flash player 9 but it get worse than Flash player
8, any idea?
Thanks in advance,

Well, I tried changing the applet tag use to
<object classid='clsid:CAFECAFE-0013-0001-0009-ABCDEFABCDEF'
archive='<%=APPLET_ARCHIVE%>' code='<%=APPLET_CLASSNAME%>' width=0 height=0>
(the sole change from the <applet ...> days being the addition of the classid; all variables had the same value, too).
JInitiator started, and then said
APPLET tag missing CODE parameter.
java.lang.NullPointerException: name
     at java.util.zip.ZipFile.getEntry(Unknown Source)
     at java.util.jar.JarFile.getEntry(Unknown Source)
     at java.util.jar.JarFile.getJarEntry(Unknown Source)
     at sun.misc.URLClassPath$JarLoader.getResource(Unknown Source)
     at sun.misc.URLClassPath.getResource(Unknown Source)
     at sun.misc.URLClassPath.getResource(Unknown Source)
     at java.lang.ClassLoader.getBootstrapResource(Unknown Source)
     at java.lang.ClassLoader.getResource(Unknown Source)
     at java.lang.ClassLoader.getResource(Unknown Source)
     at java.lang.ClassLoader.getResource(Unknown Source)
     at java.lang.ClassLoader.getResourceAsStream(Unknown Source)
     at sun.applet.AppletPanel$2.run(Unknown Source)
     at java.security.AccessController.doPrivileged(Native Method)
     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)
(the exception repeated once)
Needless to say, the CODE parameter is provided. I don't know quite what to think here.
(This working without source code for critical components is like trying to read a translation of your favourite novel into a language you don't read, in the dark.)

Similar Messages

  • Onchange on a select that replaces the innerHTML of a encapsulating div crashes the browser

    webos browser under 1.3.5.1 crashes
    description:
    If a div includes a select and the select has an onchange which causes the innerHTML of the div to change, the browser crashes and reloads.
    You can see the below html at: http://quigleyjones.com/dropdown.html
    <html><head><title>dropdown test</title>
    <script type="text/javascript">
    function jstest() {
    document.getElementById("testdiv").innerHTML = "test";
    </script>
    <meta name="viewport" content="width=device-width; initial-scale=1.0;">
    </head>
    <body>
    <div id="testdiv">
    <select onchange="jstest();">
    <option value="one">one</option>
    <option value="two">two</option>
    <option value="three">three</option>
    </select>
    <div>
    </body>

    Palm has logged this in its software issue tracking system. We endeavor to continuously improve our software quality and thank you for bringing this to our attention.  We are grateful to the community and will evaluate options based on customer feedback and software best practices.

  • Acrobat 9 "Display PDF in Browser" on IE7 crashes the browser

    Hi,
    Here's what is happening. My company purchased a few licenses for Adobe Acrobat Professional 9, and they were installed on some of the company laptops. These laptops are in a UAC controlled SOE environment, so the employees are restricted to do any updates/installations that requires rights. The Adobe Professional 9 was installed through SCCM advertisement, and the "Display PDF in Browser" option was enabled.We discovered that when we attempt to download any pdf files off the web, the browser would stop responding/hangs during the duration of the downloads (shown at the status bar of IE), and we can only kill off the process.
    The current workaround is to disable the "Display PDF in Browser" and download the file directly. However, it came to some points where the pdf documents contains some dynamic links over https on the site is is residing. In which case, the pdf have to be open to view from the secured site for the dynamic link to works.
    Previously with Adobe Reader 9, we face no such issue. Only after we installed Acrobat Professional 9, this issue surfaces.
    We have tried uninstalling the Reader before installing the Acrobat to prevent any chances of conflicts, problem persisted.
    Here are the versions of the software involved.
    Adobe Reader v9.3
    Adobe Acrobat Professional v9.0.0
    Internet Explorer v7.0.6002.18005
    I have looked through the forums for similar cases, unless I have missed the keywords, I do not see any similar cases.
    Has anyone encountered similar issues? Would appreciate if you could share on what was done to circumvent this. Thank you!
    Jiang.

    Hi broger_1,
    Thanks for your reply.
    In regards to your query:
    Is the problem seen with both Reader and Acrobat?
    No, this is only seen when Acrobat is install. It is working fine when only Reader is installed.
    What is your definition of a dynamic link? Post example.
    At the moment, I cannot find a online example for reference. I will try to describe by example.
    Let's say if I goes to https://nonexistance_site.com/brochure_ folder/broc_1.pdf, and the "Display PDF in Browser" was already enabled.
    The content of the broc_1.pdf contains a hyperlink that points to "../broc_2.html"
    Our issue now is the we can only download the pdf file to a folder, say c:/pdfs/broc_1.pdf, so when we tried to access the dynamic link, it will tries to locate c:/pdfs/broc_2.html, which is non-existence. And direct access to https://nonexistance_site.com/brochure_ folder/broc_2.html would not work for some reason (possibily session restriction, or something else).
    What are your security settings? (is Enhanced Security enabled?)
    This setting is currently disabled in the Acrobat Pro 9 preference. Should this stays as disabled?
    This only happens when attempting to "download & display" any pdf files from the net, displaying of local pdf that is already downloaded is fine.

  • How can I close an Open PDF form without crashing the browser

    Hi
    We have build a webdynpro application in Java. In this application, we are make using of the Interactive form to bring up  a PDF form that the users can print. Our issue is that no matter what approach we take there is no gracefull way to exit once the PDF is displayed.
    Here are the approaches we took.
    1) Embed the PDF in the existing Window. The form comes up correctly with all fields, but there is no way to get out from it. A browser back doesnt help, nor is there a default close button in the PDF window.
    2) Bring up the PDF on a separate window.The PDF does come up fine on this new window. We were hoping to use the window.destroyInstanece() method on this new window to both close the window and gracefully exit the PDF form. This too dint quite work out and resulted in a browser crash.
    I am sure others must have faced a similar problem. Are there any suggestions on how we can handle this. I found a few other posts with similar issues but no clear answers.
    We are using Adobe 7.0.9 Reader on the client end.
    Regards
    Aju Paul

    I have been working with Aju on this issue. We are still experiencing the issue.
    We have tried using the destroyWindow() method and using a fireplug to redirect the application. When we have an Interactive form embedded on one of the views in the window, the application will cause a browser crash when we try to destroy popup window or redirect the applicaiton.
    If we remove the Interactive form from the view, we can destroy the window and we can redirect the application. The problem only  occurs when the Interactive form is present.
    We have recently upgraded our server to SP10. I have also reloaded the ACF on my pc. Neither of the steps resolved the issue. What else can we look at to see what may be causing the issue.
    Thanks.....Tommy Knight

  • Setting a property of a Media-instance crashes the browser

    Hello,
    I want to change some properties of a javaFx-Script via javascript.
    All works, but when I want to set the Property "source" concatenating with "{FX.getProperty("javafx.application.codebase")}", the JVM crashes:
    This is the relevant snippet from my xhtml-page:
    <script type="text/javascript">
    function setSource(source) {
        var app = document.getElementById("myJFXApplet");
        app.script.source = source;
    </script>
    This is my JavaFX-Main.class, where the Stage-Instance exists:
    var codebase:String = "{FX.getProperty("javafx.application.codebase")}";
    var source:String = ""
    // This results the JVM-Crash: I only want that the source is concatenating with the codebase
    var source2:String = bind "{codebase}{source}"

    The reason it fails the first time is because there is no text in the string indicator to act upon. On the second and subsequent executions, if the text is left in the indicator, the property change will take effect. To test this, clear the indicator between each run, you will see that it does not set the colors as you desire.
    So, put the text into the indicator first, then change the properties. Attached is a modification of your vi.
    Tim
    Attachments:
    Setting_Substring_Colors_MOD.vi ‏35 KB

  • Every time I try to open you tube it crashes the browser, started yesterday, both mozilla and safari

    others site seem to load and work fine.

    Flash Player 10.1 Release Notes: (latest version for Mac G3 PPC)[SWFMP]
    * http://kb2.adobe.com/cps/838/cpsid_83808.html
    See (Released 11/04/2010) Flash Player 10.1.102.64 and 9.0.289.0 (126 MB)
    * http://kb2.adobe.com/cps/142/tn_14266.html Archived Flash Player versions

  • Selecting  views in object browser crashes IE browser

    in HTMLDB v2 navigate as follows:
    SQL Workshop > Object Browser
    in the select list (which defaults to Tables) select Views. This crashes the browser!!
    Have installed the MS script debugger and this pops up the message:
    A Runtime error has occured. Do you wish to debug?
    Line: 50
    Error: Object Required
    The problem occurs for all options in the select list which do not have any objects of that type created in the schema. (ie if no views are created then it will crash. If you then create a view this option works fine)

    Hi
    I have the exact same symptoms as described in this thread.
    I thought I had found the solution, but I use the HTTP Server that is included with Oracle RDBMS version 9.2. This config doesn't have any marvel.conf file. But I think this is the same as httpd.conf in my configuration (?). I had the AddType rows in there but they did not have any dots before "xbl" and "htc". So I changed the rows to:
    AddType text/xml .xbl
    AddType text/x-component .htc
    ... and restarted the HTTP Server but I still get the runtime error as you describe it.
    Any ideas of what to do?
    regards // Frederic

  • Mozilla firefox won't open it comes up with mozilla crash reporter before the browser opens

    I cannot open the browser at all everytime I try and open it it comes up with crash reporter and then the browser doesn't open at all. I cannot open it in safe mode either as when I try and press shift while opening it it doesn't even come up with an option to open it in safe mode. I cannot troubleshoot it if it is not opening either which is frustrating. I have tried uninstalling and reinstalling but still no use.

    We're sorry to hear that your Firefox seems to be crashing when you open it. Please perform the following steps to give us a crash report ID that helps us find out more about the cause of the crash.
    #Press the following shortcut to get a Run window: [Windows] + [R]. This should bring up a window that contains a text field.
    #In that text field, enter %APPDATA% and press Enter. An explorer window should open.
    #From that explorer window, double-click on the ''Mozilla'' folder, then double-click on ''Firefox'' and then on ''Crash reports''. Double-click on ''submitted''.
    #Now, you should see a list of files that contain reports. Go to ''View'' > ''Arrange Icons by'' > ''Modified'' to get the most recent files at the top of the window.
    #Open the most recent 5 files with a text editor and copy the IDs.
    #Paste each ID with '''bp-''' into the reply window on the forums.
    Thanks in advance!
    You can find more information and troubleshooting steps in the [[Firefox crashes]] article.

  • I tried dowloading Skype yesterday and my Safari browser crashed.  It gives the message "Safari quit while using the librooksbas.dylib plug-in.  I trashed Skype but still have the browser problem.  I also tried logging in under guest, and no Safari.

    I tried dowloading Skype yesterday and my Safari browser crashed.  It gives the message "Safari quit while using the librooksbas.dylib plug-in.  I trashed Skype but still have the browser problem.  I also tried logging in under guest, and still
    no Safari.

    Julie --
    Backing up QuickTime's advice --
    Unless your bank's website is insecure, you're fine.  Go up to the Safari "Search" bar and type in Rapport.  You'll be amazed.  It may  "work" on PCs, but definitely not Macs.  And it's not needed for Macs.

  • A new video now present on my Firefox home page is causing the browser to crash on two computers. How do I remove it?

    Just today, the problem started on my work laptop. When Firefox first opens everything is okay, whether the video pop-up window is there or not. However, if I then open a new tab and select my Firefox home page, about 80% of the time the browser crashes, asking for information to send to Support. When I reload Firefox, the offending tab does not go back tot he home page, but to a state prior to that.
    I now find that my home desktop has the same problem. I can find no settings to prevent the video from displaying on the Firefox home page. I also get the impression that the video is some promotional item from Firefox.
    I will now run manual virus scans, but I'm running Webroot on both systems, and they are scanned automatically. Any ideas? Frankly, I'm wondering if it's time to find a better browser.
    Thanks,
    Brian

    The default homepage has featured various animations for a long time now (world map, bouncing star, and so on). The method to disable them remains the same:
    # Type about:config into the address bar and press Enter.
    # To bypass the warning, press the big button labeled "I'll be careful, I promise!".
    # In the search box, paste browser.aboutHomeSnippets.updateUrl
    # In the search results, double-click browser.aboutHomeSnippets.updateUrl. Delete all the text so that the preference value is blank, then press the OK button. As a side-effect, only default tips will be displayed below the search box, because new ones won't be fetched from the web anymore.
    # Type about:support into the address bar and press Enter.
    # Click the Show Folder button.
    # Open the storage folder, open the persistent folder inside that.
    # Exit Firefox.
    # Back in the Windows Explorer window, delete the '''moz-safe-about+home''' folder.

  • Firefox auto-updated to 3.6.9 last night and now it crashes every time I open the browser, even in safe mode.

    Firefox auto-updated to 3.6.9 last night and now it crashes every time I open the browser, even in safe mode.

    Hi there,
    You could try performing a clean installation: [[Knowledge Base Article]] :
    Some Firefox issues can be resolved by downloading a new Firefox installer from Mozilla.com, then closing Firefox, deleting the Firefox application folder (program files) and reinstalling Firefox. If this does not help, or if you would rather completely remove Firefox and start over instead of completing all the troubleshooting steps, follow these steps:
    1. Download the latest official version of Firefox from Mozilla.com.
    * You should avoid unofficial download sites that bundle Firefox with other software such as the Google Toolbar.
    2. If you wish to retain your current profile, you should make a backup copy of it. See Backing up your information for instructions.
    3. Uninstall Firefox and make sure you remove the Firefox application (program) folder and your Firefox personal data (user data and settings) - see Uninstalling Firefox for instructions.
    4. Reinstall Firefox - see Installing Firefox for instructions.
    5. When Firefox is started for the first time, the Import Wizard will appear and a new profile will be created.
    6. Verify that the issue no longer appears.
    7. If you made a backup of your old profile and wish to restore your old information, see Recovering important data from an old profile. For troubleshooting purposes, only copy the files corresponding to your bookmarks and saved passwords.
    8. Reinstall your extensions and themes one by one to determine if any specific one is causing the issue.
    source: https://support.mozilla.com/en-US/kb/Basic+Troubleshooting?s=clean+installation&as=s#Clean_reinstall

  • Firfox is ceashing when I attepmt to download a file. Everything works until I close Firfox and then attempt to re-open the browser then it crashes. I tried deleting the download file in my profile folder but it didn't work.

    Firefox is crashing when I attempt to download a file. Everything works until I close Firefox and then attempt to re-open the browser then it crashes. I tried deleting the download file in my profile folder but it didn't work.

    Downgrade to an older nightly that works for a week or so, then test again to see if the bug's still there. In the mean time, report the bug on Bugzilla if it hasn't already been. There's really nothing you can do about bugs in nightlies.
    (A similar sort of bug that triggered 60 seconds after opening, every time, was what got me out of using nightlies as my main browser.)

  • I am using firefox ver 8.0.1 and Canon LBP3200 printer. Whenever i give a print command from Firefox the browser crashes and the crash reporter asks for submitting the report.

    I am using the printer in a network. the same problem is faced when giving print on the canon LBP3200 from the local computer.
    its kind of very irritating.
    Even if i open a pdf document in the browser and then give print command the browser crashes and the crash reporter appears.
    Kindly help.

    Sir
    Following are the crash reports generated:
    bp-8af5ab44-6b84-427f-ae16-36acd2111227 12/27/201102:29 PM
    bp-bc804648-bbb4-4ac1-a93a-604052111219 12/19/201104:00 PM
    bp-1fb97a23-84cc-4922-91d0-21a732111219 12/19/201104:00 PM
    bp-c621113c-5446-4c16-8236-5a06c2111214 12/15/201101:07 PM
    bp-2f51489c-adcf-4f9e-8f16-f6cf52111212 12/12/201102:24 PM
    bp-5b9f3af7-d1e2-4882-b625-815cb2111212 12/12/201102:23 PM
    bp-0b7389bc-7047-478c-a01c-03f3b2111212 12/12/201102:22 PM

  • Adobe keeps crashing, you can be on a web page reading and the browser opens the page in a new browser. I did not have this problem the older versions. What can I do to fix this problem.

    adobe keeps crashing, you can be on a web page reading and the browser opens the page in a new browser. I did not have this problem the older versions. What can I do to fix this problem.

    See [[Firefox keeps opening many tabs or windows]]

  • Firefox crashed even before the browser window is shown

    Immediately after I double clicked the icon, it immediately showed crash reporter dialog.. I don't even see the browser window to try the safemode.
    I uninstalled and resinstalled. Still crashed.

    Hello josat2013. The cause of this could be a corrupted user profile in Firefox, which if I remember right is not removed by the uninstaller.
    Could you try and see if creating a new profile works?
    I am going to assume you use Windows 7 for the walkthrough. While on your desktop, click the start menu and write '''firefox.exe -profilemanager'''. Unless Firefox crashes while doing this, it should show a small window with the name of the current Firefox profiles on your system, usually it is named ''#randomcharacters#.default''. On the left hand side you should see a button called '''New Profile''', click this and follow the instructions where you specify the name and etc.
    After you have finished the instructions you should see that there is a new profile in the list with the name you specified. Highlight this one and choose click on '''Choose Firefox'''. If the Firefox window appears without crashing, then the cause is that corrupted profile.
    To transfer all your files and settings to the new profile, follow the instructions on this webpage: http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Good luck and hope it works out! :)

Maybe you are looking for