Re: applet: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
Luca Ferrari <[email protected]> Thu, 12 Jul 2007 12:30:16 +0200
| Newsgroups | gmane.comp.db.mysql.java |
|---|---|
| Message-ID | <[email protected]> |
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/[email protected]