Message10277

Author sbenner
Recipients sbenner
Date 2015-09-22.18:55:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442948132.52.0.672869377157.issue2401@psf.upfronthosting.co.za>
In-reply-to
Content
Executing the same program with the same java runtime environment on my local machines and on a cloud instance (openstack using KVM) both Ubuntu 14.04 yields different results.

The local machine runs the program just fine.
The cloud instance crashes with error

     File "/home/ubuntu/.m2/repository/org/python/jython/2.7/jython-2.7.jar/Lib/ssl.py", line 165, in do_handshake
    _socket.SSLError: [Errno 1] Illegal state exception

I played a bit with the sleep value. Same result up to `0.003` where I get a null pointer.

Environment: openjdk-7 (also tested with oracle jdk 8, same results).
History
Date User Action Args
2015-09-22 18:55:32sbennersetrecipients: + sbenner
2015-09-22 18:55:32sbennersetmessageid: <1442948132.52.0.672869377157.issue2401@psf.upfronthosting.co.za>
2015-09-22 18:55:32sbennerlinkissue2401 messages
2015-09-22 18:55:32sbennercreate