tamcat启动报错Failed to start component [org.apache.catalina.webresources.StandardRoot@14722f7]

因为tomcat启动过慢,笔者手动clean了一下tomcat,不过第一次clean有中断过一次,而后再启动tomcat就总报错了。错误是:
Failed to start component [org.apache.catalina.webresources.StandardRoot@14722f7]
其中有一句为:Caused by: java.lang.IllegalArgumentException: 指定的主资源集 [F:\JavaWeb\workspace\WorkSpace.metadata.plugins\org.eclipse.wst.server.core\tmp1\wtpwebapps\Experiment(completing)] 无效
相关错误片段为:
图片说明
所报错的找不到主资源的文件里是没有那个文件的:
图片说明
这是怎么回事啊?怎么才能再让tomcat跑起来?

https://blog.csdn.net/dongqi_312/article/details/100163063

如果是在 Eclipse 里面启动的项目,那么先 remove 掉后,重新 add 一次后再 publish 发布启动。
如果是直接将包放到本地 tomcat 目录下的话,就重新导出一份 war 包放到 webapps 上试试。
既然以前成功过,说明还是包本身的问题,重新发布一下试试。