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 … 155Number of Views How to shut down Authentication Manager 8.x primary, replicas and web tiers 71Number of Views AFX Server intermittently shuts down in RSA Identity Governance & Lifecycle 305Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.9 Release Notes (January 2026) Artifacts to gather in RSA Identity Governance & Lifecycle RSA Governance & Lifecycle 8.0.0 Administrators Guide RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?