Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Java Client for Citrix Not Working

Status
Not open for further replies.

semperfistratordie

IS-IT--Management
Jun 16, 2006
4
0
0
US
I am using Secure Gateway 3.0, Web Interface 4.0 and MetaFrame PS 4.0.

WI is configured to connect using the Java client.

When launcing the application the Java connection center launches, but fails with an X in the little Java window. This happens when going through the CSG with HTTPS and also when I connect directly to the WI server using simply HTTP. When I open the Java Conole the following error is listed:

load: class com.citrix.ConnectionCenter not found.
java.lang.ClassNotFoundException: com.citrix.ConnectionCenter
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


Does anyone know what could be causing this error?

Any help would be greatly appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top