First of all, I would like to congratulate the team behind this incredible platform. We need to use OpenMRS v3 in a local hospital, and today I spent the entire day studying this tool. The problem is that I can’t run the project on localhost.
I am using an Ubuntu 20.04 machine with plenty of memory and storage. I have tried several approaches, but I always get the following error in the “backend” container:
I configured it using Docker Compose. All containers start normally, except for the backend container, which shows the mentioned error. I also noticed that the container’s CPU usage stays close to 100%. I waited for more than 30 minutes, but it seems unable to progress after the error appears.
I have just run this again and i almost killed the process when it took 30minutes without completing. It eventually got there after 40 minutes. This is definitely something we need to look into. That is, the demo data creation process is extremely slow.
I have just run this again without generating demo data and it took almost the same amount of time. So it is definitely something else that is going on. Let me look into it and update you with my findings, and hopefully a fix.