> Sadly, that line doesn't appear either with or without the
> java.security.egd option.
OK, well, at least we diagnosed it is not that problem.
I hope you are able to find a solution.
Thank you,
Neil
--
Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com
We offer 30 year loans on sing
Neil,
Sadly, that line doesn't appear either with or without the
java.security.egd option. That appears to be a lump sum of 4-5
minutes for the SecureRandom seed thing. I'm getting a total
accumulation of ~5 minutes. But it's made up of a bunch of ~15-sec web
starts. See example below.
> Are there perhaps
> some log levels I could change that would provide more detailed
> information about what step it's hung up on for loading these web apps?
I just tested this on a dev sever.
I removed the java.security.egd option and rebooted my server.
Once I waited for Tomcat to finish star
Hi Neil,
Your suggestion sounded very encouraging. Unfortunately, after adding
the JVM parameter you suggested, there was no change. Are there perhaps
some log levels I could change that would provide more detailed
information about what step it's hung up on for loading these web apps?
Th
Is this related to the random number generator?
Take a look at this:
https://docs.oracle.com/cd/E13209_01/wlcp/wlss30/configwlss/jvmrand.html
I read somewhere to use this so I put in in my JVM args:
-Djava.security.egd=file:/dev/./urandom
Thank you,
Neil
--
Neil Aggarwal, (972) 834-1565, http