What event listeners? -----Original Message----- From: Nathan Maves [mailto:[EMAIL PROTECTED] Sent: May 5, 2004 08:15 To: Tomcat Users List Subject: Re: Strange error
The object is a custom object. The only difference I can find is that this object has some event listeners attached to it. It is an implementation of a Tree object. The only java objects that it uses are Map, TreeMap and few other util classes. Nathan On May 5, 2004, at 7:18 AM, QM wrote: > On Tue, May 04, 2004 at 02:30:16PM -0600, Nathan Maves wrote: > : What could cause this error in Tomcat 5.0.19. > : > : 2004-05-04 14:21:02 StandardContext[/manager]HTMLManager: > : ManagerServlet.reload[/ReportViewer] > : java.lang.ThreadDeath > : at > : > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoade > r > : .java:1270) > : [snip] > : It happens when I place an object in the session and then click > reload > : from the webapp manager. > > > Any object, or a particular object? > (especially a custom object) > > Does said object do anything with threads, such as calling ::stop()? > > -QM > > -- > > software -- http://www.brandxdev.net > tech news -- http://www.RoarNetworX.com > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
