Access Manager servers are slow to start up.
Originally Published: 2012-11-22
Article Number
Applies To
Red Hat Linux Enterprise
VMWare ESX Server
RSA Access Manager is configured for ANON or AUTH SSL.
Issue
The RSA Access Manager servers are slow to start up. There are no error messages logged. The problem appears to be intermittent and the time to startup is sometimes a minute, sometimes as long as 10 minutes. The pause seems to occur during creation of the servers listen port.
If the servers is started with -DDEBUG_FULL you can see that there is a pause during the SSL initialization.
2012/11/21 15:15:12:206 [ssl] [main (sirrus.util.net.SSLSocketFactory.setEnabledCipherSuites)] - Available Ciphers:
2012/11/21 15:47:30:593 [ssl] [main (sirrus.util.net.SSLSocketFactory.printCiphers)] - Cipher[0]: SSL_RSA_WITH_RC4_128_MD5
Cause
The following articles provide more information:
6521844 : SecureRandom hangs on Linux Systems
Resolution
An alternative is to direct the crypto libraries to use an alternate source for the randomness. Linux has an alternate file called urandom that can be used for this purpose. Note that potentially using a random source with less entropy could reduce the robustness of some crypto features.
You can either modify the global java security.properties file and add the following line:
securerandom.source=file:/dev/./urandom
Or you modify the server startup batch files to pass the following parameter to each instance of the JVM that is started.
-Djava.security.egd=file:/dev/./urandom
Note that the security.properties file may already have a line that says "securerandom.source=file:/dev/urandom" which is similar to the example above but with a path that does not contain a dot. Due to the way file handles are passed to JAVA by some operating systems this setting is ignored in this format. You must include a "." (dot) in the path for the setting to be effective.
Related Articles
PASSMARK_PAGE_SERVED event not being logged 4Number of Views RSA Identity Management and Governance 6.9.1 installation fails while installing JDK with error "tar: /tmp/aveksa/packages… 80Number of Views How to enable AveksaAdmin account if it has been disabled from the UI by another user with admin privileges in RSA Governa… 52Number of Views Troubleshooting tips on testing and configuring NTP for time synchronization on RSA Identity Governance & Lifecycle servers 531Number of Views Active Directory Collector fails with Unprocessed Continuation Reference(s) 26Number of Views
Trending Articles
RSA Release Notes for RSA Authentication Manager 8.8 Generate a Certificate Signing Request (CSR) for the Web Tier RSA Authentication Manager 8.9 Release Notes (January 2026) RSA SecurID Software Token 4.1.2 and 4.2.1 for Mac OS X displays: No token storage device was detected. Verify that the de… RSA Authentication Manager 8.8 Security Configuration Guide
Don't see what you're looking for?