Re: Encountered exception org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext for tomcat 7.0.50

2014-02-06 Thread Kiran Badi
I had a missing jars in lib for this version of tomcat. Once added java mail api jars, it started to work again. On Thu, Feb 6, 2014 at 4:28 AM, Shivam Mishra wrote: > 2014-02-06 14:50:33 Commons Daemon procrun stderr initialized > 06-Feb-2014 14:50:34.636 INFO [main] > org.apache.catalina.co

Re: Encountered exception org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext for tomcat 7.0.50

2014-02-06 Thread Shivam Mishra
2014-02-06 14:50:33 Commons Daemon procrun stderr initialized 06-Feb-2014 14:50:34.636 INFO [main] org.apache.catalina.core.AprLifecycleListener.init The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Pro

Re: Encountered exception org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext for tomcat 7.0.50

2014-02-06 Thread Mark Thomas
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 - App

Encountered exception org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext for tomcat 7.0.50

2014-02-05 Thread Kiran Badi
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