Message7556

Author jeff.allen
Recipients jeff.allen, knettem
Date 2012-12-27.20:08:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356638920.47.0.116033412953.issue1999@psf.upfronthosting.co.za>
In-reply-to
Content
This is definitely a message you get from Java when it can't start, rather than from Jython when it goes wrong. Google it: I found some stuff specific to HP-UX, and maybe it will mean something to you. I would guess jython.err is defined by your test to contain the stderr output of the jython launcher script.

If you have scope to do so, try running a script in the same circumstances that dumps you the critical variables. Maybe the test framework resets them.

Also, the jython launcher allows you to pass arguments to Java. The command:
    jython -J-version
results in Java identifying its version and exiting, for example.

As for platform.py, I think only CPython needs most of that. Your platform *is* on there:
>>> import platform
>>> platform.system()
'Java'
:-)
History
Date User Action Args
2012-12-27 20:08:40jeff.allensetmessageid: <1356638920.47.0.116033412953.issue1999@psf.upfronthosting.co.za>
2012-12-27 20:08:40jeff.allensetrecipients: + jeff.allen, knettem
2012-12-27 20:08:40jeff.allenlinkissue1999 messages
2012-12-27 20:08:40jeff.allencreate