Message10002

Author zyasoft
Recipients joshfriend, zyasoft
Date 2015-05-04.03:33:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430710390.83.0.949061322327.issue2349@psf.upfronthosting.co.za>
In-reply-to
Content
Josh, it's possible that you're seeing a similar problem to  http://bugs.jython.org/issue2345 and http://bugs.jython.org/issue2346:

The following environment variables do not usually have to be set, but if they are, they must be set correctly

JAVA_ENCODING - Character set encoding, such as UTF-8
JAVA_MEM - Java memory (sets via -Xmx)
JAVA_OPTS - options to pass directly to Java
JAVA_STACK - Java stack size (sets via -Xss)
JAVA_HOME - Java installation directory, if set the java command is assumed to be at $JAVA_HOME/bin/java
JYTHON_HOME - Jython installation directory
JYTHON_OPTS - default command line arguments

https://wiki.python.org/jython/JythonReleaseNotes
History
Date User Action Args
2015-05-04 03:33:10zyasoftsetmessageid: <1430710390.83.0.949061322327.issue2349@psf.upfronthosting.co.za>
2015-05-04 03:33:10zyasoftsetrecipients: + zyasoft, joshfriend
2015-05-04 03:33:10zyasoftlinkissue2349 messages
2015-05-04 03:33:10zyasoftcreate