Hi all,

I've been trying to get the java applet working on IE for WinVNC server.  I have 

a modified version of WinVNC server running on a WinCE device and IE 

running on my WinXP box.  When I type in the URL http://XXXX:5800, 

all I get is a grey screen with white border and a red X at the top left corner, 

with "load:class vncviewer.class not found" message at the lower left corner.  

I'm pretty sure all the necessary java files are included in the vnc executable.  

I check the Java Console, it's like the following:

java.net.SocketException: Unexpected end of file from server

 at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:802)

 at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:702)

 at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:800)

 at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:702)

 at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:583)

 at 
sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:384)

 at sun.plugin.net.protocol.http.HttpUtils.followRedirects(HttpUtils.java:39)

 at sun.plugin.cache.CachedJarLoader.download(CachedJarLoader.java:302)

 at sun.plugin.cache.CachedJarLoader.load(CachedJarLoader.java:128)

 at sun.plugin.cache.JarCache.get(JarCache.java:172)

 at 
sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(CachedJarURLConnection.java:93)

 at 
sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(CachedJarURLConnection.java:78)

 at sun.misc.URLClassPath$JarLoader.getJarFile(URLClassPath.java:580)

 at sun.misc.URLClassPath$JarLoader.<init>(URLClassPath.java:541)

 at sun.misc.URLClassPath$3.run(URLClassPath.java:319)

 at java.security.AccessController.doPrivileged(Native Method)

 at sun.misc.URLClassPath.getLoader(URLClassPath.java:308)

 at sun.misc.URLClassPath.getLoader(URLClassPath.java:285)

 at sun.misc.URLClassPath.getResource(URLClassPath.java:155)

 at java.net.URLClassLoader$1.run(URLClassLoader.java:190)

 at java.security.AccessController.doPrivileged(Native Method)

 at java.net.URLClassLoader.findClass(URLClassLoader.java:186)

 at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:134)

 at sun.plugin.security.PluginClassLoader.findClass(PluginClassLoader.java:168)

 at java.lang.ClassLoader.loadClass(ClassLoader.java:299)

 at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:114)

 at java.lang.ClassLoader.loadClass(ClassLoader.java:255)

 at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:501)

 at sun.applet.AppletPanel.createApplet(AppletPanel.java:566)

 at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1775)

 at sun.applet.AppletPanel.runLoader(AppletPanel.java:495)

 at sun.applet.AppletPanel.run(AppletPanel.java:292)

 at java.lang.Thread.run(Thread.java:536)

load: class vncviewer.class not found.

java.lang.ClassNotFoundException: vncviewer.class

 at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:153)

 at sun.plugin.security.PluginClassLoader.findClass(PluginClassLoader.java:168)

 at java.lang.ClassLoader.loadClass(ClassLoader.java:299)

 at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:114)

 at java.lang.ClassLoader.loadClass(ClassLoader.java:255)

 at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:506)

 at sun.applet.AppletPanel.createApplet(AppletPanel.java:566)

 at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1775)

 at sun.applet.AppletPanel.runLoader(AppletPanel.java:495)

 at sun.applet.AppletPanel.run(AppletPanel.java:292)

 at java.lang.Thread.run(Thread.java:536)

Caused by: java.io.IOException: open HTTP connection failed.

 at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:252)

 at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:42)

 at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:143)

 at java.security.AccessController.doPrivileged(Native Method)

 at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:140)

 ... 10 more

 

Can anyone tell me how to fix the "unexpected end of file from server" error 

please?

Thank you very much!

Priscilla



---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to