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 The Envision Nodes In A Distributed Site 27Number of Views How to shut down RSA Mobile from the command line 6Number of Views RSA Identity Governance & Lifecycle 6.8.x and above remote Access Fulfilment Express (AFX) server fails to start with the … 160Number of Views AFX Server intermittently shuts down in RSA Identity Governance & Lifecycle 305Number of Views How to shut down Authentication Manager 8.x primary, replicas and web tiers 72Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Mandatory Certificate Upgrade Required by 6th October 2025 for RSA MFA Agent for PAM, RSA MFA Agent for Apache, and Third … RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?