Thanks for the reply. I followed your suggestion and found that the following: 1. During starting the timer thread, it asks for some user id /password dialog box and for that I have used java swing.
2.Tomcat is not able to load javax.swing.AbstractButton while trying to load this particular DialogBox class and giving NoClassDefFound Exception. I tried to copy rt.jar from my jdk and put it in tomcat lib and common/lib folder. But that's not working as well. Do you have any idea how to overcome this ? Thanks, Sudarson -----Original Message----- From: Christopher K. St. John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 11:53 AM To: [EMAIL PROTECTED] Subject: Re: start up class in tomcat Sudarson Roy Pratihar wrote: > > Do you have any idea about the following error while > running Tomcat ?: WebappClassLoader: Lifecycle error : > CL stopped > I suspect you're getting an exception in your listener. Try wrapping your code in a catch(Throwable) and then print out a message and the strack trace. But I don't know for sure. -- Christopher St. John [EMAIL PROTECTED] DistribuTopia http://www.distributopia.com ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
