« Return to Thread: applet: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

Re: applet: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

by Luca Ferrari :: Rate this Message:

Reply to Author | View in Thread

On Thursday 12 July 2007 AlexeySmirnov's cat, walking on the keyboard, wrote:
> Caused by: java.net.SocketException: java.security.AccessControlException:
> access denied (java.net.SocketPermission 10.0.0.5:3306 connect,resolve)

I guess this is the problem: your applet does not have permissions to connect
to host 10.0.0.5. You should grant such permission to your applet (quick
thought).

Luca

--
MySQL Java Mailing List
For list archives: http://lists.mysql.com/java
To unsubscribe:    http://lists.mysql.com/java?unsub=lists@...

 « Return to Thread: applet: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure