java.util.concurrent.ExecutionException

Posted kret

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java.util.concurrent.ExecutionException相关的知识,希望对你有一定的参考价值。

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的主要内容,如果未能解决你的问题,请参考以下文章