On 06/02/2014 03:32, Kiran Badi wrote: > Hi All, > > I have 3 tomcats installed in my machine, one is 7.0.27, 7.0.35 and 7.0.50 > > Now when I deploy my war file to 7.0.27/7.0.35 it works perfectly fine and > deployment goes through. > > But on 7.0.50 it fails with below message, > > FAIL - Application at context path /myapp could not be started > > FAIL - Encountered exception org.apache.catalina.LifecycleException: > Failed to start component > [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/myapp]] > > In catalina logs I see below message, > > eb 05, 2014 10:22:21 PM org.apache.catalina.deploy.NamingResources cleanUp > WARNING: Failed to retrieve JNDI naming context for container > [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/myapp]] > so no cleanup was performed for that container
This is just a warning from when Tomcat was trying to shut down the already broken web application. You need to look earlier in the logs to find out why it didn't start in the first place. Generally, when something goes wrong with Tomcat you need to look at the first error message in the logs and then look at the root cause of that error. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org