Applet error, "open HTTP connection failed"
843807Dec 12 2007 — edited Dec 24 2007hi, i've coded an applet for a web application.
It works fine on my local machine.
But when i deploy the application to the application server, the applet goes crazy and the following error is displayed at the java console.
I've googled it and found the "codebase" things, etc but they didn't work.
What should i do?
load: class tr.com.meteksan.pdocs.eImza.applet.EImzaGUI.class not found.
java.lang.ClassNotFoundException: tr.com.meteksan.pdocs.eImza.applet.EImzaGUI.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