Message7039

Author thirumalmarugan
Recipients amak, fwierzbicki, thirumalmarugan
Date 2012-04-09.09:34:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333964071.89.0.758300786618.issue1868@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I have tried with Jython version 2.5.0 there are also i am facing this issue.

Problem: We have set of jython code.
Which is working fine without any issues.
Once we upgrade the Jython version from 2.2.1 to 2.5.0/2.5.2 our existing code is failing.

We have the below in my code:
 os.system()

The code is working fine till this point also if we give  any print statement we are getting the print in our log.
But our program logic fails after that.

What we are doing: We are creating the object for our internal class (API).Which is not creating properly.


IF we remove os.system() from the script then our code execute without any issues.
Can someone please help me out in this.?

Thanks in advance.

Regards,
Thirumal
History
Date User Action Args
2012-04-09 09:34:31thirumalmarugansetmessageid: <1333964071.89.0.758300786618.issue1868@psf.upfronthosting.co.za>
2012-04-09 09:34:31thirumalmarugansetrecipients: + thirumalmarugan, fwierzbicki, amak
2012-04-09 09:34:31thirumalmaruganlinkissue1868 messages
2012-04-09 09:34:31thirumalmarugancreate