Additional Apache Struts INFO level messages in WebLogic log files.
Originally Published: 2011-04-29
Article Number
Applies To
Issue
The Weblogic logs and WebLogic standard output log a lot of messages of this type:
Mar 9, 2011 6:14:05 PM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='com.rsa.ui.jsp.taglibs.html.LocalStrings', returnNull=true
Cause
Resolution
1. Disable or change the logging by passing the following parameters on the java command line.
To turn off the commons-logging use the following system property
-Dorg.apache.commons.logging.Log=org.apache.commons.logging
(to change the log level from INFO to WARN)
-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
-Dorg.apache.commons.logging.simplelog.defaultlog=WARN
2. Create or modify the existing commons-logging.properties file in the user_projects\domains\<project> folder
#Uncomment the following if you want to turn off the commons logging
#org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
#set the Logger to simpleLog and set the default level to WARN
#org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
#org.apache.commons.logging.simplelog.defaultlog=WARN
3. Create or modify the existing logging.properties file located in the <JDKHOME>/jre/lib directory
Set the level to WARN
Related Articles
RSA Governance & Lifecycle Recipes: Report - Review Results - Review Summary Info 31Number of Views RSA Governance & Lifecycle Blueprint - License Insights Solution - Dashboard Info v1 18Number of Views Update a Group Capability in Active directory Connector fails to update the [info] attribute with "java.lang.NullPointerEx… 7Number of Views After deleting a user with Quick Admin the following message appears: refreshinfo: Problem processing request: message is … 13Number of Views How to grant privileges to a user to edit one or more reports without providing Admin access in RSA Identity Governance an… 128Number of Views
Trending Articles
Using Vault instead of cleartext password in WildFly configuration file in RSA Identity Governance & Lifecycle Authentication Manager Security Console and Operations Console Inaccessible After Certificate Update How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Unable to login to RSA Authentication Manager Security Console as super admin Quick Setup of a Replica Instance fails the attach to the Primary Instance
Don't see what you're looking for?