Message2006

Author byronf
Recipients
Date 2007-11-14.11:02:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I'm using jython embedded in a web app.  When running in tomcat through eclipse (using the sysdeo tomcat plugin) I find that when I shutdown tomcat the PyFileCloser thread throws a NullPointerException.  This is caused by the closers static member of PyFile is null when the run method is called.  I'm not sure how this happens since closers is private, and statically intialized, and there doesn't seem to be any code that sets it to null.  None the less, it is happening, and the attached patch prevents this Exception.
History
Date User Action Args
2008-02-20 17:18:06adminlinkissue1831710 messages
2008-02-20 17:18:06admincreate