Customers are unexpectedly directed to the logon page during an SSO session
The RSA Access Manager aserver.log (or lserver.log) logs a larger than normal number of the following log events. These occur more on some aservers than others.
sequence_number=356,2011-06-03 14:36:58:616 EDT,messageID=1031,client_ip_address=10.10.10.10,client_port=1914,result_code=0,result_action=User Token Failed,result_reason=Token error
The RSA Access Manager dispatcher.log (lserver.log) shows the following log messages:
sequence_number=255,2012-08-30 04:04:49:85 BST,messageID=0,event_type=Error,description=Error handling client connection,error=java.lang.OutOfMemoryError
sequence_number=256,2012-08-30 04:04:55:22 BST,messageID=0,event_type=Error,description=Unknown error,error=java.lang.OutOfMemoryError
sequence_number=17,2014-11-29 15:50:15:556 GMT,messageID=-2,event_type=Internal Error,internal_error=java.io.EOFException
sequence_number=18,2014-11-29 15:50:19:540 GMT,messageID=-2,event_type=Internal Error,internal_error=java.net.SocketException: Connection reset
Identify the reason for the resource limitation on the machine hosting the disptacher. Restart the machine to free up resources.
If this issue occurs frequently there may be a socket leak (typically against another application) on the same machine that is using all the resources.
Upgrade to a 64 bit JVM and add memory. This issue is rarely seen on modern systems.