How to configure FIM 4.0 to use the DailyRollingFileAppender for log file rotation.
Originally Published: 2008-08-05
Article Number
Applies To
BEA WebLogic 9.0
Issue
Log files are not rotated correctly when FIM is deployed in a clustered deployment. Even after log file rotation some information is still written to the old log file.
Cause
Resolution
Modify the log4j.xml file in the FIM properties directory
<appender name="SystemLogFile" class="org.apache.log4j.DailyRollingFileAppender">
<errorHandler class="com.rsa.fim.util.logger.RSAErrorHandler"/>
<param name="Threshold" value="WARN"/>
<param name="File" value="rsa-fim-config/log/System_${weblogic.Name}.log"/>
<param name="DatePattern" value="'.'yyyy-MM-dd" />
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d (%t) [%p] - %m%n"/>
</layout>
</appender>
After modifying the file on a particular server remember to restart the server.
Workaround
Related Articles
How to shut down RSA Mobile from the command line 6Number of Views How To Shut Down The Envision Nodes In A Distributed Site 26Number of Views RSA Identity Governance & Lifecycle 6.8.x and above remote Access Fulfilment Express (AFX) server fails to start with the … 155Number of Views How to shut down Authentication Manager 8.x primary, replicas and web tiers 68Number of Views AFX Server intermittently shuts down in RSA Identity Governance & Lifecycle 305Number of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?