Malfunction Instance/Disappearing Dashboard/Changing Symbol

Hi All,

I have installed a new instance of DHIS2 (ver-2.28) on computer with Windows 10.

Tomcat-9.0

Postgres10

After restoring a database, I have noticed that;

-The dashboard has disappeared.

-OrgUnit hierarchy (Expand/Collapse) and Meta-Data Editor symbols have changed.

please see the attached images for more details.

This issue was also experienced on another PC running Windows 10.

Please let me know if anyone has experienced this problem before and with a workable solution.

Best Regards,

Mujtaba OMAR

image

image

image

1 Like

Hey Mujtaba, did you get around this? Facing a similar issue at the moment.

1 Like

I am facing the same problem with
DHIS2 2.30, Windows 10, Tomcat 9

I also found that the same problem was reported at another forum (link given below) but no solution was available.

1 Like

Please try adding relaxedQueryChars="[,]" in your server.xml file. It should look something like this:

 <Connector port="8080" protocol="HTTP/1.1"
               redirectPort="8447" scheme="https" proxyPort="443"
               executor="tomcatThreadPool" connectionTimeout="20000" relaxedQueryChars="[,]"/>
1 Like