Re: applet: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
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@pantek.com
Received on Thu Jul 12 06:30:38 2007
This archive was generated by hypermail 2.1.8
: Thu Aug 02 2007 - 01:57:03 EDT
|