首页 > 编程语言 > 详细

java.util.concurrent.ExecutionException

时间:2018-09-03 12:47:29      阅读:163      评论:0      收藏:0      [点我收藏+]

java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException?

技术分享图片

Are you getting below exception while running Spring MVC Project in Eclipse?

Tomcat 7 is not starting when a web application(with a servlet) is attempted to run. The server works well when I only have a html page. But when I try to add a servlet and add it to tomcat.Then the server does not start and gives an error saying “Tomcat 7 didn’t start in 45 seconds”. I increased the timeout but nothing happened. Well – here is a quick tip to solve it.

Try coping commons-logging.jar file to WEB-INF/lib folder.

技术分享图片

You can download it from here.

If you have Maven Project then just add this to your pom.xml file.

Once adding jar file to WEB-INF/lib folder follow below steps:

技术分享图片

Join the Discussion

java.util.concurrent.ExecutionException

原文:https://www.cnblogs.com/kret123/p/9577719.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!