A Web.com Partner

Error on Console Launch

Objective
This document describes the instructions to be followed when a connection to the XVP console of a VM fails with a Java Error from Web24 Control Panel.

Step 1:
Add Exception to Java Security (Windows)
a. Java security restrictions block all plugin connections by default.
b. This is more the case when the permission bar comes up and you select Run option, but then Java fails with permission denied error.
c. To fix this error;
i. Open the file ‘C:\Program Files (x86)\Java\jre1.8.0_51\lib\security\java.policy’ in a text editor
ii. Add the following line to the end of file:
======
grant {
permission java.net.SocketPermission “111.67.21.200:443”, “connect, accept”;
};
======
iii. Save the file and exit the editor.

Error-on-console

Step 2:
Enable Java Browser Plugin

Please refer to the following link for steps on enabling java plugin for the browser type you use: https://java.com/en/download/help/enable_browser.xml

x