RE: java.security.NoSuchAlgorithmException: SHA1PRNG SecureRandom not available

2016-05-16 Thread Venkata Reddy P
Awesome it works. I have tried with jre1.8.91 version and resolves the issue. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: 17 May 2016 00:10 To: Tomcat Users List Subject: Re: java.security.NoSuchAlgorithmException: SHA1PRNG SecureRandom not available On 16/05

Re: java.security.NoSuchAlgorithmException: SHA1PRNG SecureRandom not available

2016-05-16 Thread Mark Thomas
ing Servlet Engine: Apache Tomcat/8.0.33 > May 16, 2016 11:03:16 AM org.apache.catalina.util.SessionIdGeneratorBase > createSecureRandom > SEVERE: Exception initializing random number generator using algorithm > [SHA1PRNG] > java.security.NoSuchAlgorithmException: SHA1PRNG Secure

java.security.NoSuchAlgorithmException: SHA1PRNG SecureRandom not available

2016-05-16 Thread Venkata Reddy P
number generator using algorithm [SHA1PRNG] java.security.NoSuchAlgorithmException: SHA1PRNG SecureRandom not available at sun.security.jca.GetInstance.getInstance(Unknown Source) at java.security.SecureRandom.getInstance(Unknown Source) at