• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start com

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

while executing my project i am getting " java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component " .I changed the project running JVM and deployed into a new tomcat7 server but still the exception continues .I am not getting any how to do it. Can any one help me over this .

I am attaching the screenshot with the code bellow.

web.xml----------->



applicationContext-web.xml--->




applicationContext-dao-jdbc.xml--->



and the exception screenshot is--->


lifecycle-exception.JPG
[Thumbnail for lifecycle-exception.JPG]
exception screenshot
 
Ranch Hand
Posts: 378
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Look at the exception stack trace more closely..
 
reply
    Bookmark Topic Watch Topic
  • New Topic