Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4293143

NullPointerException thrown sometimes on applet refresh

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.3.0
    • tools

      When running pages with multiple applets or large applets, hitting refresh often sometimes causes the following exception to be thrown :

              java.lang.NullPointerException
                       at sun.applet.AppletPanel.runLoader(Unknown Source)
                       at sun.applet.AppletPanel.run(Unknown Source)
                       at java.lang.Thread.run(Unknown Source)

      This appears to be because sun.awt.AppContext.dispose() interrupts applets threads and this may cause sun.applet.AppletPanel.createApplet() to return null (see line 610 of sun.applet.AppletPanel).

            Unassigned Unassigned
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: