I am facing issues starting graylog 3.3.2 on a custom built OS. I have installed Graylog from source.
As soon as I hit /usr/share/graylog/bin/graylogctl start.
I get the following error in the logs:
Error: server VM not supported
I have openjdk-8 installed.
java -version
openjdk version “1.8.0_252-internal”
OpenJDK Runtime Environment (build 1.8.0_252-internal-ga)
OpenJDK 64-Bit Server VM (build 25.252-bga, mixed mode)
Not sure how to resolve this.
Just a thought - Any way to let graylog just see the openjdk version as 1.8.0_252 and not 1.8.0_252-internal. I think that is the issue.