Running DHIS2 with Docker

I’m trying (first time) to spin up a blank 2.35.14 local instance through Docker. I’ve been able to get the Docker to “run” the 2.35.14 image in a container, but accessing I get and error:

HTTP Status 404 – Not Found


Type Status Report
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.

Apache Tomcat/8.5.79

When looking through the command line, I see an error:
Caused by: java.lang.IllegalArgumentException: The AJP Connector is configured with secretRequired=“true” but the secret attribute is either null or “”. This combination is not valid.

Is there a way I can either set secretRequired=“false” (a la spring boot - The AJP Connector is configured with secretRequired="true" but the secret attribute is either null or "" after upgrade to 2.2.5 - Stack Overflow) or is there another way for me to spin this up successfully?

Thanks so much!

1 Like

Hi @Matthew_Boddie

I’ve always used (Prerequisites and initial setup | DHIS2 Developer Portal) and it almost always works on a fresh installation. :D🙏

Please have a look! Thanks!

2 Likes

Thanks @Gassim !

1 Like