Signed JAVA applet still not connecting.

I have a signed applet that works in my development environment, but as soon as I run it from my website, I get this:

basic: Referencing classloader: sun.plugin.ClassLoaderInfo@1754ad2, refcount=1

basic: Added progress listener: sun.plugin.util.GrayBoxPainter@a7c45e

basic: Loading applet ...

basic: Initializing applet ...

basic: Starting applet ...

basic: completed perf rollup

network: Connecting socket://XXX.XX.X.XXX:XXXX with proxy=DIRECT

And that's it, it stops. It never loads the UI, or anything.

I believe the signing worked. I accepted the security certificate when it came up. I'm not getting any other errors (Like a security error).

any help would be appreciated.

I realize this isn't a lot of information, but It works fine in the IDE, so I don't think it's the code. I have stack traces in every try/catch, so I should see any exceptions. Also, this is being served by the same server as the web-page. It didn't work before I signed it, so I thought that would fix it.

The only error like this that I find on the forums is an unsigned applet not working after it's moved to the server.

Anyone have any ideas?

Message was edited by:

G_Bishop

[1265 byte] By [G_Bishopa] at [2007-11-27 11:29:05]
# 1

Make sure that the remote socket you are connecting to, i'm assuming probably your home computer? has the port(s) at your (local) router forwarding to your computer,or whichever computer is listening for the connection.

-Airplane

Airplanea at 2007-7-29 16:25:55 > top of Java-index,Java Essentials,Java Programming...
# 2

yeah, I telnet into the server just to double check that. Also, I've tried it over and over in the IDE.

G_Bishopa at 2007-7-29 16:25:55 > top of Java-index,Java Essentials,Java Programming...