problem loading applet

Hello

I have the following problem. I've an web-application where I'm using jsf and spring. In one of the pages there's an applet embedded. After logging when navigating directly to the page with the applet, then everything ist fine. But when I go to another page first and then navigate from there on to the page with the applet I get the followin error message:

java.lang.ClassNotFoundException: javazoom.upload.client.MApplet.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

Has anyone an idea what's wrong?

Thank you

[1437 byte] By [cat-a] at [2007-11-26 14:56:17]
# 1
This forum is for questions relating to the Solaris GNOME desktop, known as the Java Desktop System.For Java user or developer questions, please locate the appropriate forum in http://forum.java.sun.com/index.jspa?tab=java.
caluma at 2007-7-8 8:44:52 > top of Java-index,Desktop,Sun Java Desktop System...