JRE 1.4 works, JRE 5 doesn't

  • Thread starter Thread starter K2
  • Start date Start date
K

K2

I have what appears to be an original problem. I'm currently running
JRE 1.4_06. Everything works fine. However, if I upgrade to JRE 5.0
(any build), Java no longer works. I get a General Exception Error with
following errors (this while trying to verify the JRE 5.0 installation
at the Java site):

basic: Registered modality listener
basic: Referencing classloader: sun.plugin.ClassLoaderInfo@1d9fd51,
refcount=1
basic: Added progress listener: sun.plugin.util.GrayBoxPainter@1ee4648
basic: Loading applet ...
basic: Initializing applet ...
basic: Starting applet ...
network: Connecting http://java.com/jsp_utils/jreCheck.class with
proxy=DIRECT
network: Connecting http://java.com/jsp_utils/jreCheck/class.class with
proxy=DIRECT
load: class jreCheck.class not found.
java.lang.ClassNotFoundException: jreCheck.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 10 more
basic: Exception: java.lang.ClassNotFoundException: jreCheck.class
java.lang.ClassNotFoundException: jreCheck.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 10 more

My system is:
- AMD Athlon64 1800+
- 1 GIG RAM
- OS is XP SP2
- Browser doesn't seem to make a difference, it's broke in both Firefox
1.0.0.1 or IE 6.0

Any ideas?
Thx
-K2
 
And tech support a Sun Microsystems says what?

K2 said:
I have what appears to be an original problem. I'm currently running
JRE 1.4_06. Everything works fine. However, if I upgrade to JRE 5.0
(any build), Java no longer works. I get a General Exception Error with
following errors (this while trying to verify the JRE 5.0 installation at
the Java site):

basic: Registered modality listener
basic: Referencing classloader: sun.plugin.ClassLoaderInfo@1d9fd51,
refcount=1
basic: Added progress listener: sun.plugin.util.GrayBoxPainter@1ee4648
basic: Loading applet ...
basic: Initializing applet ...
basic: Starting applet ...
network: Connecting http://java.com/jsp_utils/jreCheck.class with
proxy=DIRECT
network: Connecting http://java.com/jsp_utils/jreCheck/class.class with
proxy=DIRECT
load: class jreCheck.class not found.
java.lang.ClassNotFoundException: jreCheck.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 10 more
basic: Exception: java.lang.ClassNotFoundException: jreCheck.class
java.lang.ClassNotFoundException: jreCheck.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 10 more

My system is:
- AMD Athlon64 1800+
- 1 GIG RAM
- OS is XP SP2
- Browser doesn't seem to make a difference, it's broke in both Firefox
1.0.0.1 or IE 6.0

Any ideas?
Thx
-K2
 
The silence has been deafening...... I guess Sun believes that this has
been answered on their web site and haven't responded. I think part of
the problem is that they just classify this as an "Installation problem"
and think the answer is the web - but it's not.

This problem, coupled with the Microsoft XML Parser problem I'm having
is driving me towards reinstalling XP and see if that fixes. I think
thats overkill but I've been unsuccessful in solving this problem.

-K2
 
Back
Top