Cannot load from short array because "sun.awt.FontConfiguration.head" is null
新服务器,部署项目,使用easyExcel功能导出文件时,报错提示:Cannot load from short array because "sun.awt.FontConfiguration.head" is null,可以看到是字体文件配置引发的空指针异常;
解决方法:登录服务器,执行命令
yum install fontconfig
fc-cache --force
再重启服务,再次导出文件,成功导出

浙公网安备 33010602011771号