You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use log4mongo to record log in mongo,when mongo has not password ,it works correctly,but when i config this words:
log4j.appender.MongoDB.userName=Kneebrace#wr@mongo
log4j.appender.MongoDB.password=kb#wr@mongo
Tomcat doesn't start up,log like this:
No such logging.properties in classpath for jdk logging config!
NoClassDefFoundError: Could not initialize class org.apache.log4j.LogManager
I don't what happened,please tell me whatever about this issue.Thanks.
The text was updated successfully, but these errors were encountered:
I use log4mongo to record log in mongo,when mongo has not password ,it works correctly,but when i config this words:
log4j.appender.MongoDB.userName=Kneebrace#wr@mongo
log4j.appender.MongoDB.password=kb#wr@mongo
Tomcat doesn't start up,log like this:
No such logging.properties in classpath for jdk logging config!
NoClassDefFoundError: Could not initialize class org.apache.log4j.LogManager
I don't what happened,please tell me whatever about this issue.Thanks.
The text was updated successfully, but these errors were encountered: