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
RSA MFA Agent for Windows will not run due to error "This module is blocked from loading into the Local Security Authority" 820Number of Views Services do not start with error "Could not find or load main class com.rsa.installfwrk.serverController.WeblogicServiceWr… 332Number of Views Report preview and/or generation fails with 'java.lang.NoClassDefFoundError: Could not initialize class net.sf.jasperrepor… 232Number of Views Increase biztier and console heapsizes in config.groovy to address console memory allocation errors for RSA Authentication… 1.95KNumber of Views RSA Federated Identity Manager 4.2 SP1 class loading install issue with fim.jar and deployment script 30Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records Unable to login to RSA Authentication Manager Security Console as super admin RSA Authentication Manager 8.9 Release Notes (January 2026) How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Connection fails to Cloud Authentication Service when connecting through a proxy server from RSA Authentication Manager to…