You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
Humio 1.76.1 docker images now include Java 17. Ansible-deployed environments should use the same.
The current role fails if one attempts to install Java 17, because Java 17 is provided by the zulu17 package, not the zulu-17 package the role expects.
Using Java 17 also requires humio.server to add --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/jdk.internal.util=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Humio 1.76.1 docker images now include Java 17. Ansible-deployed environments should use the same.
The current role fails if one attempts to install Java 17, because Java 17 is provided by the
zulu17
package, not thezulu-17
package the role expects.Using Java 17 also requires humio.server to add
--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/jdk.internal.util=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED
The text was updated successfully, but these errors were encountered: