> I think you have a problem with system entropy that's causing a
> problem generating pseudo-random numbers.
>
> While the server startup was stalled, I sent a kill -3 signal to the
> server process (think I mentioned doing this earlier in this thread)
> and got the following thread stack:
Yep that's it!
I tried the kill -3 thingy (didn't know about it, thanks!) and got the a
stack trace just like yours. Having the server do some expensive
calculations while tomcat starts up seems to improve the situation a bit
(probably because this activity generates entropy).
The thing that really does the trick is:
mv /dev/random /dev/random.bak
mv /dev/urandom dev/random
even if I don't particularly like the security implications of this.
The problem seems to be working on underused servers and is apparently more
debian-related (see
http://n0tablog.wordpress.com/2007/11/24/running-out-of-entropy-in-debian-etch/)
than geronimo-related.
--
View this message in context:
http://www.nabble.com/Startup-time-delay-in-Ubuntu-server-tp21301711s134p21433144.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.