Full Screen Slideshow Applet not loading

sd3

Joined: 2008-02-12
Posts: 1
Posted: Wed, 2008-02-13 04:22

Hi all,
Im running....
Gallery version = 2.2.4 core 1.2.0.6
PHP version = 5.1.6 apache2handler
Webserver = Apache/2.2.3 (CentOS)
Database = mysqli 5.0.22, lock.system=flock
Toolkits = ArchiveUpload, Getid3, Exif, ImageMagick, LinkItemToolkit, Thumbnail, SquareThumb
Acceleration = none, none
Operating system = Linux 2.6.18-53.1.6.el5 #1 SMP Wed Jan 23 11:30:20 EST 2008 i686
Default theme = carbon
gettext = enabled

Problem is, when i try to launch full screen slide show, I get the famous red "x" in top left, and a message in the status bar (IE 6) saying GalleryRemote.GRAppletSlideshow notineted

java console reports this......
<snip>
load: class com.gallery.GalleryRemote.GRAppletSlideshow not found.
java.lang.ClassNotFoundException: com.gallery.GalleryRemote.GRAppletSlideshow
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
</snip>

Now the server resides behind it's own firewall which is outside of my firewall, I get the issue when im inside my (firewalled) network. But from say another location (firewalled or not) the applet works just ducky! So Im thinking that this issue has something to do with my particular firewall. Is there a certian port or mime type i need to open/allow. Nothing that i can see shows up in the firewall logs.

Thanks,
Sam