Check Java versions That was a problem for me. IDE (Intellij in my case) could launch without the problem, but when I tried to run war
inside tomcat docker image app didn't work. The reason was docker image had a different (lower) version compare to the development environment. There were no errors messages indicating any of this.