Skip to content
Discussion options

You must be logged in to vote

Are you using Java 23? There appears to be an issue with one of our dependencies. There are two possible solutions:

  1. Use an older version of Java. OpenJDK 21 is a good choice (such as Eclipse Temurin OpenJDK 21) as it is used in development and testing and offers a long-time support (LTS). OpenJDK 22 should work fine as well.
  2. Use jvm parameter -Djava.security.manager=allow, e.g., by adding it to the JAVA_OPTS variable before running the Tomcat:
    export JAVA_OPTS="${JAVA_OPTS} -Xmx2g -Djava.awt.headless=true -Djava.security.manager=allow"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@leland45
Comment options

Answer selected by tomas-muller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants