-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
5.0u5
-
x86
-
windows_98
Two Applets are failing to load with SunVM but passing with MSVM for all 1.5.0_XX jdks on Windows 98se. This is not a regression.
How to Reproduce:
=================
First Applet :
-------------
1. Install 1.5.0_XX jre.
2. Go to URL provided. http://www.uproar.com/games/games.asp (Flipside - Match Game)
3. The login button is on the top left corner. Login with username 'applabsuser' and password of 'app123'
4. Under the 'Game Shows' section
5. Click on the 'Match Game' link.
6. Review the instructions for gameplay if desired.
7. Play the game testing all features and functionality.
8. Attempt to resize the applet/browser window.
9. Use the "Close" button to leave the applet.
10. Load the applet once more then exit.
11. Check Java Console for warnings/errors.
With Sun VM:
============
java.lang.NullPointerException
at java.util.Hashtable.get(Unknown Source)
at java.awt.Component.getFontMetrics(Unknown Source)
at uproar.thirdParty.peopleSpace.matchGame.h.a(Unknown Source)
at uproar.thirdParty.peopleSpace.matchGame.a.<init>(Unknown Source)
at uproar.thirdParty.peopleSpace.matchGame.a.<init>(Unknown Source)
at uproar.thirdParty.peopleSpace.matchGame.h.<init>(Unknown Source)
at uproar.thirdParty.peopleSpace.matchGame.m.b(Unknown Source)
at uproar.thirdParty.peopleSpace.matchGame.m.<init>(Unknown Source)
at uproar.thirdParty.peopleSpace.matchGame.m.<init>(Unknown Source)
at uproar.thirdParty.peopleSpace.matchGame.l.b(Unknown Source)
at uproar.thirdParty.peopleSpace.matchGame.l.<init>(Unknown Source)
at uproar.thirdParty.peopleSpace.matchGame.z.init(Unknown Source)
at uproar.console.singleGameConsole.Console.e(Unknown Source)
at uproar.console.singleGameConsole.Console.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
With MSVM:
==========
No Exception
Second Applet :
---------------
Install 1.5.0_XX jre,
1. Browse to URL provided. http://www.gamehouse.com (GameHouse – Roulette)
2. Login as user 'applabsuser' with password 'app123'
3. Click 'Web Games' at the top of the page.
4. Click on 'Roulette'
5. Play the game testing all features and functionality.
6. Click 'Close' to leave the game.
7. Load the applet again.
8. Attempt to resize the applet/browser window.
9. Close the browser window to terminate the applet.
10. Check the Java Console for warnings/errors.
With Sun VM:
============
java.security.AccessControlException: access denied
(java.lang.RuntimePermission modifyThread)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at sun.applet.AppletSecurity.checkAccess(Unknown Source)
at java.lang.Thread.checkAccess(Unknown Source)
at java.lang.Thread.interrupt(Unknown Source)
at gamehouse.SuperApplet.stop(gamehouse/SuperApplet)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
With MSVM:
==========
No Exceptions
NOTE:
=====
These tests are executed by Applabs pvt ltd., where update release team as outsourced applet compatibility testing. I am not able to reproduce these failures in sun swan.
How to Reproduce:
=================
First Applet :
-------------
1. Install 1.5.0_XX jre.
2. Go to URL provided. http://www.uproar.com/games/games.asp (Flipside - Match Game)
3. The login button is on the top left corner. Login with username 'applabsuser' and password of 'app123'
4. Under the 'Game Shows' section
5. Click on the 'Match Game' link.
6. Review the instructions for gameplay if desired.
7. Play the game testing all features and functionality.
8. Attempt to resize the applet/browser window.
9. Use the "Close" button to leave the applet.
10. Load the applet once more then exit.
11. Check Java Console for warnings/errors.
With Sun VM:
============
java.lang.NullPointerException
at java.util.Hashtable.get(Unknown Source)
at java.awt.Component.getFontMetrics(Unknown Source)
at uproar.thirdParty.peopleSpace.matchGame.h.a(Unknown Source)
at uproar.thirdParty.peopleSpace.matchGame.a.<init>(Unknown Source)
at uproar.thirdParty.peopleSpace.matchGame.a.<init>(Unknown Source)
at uproar.thirdParty.peopleSpace.matchGame.h.<init>(Unknown Source)
at uproar.thirdParty.peopleSpace.matchGame.m.b(Unknown Source)
at uproar.thirdParty.peopleSpace.matchGame.m.<init>(Unknown Source)
at uproar.thirdParty.peopleSpace.matchGame.m.<init>(Unknown Source)
at uproar.thirdParty.peopleSpace.matchGame.l.b(Unknown Source)
at uproar.thirdParty.peopleSpace.matchGame.l.<init>(Unknown Source)
at uproar.thirdParty.peopleSpace.matchGame.z.init(Unknown Source)
at uproar.console.singleGameConsole.Console.e(Unknown Source)
at uproar.console.singleGameConsole.Console.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
With MSVM:
==========
No Exception
Second Applet :
---------------
Install 1.5.0_XX jre,
1. Browse to URL provided. http://www.gamehouse.com (GameHouse – Roulette)
2. Login as user 'applabsuser' with password 'app123'
3. Click 'Web Games' at the top of the page.
4. Click on 'Roulette'
5. Play the game testing all features and functionality.
6. Click 'Close' to leave the game.
7. Load the applet again.
8. Attempt to resize the applet/browser window.
9. Close the browser window to terminate the applet.
10. Check the Java Console for warnings/errors.
With Sun VM:
============
java.security.AccessControlException: access denied
(java.lang.RuntimePermission modifyThread)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at sun.applet.AppletSecurity.checkAccess(Unknown Source)
at java.lang.Thread.checkAccess(Unknown Source)
at java.lang.Thread.interrupt(Unknown Source)
at gamehouse.SuperApplet.stop(gamehouse/SuperApplet)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
With MSVM:
==========
No Exceptions
NOTE:
=====
These tests are executed by Applabs pvt ltd., where update release team as outsourced applet compatibility testing. I am not able to reproduce these failures in sun swan.