RE: SQLException: Unable to connect to any hosts due to exception: java.security.AccessControlException: access denied (java.net.SocketPermission 127.0.0.1:3306 connect,resolve)

2004-08-04 Thread Nathan Pierce
LException: Unable to connect to any hosts due to exception: java.security.AccessControlException: access denied (java.net.SocketPermission 155.47.139.247:3306 connect,resolve) SQLState: 08S01 VendorError: 0 When I used "localhost" I received this error: SQLException: Unable to connect

RE: SQLException: Unable to connect to any hosts due to exception: java.security.AccessControlException: access denied (java.net.SocketPermission 127.0.0.1:3306 connect,resolve)

2004-08-04 Thread Sergei Skarupo
om: Nathan Pierce [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 5:57 PM To: [EMAIL PROTECTED] Subject: SQLException: Unable to connect to any hosts due to exception: java.security.AccessControlException: access denied (java.net.SocketPermission 127.0.0.1:3306 connect,resolve) I am trying

SQLException: Unable to connect to any hosts due to exception: java.security.AccessControlException: access denied (java.net.SocketPermission 127.0.0.1:3306 connect,resolve)

2004-08-04 Thread Nathan Pierce
this error: SQLException: Unable to connect to any hosts due to exception: java.security.AccessControlException: access denied (java.net.SocketPermission 127.0.0.1:3306 connect,resolve) SQLState: 08S01 VendorError: 0 Does anyone know what this means, or how to fix this? Thanks

java.security.AccessControlException

2002-05-17 Thread Jayant Kumar
hi, Please help me... I am getting an error "java.sql.sqlException. Cannot connect to mysql server on :3306. Is there a mysql server running on this machine/port you are trying to connect to? (java.security.AccessControlException)" while connecting to mysql database. Thi