The FIM console crashes after entering the Administrator credentials
The following error message is displayed in the standard output for the FIM managed server:
Sep 28, 2010 1:33:51 PM org.apache.struts.actions.DispatchAction dispatchMethod
SEVERE: Dispatch[/Dashboard] to method nvPreView returned an exception
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
at com.rsa.ui.common.struts.action.RSABaseDispatchAction.execute(RSABaseDispatchAction.java:200)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
The description in the fim.properties file for configuring the JNDI URL for SSL is incorrect. The fim.properties file contains two parameters, one for non SSL and one for SSL:
jndi.url=t3://localhost:7001
jndi.ssl.url=t3s://localhost:7002
The parameter jndi.ssl.url is not used by FIM and is not read when parsing the FIM properties file. Only the jndi.url parameter is used.
If you wish to use SSL for the JNDI URL specifiy a t3s URL for the jndi.url parameter as in this example:
jndi.url=t3s://localhost:7002
The documentation in the fim.properties file will be changed in a future version to reflect the correct configuration.
Related Articles
Add an Application to My Page 37Number of Views My Page Enrollment Policy 338Number of Views RSA Via Lifecycle and Governance/Aveksa server will not start after environment customization 226Number of Views RSA ID Plus FIDO Passkey Certification Status 184Number of Views How to add a second SNMP Security Name (Trap User) in RSA Authentication Manager 8.x 233Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA announces the availability of the RSA SecurID Hardware Appliance 230 based on the Dell PowerEdge R240 Server How to troubleshoot Oracle database ORA-04030 errors in RSA Identity Governance & Lifecycle RSA Authentication Manager Upgrade Process Microsoft SQL Server Collectors can no longer connect to the SQL Server database after upgrade to Microsoft SQL Server 201…