Error: The OpenMRS service is currently unavailable. Please check if the service is started and refresh the page once it is up.

I am new with Bahmni, i have installed desktop docker and have pulled bahmni project images using cmd, now when i access https://localhost/bahmni/home/index.html#/login its showing error

“The OpenMRS service is currently unavailable. Please check if the service is started and refresh the page once it is up.” how can i resolve this?

1 Like

@kalpi can mention which repo you used to pull up Bahmni? or can drop docker compose file here?

@madhav i pulled from here GitHub - Bahmni/bahmni-docker: Bahmni docker compose setup to run LITE and STANDARD images

@kalpi this issue usually occurs when database is not UP, try bringing the database container first. Also, did you run from ./run-bahmni.sh script?

@madhav apologies for the silly question am not well versed with technical skills nor know, i did implement, the ./run-brahmin.sh script… but do not know how i can bring the database container…

@kalpi can you try the following (if you are using linux)

  1. Go to project root folder
  2. cd bahmni-standard
  3. ./run-bahmni.sh

And press 1 to continue.