JDK-6676287 : Unable to load the Super Bowling applet in smiliegames.com
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows
  • CPU: generic
  • Submitted: 2008-03-17
  • Updated: 2010-04-07
  • Resolved: 2008-03-26
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
Build tested - 6u10 b14 (swat build)
Config tested - XP Pro/ IE7

# Steps to reproduce:
1.Go to http://www.smiliegames.com    
2.Click on 'Super Bowling'

The applet sometimes fails to load with the following exception:

Exception in thread "Thread-8" java.lang.IllegalArgumentException: Width (0) and height (0) cannot be <= 0
	at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
	at sun.awt.Win32GraphicsConfig.createAcceleratedImage(Unknown Source)
	at sun.awt.windows.WComponentPeer.createImage(Unknown Source)
	at java.awt.Component.createImage(Unknown Source)
	at Jeg.n.f(Unknown Source)
	at Jeg.n.L(Unknown Source)
	at Jeg.n.<init>(Unknown Source)
	at Jeg.l.a(Unknown Source)
	at Jeg.l.a(Unknown Source)
	at bowling.BowlMain.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)

With old-plugin the applet always loads, with InvocationTarget Exception.

Comments
EVALUATION This is working with the current bits and I believe that any failures in this area were caused by 6670162. Please re-test with the current PIT bundle for build 20 (formerly build 14) and if the problem is no longer reproducible then please close this as a duplicate of 6670162.
19-03-2008