Some difficulty with setting up Standalone package

Unfortunately, it seems like we can’t support the standalone on Mac OS Catalina. The problem is that to support a zero-configuration database setup, we’ve been using MySQL’s MXJ product, which bundles the MySQL executable in a manner that can be launch from a Java application. Unfortunately, that product was discontinued in 2012, though it’s still distributed. Being from 2012, it was last released with only support for 32-bit processors on Mac OS. Since Catalina no longer supports 32-bit executables, it won’t work on Catalina.

That’s not to say that we cannot get OpenMRS to run in your environment, just that we probably cannot get the current version of the standalone to run there.

Probably the easiest way forward would be to install Docker Desktop for Mac and use this docker-compose file to setup an environment (just save a copy of that file locally and run docker-compose up).

Alternatively, you can follow our normal installation instructions.

Please do continue to reach out on this thread if you run into challenges with either of these options.

2 Likes