Currently our launch script runs applications as the owner of the jar file. In some situations it's possible that the jar file might be set with an owner that doesn't exist.
This problem happens with our own build in SysVinitLaunchScriptIntegrationTests
. When running locally, the test jar file can be owned by a user that doesn't exist in the Docker container.