If the issue is persistent after completing the steps above, try the following additional steps to install OpenJDK 11.
- Install the java-11-openjdk-devel package:
sudo yum update -y
sudo yum install java-11-openjdk-devel -y
- Ensure the installer file is executable (if not already done):
sudo chmod 755 Site24x7OnPremisePoller_64bit.bin
- Execute the installer with the specified Java path:
If the installer does not automatically detect the correct Java path, you can manually execute using the Java binary from JDK 11. sudo ./Site24x7OnPremisePoller_64bit.bin LAX_VM /usr/lib/jvm/java-11-openjdk/bin/java
- Uninstall OpenJDK 11 if it was only installed for the On-Premise Poller's setup:
sudo yum remove java-11-openjdk-devel -y
Following the steps above will resolve the JRE compatibility issue, allowing the On-Premise Poller to install and execute precisely on your Linux-installed machine.
Related articles:
-
Configure the On-Premise Poller as a monitoring location for synthetic (browser) monitors
- Starting the On-Premise Poller as a service in Linux