New Server Instance "Could not find java in ES_JAVA_HOME at /usr/lib/jvm/java-17-openjdk/bin/java"

Thanks for the update, @linzwelch!

Your docker-engine version is indeed pretty old. Just for future reference, the fix to similar problems one would need either to upgrade the docker engine (preferred way) or use one of the following workarounds:

  • Change the default action in your seccomp profile (line 2) to return SCMP_ACT_TRACE instead of SCMP_ACT_ERRNO. (see @DefinitelyNotTobi’s answer here)
  • Pass unconfined to run the SQ container without the default seccomp profile (as shown by @linzwelch in the comment above).