Help: Access denied

I have created a "FtpClient Applet", which uses Jakarta FtpClient. When I load the applet the first time everything works fine. But if/when I get a timeout, have to change user, or for some other reason, have to reconnect to the ftp server I'll get the following Exception:

LoginToFtpServer() exc: access denied (java.net.SocketPermission XXX.com resolve).

I don抰 understand why I can access the server the first time but not the second time. If I press F5 (reload IE). I have of course signed my Jar files.

Can some one help me?

[556 byte] By [X999a] at [2007-11-27 4:04:49]
# 1
maybe you should try to explicitly ask the server to disconnect if he's connected, before attempting any new connection
calvino_inda at 2007-7-12 9:09:44 > top of Java-index,Java Essentials,Java Programming...
# 2
I already tried that :-(.But Thanks.
X999a at 2007-7-12 9:09:44 > top of Java-index,Java Essentials,Java Programming...
# 3
Are you using any Javascript on the page to communicate with your applet?
baftosa at 2007-7-12 9:09:44 > top of Java-index,Java Essentials,Java Programming...