Author Message
MarcusHuang
Joined: Feb 25, 2014
Messages: 157
Offline
Hi,

Can someone help me understand why i see these errors in console when i run an app? Any idea on how to resolve this.

log4j:WARN No appenders could be found for logger (org.apache.axis2.description.AxisOperation).
log4j:WARN Please initialize the log4j system properly.
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
I can tell you that this warning means there is no appender configured for the logger used in the class. But without real experience with this , I not not sure how to solve it. Typically, you would configure the appender in the log4j.properties file but I don't know exactly what this class is looking for. You would have to google around to see if others run into this exactly.
Go to:   
Mobile view