We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在一次CentOS7 部署验证码网站遇到如下报错:
java.lang.NullPointerException: null at sun.awt.FontConfiguration.getVersion(FontConfiguration.java:1264) ~[na:1.8.0_232] Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException:
经过大量爬贴后发现解决问题的办法: 1、安装fontconfig - yum install fontconfig 2、执行 fc-cache --force 命令 3、重启JAVA进程
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在一次CentOS7 部署验证码网站遇到如下报错:
java.lang.NullPointerException: null
at sun.awt.FontConfiguration.getVersion(FontConfiguration.java:1264) ~[na:1.8.0_232]
Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException:
经过大量爬贴后发现解决问题的办法:
1、安装fontconfig - yum install fontconfig
2、执行 fc-cache --force 命令
3、重启JAVA进程
The text was updated successfully, but these errors were encountered: