-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Abhay,

On 5/13/2011 2:39 AM, Abhay Adgurwar wrote:
> *Problem :-   * Tomcat service stops automatically and gives the following
> errors in log files when try to start it
> 
> SEVERE: Begin event threw exception
> java.lang.ClassNotFoundException: 
> org.apache.catalina.core.AprLifecycleListener

So it can't find the AprLifecycleListener class, which is a pretty
integral part of Tomcat.

How are you starting Tomcat? Can you run Tomcat from the command-line to
see if that changes anything?

Sometimes CNFE's are thrown not because the class isn't found but
because something the class needs is not being found. For instance,
AprLifecycleListener needs the APR native library to work properly,
though it's written such that it will catch any exception thrown when
the library fails to load. It's possible that something else is failing
to load.

Can you try completely re-installing Tomcat? I think that's likely to be
more fruitful than trying to determine exactly what has broken in your case.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk3NSAAACgkQ9CaO5/Lv0PBdDACdGFBnt/+kuaU6fdXWMh/pVSIu
K9gAoIdVBGtMe0rDQ2bos4n7kHoOmhXM
=+1VN
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to