Name: gm110360 Date: 06/25/2003
FULL PRODUCT VERSION :
java version "1.4.1_03"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_03-b02)
Java HotSpot(TM) Client VM (build 1.4.1_03-b02, mixed mode)
FULL OS VERSION :
Windows XP Professional Ver5.1 Build 2600.xpsp2.021108-1929:Service Pack 1
EXTRA RELEVANT SYSTEM CONFIGURATION :
Internet Explorer
Ver: 6.0.2800.1106.xpsp2.021108-1929
Update Versions:;SP1;Q813489; Q330994
A DESCRIPTION OF THE PROBLEM :
The applets in a webpage, simply dont load.
It just appears a gray rectangle.
I can see this applet:
http://java.sun.com/docs/books/tutorial/essential/threads/index.html
I cannot see this applet:
http://java.sun.com/docs/books/tutorial/essential/threads/clock.html
ERROR MESSAGES/STACK TRACES THAT OCCUR :
This came out in the java console:
Java(TM) Plug-in: Version 1.4.1_03
Using JRE version 1.4.1_03 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Herberto
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
p: reload proxy configuration
q: hide console
r: reload policy configuration
s: dump system properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
load: class Clock.class not found. java.lang.ClassNotFoundException: Clock.class
at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:153)
at sun.plugin.security.PluginClassLoader.findClass(PluginClassLoader.java:168)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:114)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:506)
at sun.applet.AppletPanel.createApplet(AppletPanel.java:567)
at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1778)
at sun.applet.AppletPanel.runLoader(AppletPanel.java:496)
at sun.applet.AppletPanel.run(AppletPanel.java:293)
at java.lang.Thread.run(Thread.java:536)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:252)
at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:42)
at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:143)
at java.security.AccessController.doPrivileged(Native Method)
at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:140)
... 10 more
REPRODUCIBILITY :
This bug can be reproduced always.
(Review ID: 189189)
======================================================================