I have went through few articles related to the connection rest issue some what similar behavior to my issue.
https://community.oracle.com/thread/943911
and suggesting add value on JVM
-Djava.security.egd=file:/dev/../dev/urandom
But
In different places specifying this value in differently
like
-Djava.security.egd=file:/dev/./urandom
-Djava.security.egd=file:///dev/urandom
also suggesting to change jre/lib/security/java.security
#securerandom.source=file:/dev/random
securerandom.source=file:/dev/./urandom
Any idea what is the correct way to change these values ?
Your help is highly appriciate