Message683

Author bmatlin
Recipients
Date 2002-07-11.16:27:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
We're running jython within Tomcat. Due to a Python 
script programming error we ran into an 
OutOfMemoryError. Py.java handles this error by 
eventually calling System.exit(), which crashes Tomcat. 
In general, for the purpose of running jython from within 
another Java application it would be good to remove all 
the System.exit() calls. 

History
Date User Action Args
2008-02-20 17:17:07adminlinkissue580170 messages
2008-02-20 17:17:07admincreate