Causedby:java.lang.IllegalStateException:Unabletocompletethescanforannotationsforwebapplication
[/hospface-route]duetoaStackOverflowError.Possiblerootcausesincludeatoolowsettingfor-Xssandillegalcyclic
inheritancedependencies.Theclasshierarchybeingprocessedwas
[org.bouncycastle.asn1.ASN1EncodableVector->org.bouncycastle.asn1.DEREncodableVector->org.bouncycastle.asn1.ASN1
EncodableVector

处理方法:
加上 bcpkix-*.jar,\
bcprov-*.jar,\
fr-*.jar
错误信息看,xss设置太小,事实上是依赖包的递归调用层次太深。
错误类在bcprov.jar中,conf/catalina.properties的jarsToSkip增加这个jar,意思是去掉扫描这个包,重启解决。

1830

被折叠的 条评论
为什么被折叠?



