本地启动tomcat遇到due to a StackOverflowError 解决办法

本地启动tomcat遇到due to a StackOverflowError 解决办法,第1张

Caused by: java.lang.IllegalStateException: Unable to complete the scan for annotations for web application [] due to a StackOverflowError. Possible root causes include a too low setting for -Xss and illegal cyclic inheritance dependencies. The class hierarchy being processed was [org.bouncycastle.asn1.ASN1EncodableVector->org.bouncycastle.asn1.DEREncodableVector→org.bouncycastle.asn1.ASN1EncodableVector]

主要是org.bouncycastle依赖的版本不一致导致的

mvn dependency:tree -Dverbose -Dincludes=org.bouncycastle 查看它的依赖将多余的给忽略掉


        
            org.bouncycastle
            bcprov-jdk15on
        
 

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/787322.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-05
下一篇 2022-05-05

发表评论

登录后才能评论

评论列表(0条)

保存