tomcat启动报错信息如下图:

Possible root causes include a too low setting for -Xss and illegal cyclic inheritance dependencies

解决办法:

在tomcat的conf目录里面catalina.properties的文件中
在tomcat.util.scan.StandardJarScanFilter.jarsToSkip=里面加上bcprov
.jar过滤启动不会报错了

Possible root causes include a too low setting for -Xss and illegal cyclic inheritance dependencies

 

相关文章: