readthefuckingmanual.net

[SOLVED] org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost

Error added: 2012-06-04T16:46:34Z

0 people waiting for the answer...

3 answers found.

Answer 2530 (100.0% helpful)

If you're using Spring Boot to compile a war, make sure the version matches your Tomcat version.

<properties>
    <tomcat.version>8.0.xx</tomcat.version>
</properties>
Permalink

Answer 2004 (33.333332% helpful)

This has wasted SO MUCH of my time.
The problem appeared to be that I was using @Provider and @Component on a REST bean.
Remove the @Provider, AND stop Tomcat, remove the expanded directory, restart Tomcat, and deploy again.
Permalink

Answer 2001 (0.0% helpful)

Gah. Really annoying error, which wasted lots of my time.

Stop Tomcat, remove the expanded webapp directory completely, and start Tomcat.
Permalink

Add an answer/solution

If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people struggling with this too.


Please enter 61948 here

If you want to be notified via email when this is solved, enter your email address here: