Message5650

Author amak
Recipients amak, jlist, pjenvey
Date 2010-04-10.10:40:32
SpamBayes Score 3.085556e-05
Marked as misclassified No
Message-id <1270896035.11.0.941236188407.issue1546@psf.upfronthosting.co.za>
In-reply-to
Content
We've had a variety of problems running jython under tomcat, and other containers. They are not necessarily modjy specific. The following bug, for example,

Jython crashes in unknown circumstances when running on some servlet containers.
http://bugs.jython.org/issue1489

can be reproduced with a very small piece of code that doesn't use modjy.

Please can I ask you to try running the attached java code, from the above bug, and see if that recreates the problem you're seeing? That should give us a good starting point.

Lastly, what version of jython are you running? Leo made some fixes to the classloading system back in January. 

http://fisheye3.atlassian.com/changelog/jython/?cs=6970

I think that this problem is related to classloading, or related classloading configuration for the container.

It would be good if you try out Leo's fixes by running the latest code. Can you build from trunk and try that to see if it fixes the problem?

Philip, we really need to get a 2.5.2 out the door; there's too many outstanding bug fixes unreleased.
History
Date User Action Args
2010-04-10 10:40:35amaksetmessageid: <1270896035.11.0.941236188407.issue1546@psf.upfronthosting.co.za>
2010-04-10 10:40:35amaksetrecipients: + amak, pjenvey, jlist
2010-04-10 10:40:34amaklinkissue1546 messages
2010-04-10 10:40:33amakcreate