This week's book giveaway is in the Programmer Certification forum.
We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line!
See this thread for details.
  • 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/myform

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Friends,
i am performanceing simple jsp servlet using java version 1.7.i am stuckup in java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/myforms]]
Screenshot-(5).png
[Thumbnail for Screenshot-(5).png]
pls help me.
 
Saloon Keeper
Posts: 28319
210
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the JavaRanch, Sanjay!

We have a forum dedicated specifically to Tomcat, so I'm going to move this thread over there so that the Tomcat experts can see it.
 
Tim Holloway
Saloon Keeper
Posts: 28319
210
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Most likely one of 2 things is at fault. Either you have a bug in the web application or your copy of Tomcat is corrupt. And since I don't see a message saying that any webapps have started to deploy, I'm thinking it's a problem with Tomcat.

Since you're running Tomcat within the Eclipse IDE, there's actually a third possibility, which is that Tomcat itself isn't corrupt, but the Eclipse IDE's handling of Tomcat is corrupt. I have many complaints about the WTP server plugin that comes with Eclipse. In fact, I hate it so much I ignore it and run using an independent Tomcat management plugin (sysdeo/mongrel).

The way to check if it's the IDE's fault is to attempt to launch Tomcat stand-alone and see if you still get that error. If you do, re-install Tomcat. If you don't, you're going to have to "persuade" the Eclipse WTP to clean up or do like I do and install Mongrel.
 
Power corrupts. Absolute power xxxxxxxxxxxxxxxx is kinda neat.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic