Malformed ZCC Login Page

I upgraded a ZENworks zone 2020U3 to 23.4 today and the ZCC login page looks different than any of the other zones I've upgraded to 23.4, including another where I went 2020U3 >> 23.4. Appliance is fully patched, and everything else appears look correct and be working correctly. Here's what I have:

 instead of this:

Parents Reply
  • 0   in reply to 

    Can you try the following commands and then just try accessing zcc? No need to restart any services. It might take a bit longer to load zcc . May be 3-5 seconds. ( I have a feeling the 2nd set of commands should help..)

    docker exec -it zenadmin-mgmt bash

    rm -rf /opt/microfocus/zenworks/share/tomcat/work/Catalina/localhost

    exit

    docker exec -it zenclient-mgmt bash

    rm -rf /opt/microfocus/zenworks/share/tomcat/work/Catalina/localhost

    exit

Children