File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes connection problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "connection problem" Watch "connection problem" New topic
Author

connection problem

Tys Seyffert
Ranch Hand

Joined: Jan 12, 2004
Posts: 32
i have a problem connecting from a client machine to the server. if i connect from another machine that is setup as a serever to the server there is no problems at all. this is what i get.....
load: class lat1.Admin.GUI.GridDisplay.class not found
java.lang.ClassNotFoundException: 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)
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.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)


Sun Certified Java Programmer<br />(SCJP)
john guthrie
Ranch Hand

Joined: Aug 05, 2002
Posts: 124
have you tried to telnet to port 80 on the server to determine whether you have a java or network problem?
Tys Seyffert
Ranch Hand

Joined: Jan 12, 2004
Posts: 32
Thank you John,
I came right thanks. The problem was that the jar file had security setting on it.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: connection problem
 
Similar Threads
Applet not loading due to IOException
Error in loading Applet from JSP
Applet not working
Why I can't run Web Start when my class using hibernate?
Applet loading errors (AIX/HTTPS only??)