JDK-6671196 : pluign2: Applet does not load
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows
  • CPU: generic
  • Submitted: 2008-03-04
  • Updated: 2010-04-07
  • Resolved: 2008-03-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6u10Resolved
Related Reports
Duplicate :  
Description
Description: The following applet fails to load with new-plugin
http://www.prophet.net/analyze/javacharts.jsp

Note - The applet loads fine with the old plugin.

OS tested: Win XP, Win Vista
browser tested: IE 7


The following exceptions are thrown on java console:
Applet Status: Applet loaded.
java.lang.reflect.InvocationTargetException
	at com.sun.deploy.util.DeployAWTUtil.invokeAndWait(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager.runOnEDT(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
	at ni.d(Unknown Source)
	at prophet.chart.JavaChart.setSize(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager$AppletStubImpl$1.run(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager$AppletStubImpl.appletResize(Unknown Source)
	at java.applet.Applet.resize(Unknown Source)
	at java.applet.Applet.resize(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable$1.run(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
Exception: java.lang.reflect.InvocationTargetException
Applet Status: Applet resized and added to parent container

Comments
EVALUATION This is a duplicate of 6650336. We do not yet know the root cause. *** (#1 of 1): [ UNSAVED ] ###@###.###
04-03-2008