After completing the compose everything is running fine I’ve not find any error logs also
UI is coming, but looks the backed end some issue, it is showing 500 error in the UI.
Please find the below image for the error I’m facing
If you trying to run only standalone dcm4chee, then please check on DCM4CHEE community. Also, if you are planning on upgrading DCM4CHEE to latest version, please share more details on your steps and approach.
Agreed this should be a question for DCM4CHEE forums but I had some similar issues, maybe this tip will help you: Sometimes on first run the LDAP container is not fully ready and you will see these Error 500 messages.
Try this:
Delete the docker volumes that were created (back up any important data you have saved, but this looks like a new install).
Run first:
docker compose up ldap
and watch the output in the terminal until the ldap container has finished all it’s initialisation.
Then:
Ctrl + C
Then: docker compose up -d
Hope that helps you!
@mohant I would be interested to see how dcm4chee 5 could be integrated into Bahmni. Is it on the road map? Is there a way I could get involved?
Hi Kolle, the docker-compose you shared works fine on my Linux system. It seems unchanged from the dcm4chee website. But I notice in the screenshot above you are trying to access the webui of dcm4chee on part 8082 so I guess you have customised something? I would question what OS you are running and what other services/ports are active on your system. Often a good idea to run in a fresh install of a linux server VM (eg Ubuntu) because then unlikely that other services will conflict. Good luck! I think your issues are outside the scope of the discussion on the OpenMRS site, feel free to DM if I can suggest anything else.
Yes, I’ve customized the ports since 8080 and 8443 occupied by some other services. Apart from that I’ve not changed anything I’m using the same docker-compose file. Environment: OS: Windows RAM: 32.0 GB