#524 Tomcat blocks during startup
Closed: Fixed None Opened 11 years ago by edewata.

By default Tomcat uses a random generator that depends on /dev/random which may block under certain circumstances.

Mar 04, 2013 11:11:54 PM org.apache.catalina.util.SessionIdGenerator createSecureRandom
INFO: Creation of SecureRandom instance for session ID generation using
[SHA1PRNG] took [45,382] milliseconds.
Server is started.

One solution is to replace the default random generator with JSS PK11SecureRandom in Tomcat Manager and Authenticator:


master: 22d50cc526c7fd4224a4d5a0ae9ebf66afd8e83a

Metadata Update from @edewata:
- Issue assigned to edewata
- Issue set to the milestone: 10.0.2

7 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/1094

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata