Issue
Java 8 is only supported together with TAC Vista 5.1.9
Product Line
TAC Vista
Environment
Webstation
Xenta Server web
Cause
The current version was developed and tested together with Java version 7, but not Java version 8 as Java 8 was released subsequently
After the latest update of Java (Java 8u31) SSLv3 has been disabled by default in Java. If updating to that version of Java, the Xenta Server web (graphics and schedules) will not work, as the Xenta Server relies on SSLv3.
Resolution
Making the proper configurations has enabled a number of sites to use Java 8 with the TAC Vista product range. Java 8 is supported for TAC Vista 5.1.9 according to TPA-VSTA-15-0000.03
Refer to this video for settings required: Download video - View on YouTube
The proper settings in Java are:
[1] Install the newest version of Java. If you are working on a 64 bit operating system, it's crucial that you install both the x86 and the x64 versions: https://java.com/en/download/manual.jsp
[2] Make sure all older versions are removed: https://java.com/en/download/uninstallapplet.jsp
[3] Make sure Java is enabled in your browser: https://java.com/en/download/help/enable_browser.xml
[4] Add all addresses to the site exception list in the "Security" tab. Both http and https addresses are needed for Xenta Servers. If a special port is used (not 80 for http and 443 for https), the port needs to be entered, e.g. http://IP_ADDRESS:81 if port 81 is used for HTTP communication.
[5] Click "Restore Security Prompts" in the "Security" tab.
[6] In some cases you might need to add the IP address of the PC or Xenta Server to trusted sites in Internet Explorer
TAC Xenta Server web uses SSLv3 for Java if high security is set in XBuilder. The workaround for SSLv3 being disabled in Java 8u31 and above is: (read Java's own release note)
[1] Edit the following two files:
C:\Program Files (x86)\Java\jre1.8.0_31\lib\security\java.security
C:\Program Files\Java\jre1.8.0_31\lib\security\java.security
[2] Scroll down to the last line where it says: jdk.tls.disabledAlgorithms=SSLv3
In both files, comment that line so it says: #jdk.tls.disabledAlgorithms=SSLv3
[3] Edit the file: C:\Users\%username%\AppData\LocalLow\Sun\Java\Deployment\deployment.properties
[4] Add the following line: deployment.security.SSLv3=true