Error while running OpenMRS Server

open-mrs core

I have followed all the instructions from the link Page I have successfully setup the SDK, after setting up the following message appears

But after running the mvn openmrs-sdk:run -DserverId=your_server_id command (server_id=server3 here!) I get the following error:

Try running the SDK with Java 8.

1 Like

You could also check the version of MySQL you are using, to be version 5.7 (recommended) or higher. And also check to see if there isn’t another program running on the ports you selected to use during the SDK setup, like debugging port(if you setup the instance for debugging). A similar Error was fixed here, you could have a look if it can be helpful

1 Like