The WildFly server.log file is not updated on RSA Identity Governance & Lifecycle 7.1.0 and above
Originally Published: 2018-11-05
Article Number
Applies To
RSA Version/Condition: 7.1.x
Platform (Other): WildFly
Issue
Cause
This issue has been reported in engineering ticket ACM-92729.
Resolution
Workaround
- Login as the oracle user
- This procedure will modify the $AVEKSA_HOME/wildfly/standalone/configuration/aveksa-standalone-full.xml. Backup this file before proceeding.
cp $AVEKSA_HOME/wildfly/standalone/configuration/aveksa-standalone-full.xml $AVEKSA_HOME/wildfly/standalone/configuration/aveksa-standalone-full.xml_backup_<MM-DD-YYYY>
- Run the following command at the system prompt:
$AVEKSA_HOME/wildfly/bin/jboss-cli.sh --connect "/subsystem=logging/root-logger=ROOT:add-handler(name=FILE)"
- The output should look similar to:
{"outcome" => "success"}
- This command modifies the $AVEKSA_HOME/wildfly/standalone/configuration/aveksa-standalone-full.xml file as shown below. The parameter <handler name="FILE"/> is added to the root-logger section so that WildFly server information will now be logged to server.log.
FROM:
<root-logger>
<level name="INFO"/>
<handlers>
<handler name="CONSOLE"/>
</handlers>
</root-logger>
TO:
<root-logger>
<level name="INFO"/>
<handlers>
<handler name="FILE"/>
<handler name="CONSOLE"/>
</handlers>
</root-logger>
Note: This modification takes effect immediately and does not require a restart of RSA Identity Governance & Lifecycle.
Related Articles
Review overall status bar is not updated when a review is completed in RSA Identity Governance & Lifecycle 123Number of Views Adding an additional Operations Console administrator fails with the error message Encrypted data could not be updated in … 108Number of Views Upgrade of RSA Identity Governance and Lifecycle from earlier versions to 7.0.2 fails during WildFly configuration phase. 248Number of Views 'Number of Missing Required Entitlements' under Role Analytics is not updated after completing Change Requests that succes… 65Number of Views How to generate a report from CLI for the Last Updated Auto Reg status for Agents with Auto Registration enabled in RSA Au… 287Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device How to Download OTP Token Seed Files from myRSA Installing a new license on RSA Authentication Manager RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?