日志报错信息:
"Handler dispatch failed; nested exception is java.lang.InternalError: java.lang.reflect.InvocationTargetException"
解决方案:
图形验证码依赖了系统组件,只需安装依赖即可解决,Centos 7+系统执行以下两条命令后重启应用服务即可:
yum install fontconfig
fc-cache --force
日志报错信息:
"Handler dispatch failed; nested exception is java.lang.InternalError: java.lang.reflect.InvocationTargetException"
解决方案:
图形验证码依赖了系统组件,只需安装依赖即可解决,Centos 7+系统执行以下两条命令后重启应用服务即可:
yum install fontconfig
fc-cache --force