Message6791

Author jtrim
Recipients jtrim
Date 2012-03-09.13:27:15
SpamBayes Score 6.841391e-05
Marked as misclassified No
Message-id <1331299636.45.0.44071313102.issue1847@psf.upfronthosting.co.za>
In-reply-to
Content
There is a 100K file size limit when a Python/Jython file is loaded and eval()'ed using JSR-223.  Any Python script loaded and executed (with a size over 100K) results in a "Mark Invalid" exception being thrown:

Exception: java.io.IOException: java.io.IOException: Mark invalid

We use Jython for test automation -- and our Jython scripts are routinely well over 100K -- in fact they are very large and can run for many days at a time.  Thank you for developing an excellent Jython framework, we have been using Jython-2.2.1 up to now -- and want to move to Jython-2.5.x.

I have attached a simple example which shows this issue.  Please let me know if I can provide any additional information.

- Jeff Trim
VeriSign
History
Date User Action Args
2012-03-09 13:27:16jtrimsetrecipients: + jtrim
2012-03-09 13:27:16jtrimsetmessageid: <1331299636.45.0.44071313102.issue1847@psf.upfronthosting.co.za>
2012-03-09 13:27:16jtrimlinkissue1847 messages
2012-03-09 13:27:16jtrimcreate