• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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