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
SecurID Announces SecurID Authentication Manager 8.6 Patch 4 and Updated Web-Tier Server 25Number of Views Review overall status bar is not updated when a review is completed in RSA Identity Governance & Lifecycle 121Number of Views Few Android users can no longer use SecurID Authenticator for Android due to an incorrect rootedjailbroken detection event 38Number 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… 272Number of Views Adding an additional Operations Console administrator fails with the error message Encrypted data could not be updated in … 100Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records Unable to login to RSA Authentication Manager Security Console as super admin RSA Authentication Manager 8.9 Release Notes (January 2026) How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Connection fails to Cloud Authentication Service when connecting through a proxy server from RSA Authentication Manager to…
Don't see what you're looking for?