Failed to recover corrupted cache entry
913956Jan 30 2012 — edited Feb 8 2012We are using Java Web Start, we use jre1.6 and we have several clients reported the issue when they run the client before loading jar.
I searched and got some article on oracle's website, but I still cannot reproduce the issue on my side while a lot of our customers are still facing the issue.
Can some help on this? Also, it will be a big help if anyone can tell how to reproduce it.
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6549146
java.lang.RuntimeException: ERROR: Failed to recover corrupt cache entry
at com.sun.deploy.cache.CacheEntry.recover(Unknown Source)
at com.sun.deploy.cache.CacheEntry.getManifest(Unknown Source)
at com.sun.deploy.cache.CachedJarFile.getManifest(Unknown Source)
at sun.misc.URLClassPath$JarLoader$2.getManifest(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Edited by: user8854967 on Jan 29, 2012 10:54 PM
Edited by: user8854967 on Jan 29, 2012 10:55 PM