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 27Number 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 When configuring fob-style token profile, the token is configured as PINPad-style when using RSA Authentication Manager 8.… 63Number of Views
Trending Articles
RSA Authentication Manager Upgrade Process RSA Authentication Manager Patch Updates RSA SecurID Software Token 4.1.2 and 4.2.1 for Mac OS X displays: No token storage device was detected. Verify that the de… How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device RSA SecurID software token .sdtid file fails to import into RSA SecurID Software Token 5.0 for Windows
Don't see what you're looking for?