Message7769

Author amak
Recipients Daniel Tripp, amak, fwierzbicki, kbrowder
Date 2013-02-25.22:20:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361830855.85.0.130373346424.issue1784@psf.upfronthosting.co.za>
In-reply-to
Content
I think this may be caused by trying to read too much entropy from the NativeSeedGenerator, which is where the code appears to hang.

There is a java report for this

NativeSeedGenerator is making 8192 byte read requests from entropy pool on each init.
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6998583

Which appears to be fixed in Java 6 update 24, which was released around the time the user reported the issue.

Please can the user retest with a version after Java 6 update 24?
History
Date User Action Args
2013-02-25 22:20:55amaksetmessageid: <1361830855.85.0.130373346424.issue1784@psf.upfronthosting.co.za>
2013-02-25 22:20:55amaksetrecipients: + amak, fwierzbicki, Daniel Tripp, kbrowder
2013-02-25 22:20:55amaklinkissue1784 messages
2013-02-25 22:20:55amakcreate