• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Plesk 8.6 with jdbc and mysql security problem

F

Fai Wong

Guest
When I run the java applet on the web server, got this error:
access denied (java.net.SocketPermission 127.0.0.1:3306 connect,resolve)

I did a lot of searches already, most of the solutions are:
adding a line in java.policy under /usr/lib/jvm/java-<version>/jre/lib/security/java.policy
or catalina.policy under tomcat:
permission java.net.SocketPermission "localhost:3306", "connect, resolve";

But the important thing is:
I am using Plesk 8.6 and have no permission on SSH access (It displays "Forbidden")

So does anyone know how to solve it? (access denied (java.net.SocketPermission 127.0.0.1:3306 connect,resolve))
Thanks
 
Back
Top