Unable to complete the scan for annotations for web application [] due to a Sta

错误信息:

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]


解决办法:

设置eclipse.ini 或者 tomcat\bin\catalina.bat 栈堆内存
我的是设置tomcat\bin\catalina.bat栈堆内存成功的:set CATALINA_OPTS=-Xmx1024m -Xms512m -Xmn32m -Xss16m

实在不行,就如下图设置:

Unable to complete the scan for annotations for web application [] due to a Sta_第1张图片

你可能感兴趣的:(Unable to complete the scan for annotations for web application [] due to a Sta)