Message7009

Author thirumalmarugan
Recipients amak, fwierzbicki, thirumalmarugan
Date 2012-04-01.05:02:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333256566.59.0.912523844184.issue1868@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your response.
the following code will be followed:

topologyplugin= TopologyPlugin(node)
topologyplugin.start()


topologyplugin is our own java class.
Which will fetch the current jython script details(like jobid, actvity id, etc) and creates object.
Due to the failure of first line its not able to invoke the start method and throws NullPointerException.

Not only this api.We have TelnetProxyPlugin and other java class. Everything has same behaviour with new version of jython.

Our code successfully executes if we have those two line above the os.system command.


I will upload the plugin implementation shortly.

Regards,
Thirumal
History
Date User Action Args
2012-04-01 05:02:46thirumalmarugansetmessageid: <1333256566.59.0.912523844184.issue1868@psf.upfronthosting.co.za>
2012-04-01 05:02:46thirumalmarugansetrecipients: + thirumalmarugan, fwierzbicki, amak
2012-04-01 05:02:46thirumalmaruganlinkissue1868 messages
2012-04-01 05:02:46thirumalmarugancreate