I am running reference application 2.8 using docker-compose. Unfortunately, every time I restart tomcat container, several modules are not started. I can’t tell exactly which one because even the UI is not displayed, displaying the following error page instead.
I have tried to resolve this issue by removing all modules and then adding a few at a time. This is time consuming as I have to add a few restart the server, make sure everything works and then repeat the cycle by keeping add a few modules until all are added. Eventually all modules start successfully and I see the refapp UI and use it. Unfortunately, if I restart the server for whatever reason afterwards the same problem reappears.
Here is the log file: openmrs.log.txt (360.4 KB)