码迷,mamicode.com
首页 > 系统相关 > 详细

myeclipse中tomcat启动常见问题(一)

时间:2019-11-21 09:53:27      阅读:76      评论:0      收藏:0      [点我收藏+]

标签:pos   stat   sse   roo   was   state   ann   host   lower   

tomcat启动时错误:Failed to start component [StandardEngine[Catalina].StandardHost[localhost].错误

Caused by: java.lang.IllegalStateException: Unable to complete the scan for annotations for web application [/omkwt] 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]

解决办法:

进入tomcat的安装目录进行清理缓存,找到work文件夹。

此文件下有个catalina目录(tomcat小名叫catalina),work目录下的文件都可以删除。

work目录下有一个catalina目录。删除work中的tomcat目录后,缓存已经删除。

技术图片

myeclipse中tomcat启动常见问题(一)

标签:pos   stat   sse   roo   was   state   ann   host   lower   

原文地址:https://www.cnblogs.com/clg2019/p/11903474.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!