Skip to content

[TureNAS Scale] Need updated Java verision for 1.21 support #555

Description

@TirantRex

1.21 currently does not work from the official TrueNAS Scale Charts due to an incompatible java version. Server will not start and produces no logs. The same server running version 1.20.4 works without issue.

Opening a shell in the MineOS pod and running "java --version" return the following:
openjdk 17.0.2 2022-01-18
OpenJDK Runtime Environment (build 17.0.2+8-Ubuntu-120.04)
OpenJDK 64-Bit Server VM (build 17.0.2+8-Ubuntu-120.04, mixed mode, sharing)

According to PaperMC's documentation (https://docs.papermc.io/paper/getting-started) 1.21 needs at least Java version 21 to work.

I was able to fix this issue by opening a Shell for the Pod and running "apt-get install openjdk-21-jdk" which allowed the server to run.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions