IntelliJ Java IDE
The moose likes Applets and the fly likes Java Applet Loading Error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Java Applet Loading Error" Watch "Java Applet Loading Error" New topic
Author

Java Applet Loading Error

madhankumar kumaravelu
Greenhorn

Joined: Nov 30, 2011
Posts: 17
Hello All

I have applet class loader issue.

Please find attached the screen shots.

I have already checked the following:

->The Java plugin compatability (i.e. the jre version in the workstation is higher the java applet)

Environment details:

OpenJDK Runtime Environment (IcedTea6 1.9.10) (rhel-1.40.1.9.10.el6_1-x86_64)
OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)

The thing is this issue is not occuring only in few servers though all of them have the same
environment as above.

Once cache is cleared then the issue is not occuring.

Please let me know what could be the issue.

Thanks
Madhan


[Thumb - Screenshot.png]
 Filename Screenshot.png [Disk] Download
 Description
 Filesize 173 Kbytes
 Downloaded:  4 time(s)

Cole Terry
Ranch Hand

Joined: Nov 23, 2011
Posts: 45
Hi, I couldn't help because you do not click the "Details" button to show more information.
madhankumar kumaravelu
Greenhorn

Joined: Nov 30, 2011
Posts: 17
Please find below the details when clicked the "Details" button:

Java Plug-in 1.6.0_26
Using JRE version 1.6.0_26-b03 Java HotSpot(TM) Server VM
User home directory = /home/mps
----------------------------------------------------
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
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------


load: class com.vbridges.verde.client.VerdeClientProxyApplet.class not found.
java.lang.ClassNotFoundException: com.vbridges.verde.client.VerdeClientProxyApplet.class
at sun.plugin2.applet.Applet2ClassLoader.findClass(Applet2ClassLoader.java:252)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Plugin2ClassLoader.java:250)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Plugin2ClassLoader.java:180)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Plugin2ClassLoader.java:161)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Plugin2ClassLoader.java:687)
at sun.plugin2.applet.Plugin2Manager.createApplet(Plugin2Manager.java:3025)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Plugin2Manager.java:1498)
at java.lang.Thread.run(Thread.java:662)
Exception: java.lang.ClassNotFoundException: com.vbridges.verde.client.VerdeClientProxyApplet.class


 
 
subject: Java Applet Loading Error
 
Threads others viewed
Certificate not accepted in JRE 1.4.2
JRE version problem
Doubt on scnner class.
Applets on Linux
Web Service Client in Tomcat servlet: NullPointerException @ Service.getPort()
developer file tools