Hi Folks, Recently I was dealing with an issue that STS demo client timeout and throws exception as described in https://issues.apache.org/jira/browse/CXF-7225
The problem is related to the Linux kernel implementation with regards to pseudo random number generator, as well as the fact that in JDK8 securerandom.source default value set to /dev/random rather than /dev/urandom in JDK7 and JDK6. More details can be found in the comments in jira. I have come up with a couple of ways to work around the problem in jira to share. Runtime change is not needed. Could anybody who have permission to close jira CXF-7225 ? Regards, Guopu
