Message10321

Author mishikal@yahoo.com
Recipients darjus, mishikal@yahoo.com, zyasoft
Date 2015-10-07.18:59:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444244354.73.0.834815066062.issue2405@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure what to think now... On my VMware based VM that I run, it works fine:

On my VMware based VM:
build@zre-ubuntu14-64:~$ /tmp/jdk1.8.0_60/bin/java -jar /tmp/jython-2.7.0.jar
Jython 2.7.0 (default:9987c746f838, Apr 29 2015, 02:25:11)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.8.0_60
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.getpid()
1769
>>> quit()
build@zre-ubuntu14-64:~$ uname -a
Linux zre-ubuntu14-64 3.13.0-65-generic #106-Ubuntu SMP Fri Oct 2 22:08:27 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
VERSION="14.04.3 LTS, Trusty Tahr"


On the KVM based VM I have hosted in Digital Ocean:
zimbra@q1:~$ java -jar /tmp/jython-2.7.0.jar
Jython 2.7.0 (default:9987c746f838, Apr 29 2015, 02:25:11)
[OpenJDK 64-Bit Server VM (Oracle Corporation)] on java1.8.0-internal
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.getpid()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'getpid'
>>> quit()
zimbra@q1:~$ uname -a
Linux q1.aon.zimbraview.com 3.13.0-65-generic #106-Ubuntu SMP Fri Oct 2 22:08:27 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
VERSION="14.04.3 LTS, Trusty Tahr"
History
Date User Action Args
2015-10-07 18:59:14mishikal@yahoo.comsetmessageid: <1444244354.73.0.834815066062.issue2405@psf.upfronthosting.co.za>
2015-10-07 18:59:14mishikal@yahoo.comsetrecipients: + mishikal@yahoo.com, zyasoft, darjus
2015-10-07 18:59:14mishikal@yahoo.comlinkissue2405 messages
2015-10-07 18:59:14mishikal@yahoo.comcreate