10.3 Unable to Log In to iManager After Updating iManager Container

Issue: After updating the iManager container, the iManager user interface cannot be accessed. This issue has been randomly observed.

Workaround: To workaround this issue, perform the following steps:

  1. Log in to the iManager container as a root user.

    docker exec -it -u root <container> <command>

    For example,

    docker exec -it -u root iman-container bash

  2. Navigate to the /var/opt/novell/tomcat9/work/ directory.

  3. Assign the novlwww permissions on the directory.

    chown -R novlwww:novlwww

  4. Run the following command to exit the container:

    exit

  5. Restart the iManager container.

    docker restart <container>

    For example,

    docker restart iman-container