You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the COR instance I noted a rather long delay for the orr service to completely be up and running:
$ docker logs -f orr
...
WARNING .. org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom
Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [144,668] milliseconds.
...
On the COR instance I noted a rather long delay for the
orr
service to completely be up and running:https://wiki.apache.org/tomcat/HowTo/FasterStartUp#Entropy_Source suggests:
which is mentioned in docker-library/tomcat#12
The text was updated successfully, but these errors were encountered: