Bahmni Lite: Crater & Metabase Not Working (localhost:444 Error)

Hello everyone,

I have installed Bahmni Lite on a Docker container, which is running inside a virtual machine. After installation, I can access the “Clinical Services module” without any issues. However, when I try to open Crater (Billing & Payments) and Metabase (Analytics), I get a connection error.

When I try to access https://localhost:444, I see the following error message in my browser:

Unable to connect An error occurred during a connection to localhost:444. The site could be temporarily unavailable or too busy. Try again in a few moments. If you are unable to load any pages, check your computer’s network connection. If your computer or network is protected by a firewall or proxy, make sure that the browser is permitted to access the web.

I am not sure what is causing this issue. Could someone please provide a guide on what I should check and do to fix this? I need urgent help. Any help would be greatly appreciated. Thank you in advance! @ibacher @wikumc

Best regards Hanifeh Rasuli

Dear all,

I was able to solve the problem myself. I had simply forgotten to run the following commands in the terminal to ensure the necessary services were downloaded and started:

From the bahmni-lite/ or bahmni-standard/ subfolder,

execute this command to bring up Metabase, Mart service, and Mart DB

docker compose --profile bahmni-mart up -d

And the following commands:

docker compose --profile crater up -d docker compose --profile crater-atomfeed --profile openmrs up -d

After running these commands, everything worked as expected.

Best regards, Hanifeh Rasuli