码迷,mamicode.com
首页 > 编程语言 > 详细

java.util.concurrent.ExecutionException

时间:2018-09-03 13:51:22      阅读:384      评论:0      收藏:0      [点我收藏+]

标签:scroll   entry   discuss   mave   anim   err   toolbar   table   attempted   

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

标签:scroll   entry   discuss   mave   anim   err   toolbar   table   attempted   

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

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