1.org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInit
说是springmvc 初始化了两次WebApplicationContext
然后解决方案是在web.xml中补充metadata-complete="true"
2.compilation error
说是检查jdk和jre,compilation error是什么报错-Java入门-PHP中文网
3.idea 解决报错 Artifact webwar exploded Error during artifact deployment. See server log for details
tomcat上部署web项目时发现部署失败,报这个错误:
Artifact Demo:war exploded: Error during artifact deployment. See server log for details.
检查tomcat日志后问题是:
但是项目中是有这个的。 应该不是这个的问题。
。。。。。。。。。
4.以上都不是,没有解决问题。clean install和package都无法下载依赖包。
5.跳出问题,重新rebuild项目 发现可以正常启动了,,,无语,,不知道啥情况