RE: Slow startup first time after reboot

2022-09-28 Thread Neil Aggarwal
> 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

Re: Slow startup first time after reboot

2022-09-27 Thread Jerry Malcolm
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. 

RE: Slow startup first time after reboot

2022-09-27 Thread Neil Aggarwal
> 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

Re: Slow startup first time after reboot

2022-09-27 Thread Jerry Malcolm
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

RE: Slow startup first time after reboot

2022-09-27 Thread Neil Aggarwal
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