[ZBX-26624] Zabbix Java Gateway 7.2.10 RPM allows Java 11 or 17 as dependency but requires 17 to start Created: 2025 Jun 30 Updated: 2025 Jun 30 |
|
Status: | Confirmed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Incident report | Priority: | Trivial |
Reporter: | Chris Allen | Assignee: | Zabbix Development Team |
Resolution: | Unresolved | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Description |
The issue is that Zabbix Java Gateway 7.2.10's rpm lists both Java 11 and 17 as a valid provider of java-headless >= 1.8.0 but Java 17 is required. sudo yum deplist zabbix-java-gateway-7.2.10
Steps to reproduce:
Result: Error: LinkageError occurred while loading main class com.zabbix.gateway.JavaGateway java.lang.UnsupportedClassVersionError: com/zabbix/gateway/JavaGateway has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0) Expected: |