I just deployed XWiki 11.10.3 on GCP Kubernetes. On the very first access, I tried to install the Standard Flavor. However, it gives me the following errors. I tried it many times without success. How do I fix them?
I took the Dockerfile for XWiki 10.11.9, and made the following changes:
- changed
XWIKI_VERSIONto11.10.3 - copied my own authenticator to the
WEB-INFO/lib/ - copied (with changed log level)
logback.xmltoWEB-INF/classes/ - also changed the
authclassvalue inxwiki.cfg(usingsed -i).

