Could not initialize class sun.awt.X11FontManager
问题描述:
在kubernetes中某个后端服务调用验证码接口时出现:
org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11FontManager
解决方案:
在Dockerfile中加入如下指令
RUN apk update && \
apk add ttf-dejavu fontconfig