美文网首页
Failed to start component [Stand

Failed to start component [Stand

作者: fishhidecat | 来源:发表于2018-06-19 17:25 被阅读0次

迁移项目时使用之前项目的本地maven库,想着更新下是两个项目的jar集合,就可以同时兼容两个项目了,不料报了很多奇奇怪怪的错误,Description Resource Path Location Type Archive for required library  ,The project cannot be built until build path errors are resolved 等等 ,一一按照网上的方法解决,后面无报错后,启动项目Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/back]] 报错,googel发现错误描述和解决方法差异较大,试过几种后均未得到解决,仔细分析网上描述,均和jar文件相关,于是将本地库清空了,重新update maven,全部从小下载,发现问题得到解决,应该是jar包有冲突,或者说是很多相关jar冲突都会报这个错误。

  update maven网络慢的可以先设置国内镜像(../maven/conf/settings.xml)

相关文章

网友评论

      本文标题:Failed to start component [Stand

      本文链接:https://www.haomeiwen.com/subject/txfzeftx.html