Caused by: java.lang.IllegalStateException: org.slf4j.LoggerFactory could not be successfully initialized.
Caused by: java.lang.IllegalStateException: org.slf4j.LoggerFactory could not be successfully initialized. See also http://www.slf4j.org/codes.html#unsuccessfulInit
<------>at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:276)
<------>at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:242)
SOLUTION:
To add the dependency
org.slf4j
slf4j-log4j12
test
6 comments:
Very nice, it works!
Thank you Alexey. Exactly what I needed.
Hi, I'm newbie, so i want ask you about this error, i don't known where add your code? I use netbeans.
ThanhTung, it is maven project file called pom.xml
That about did it. Thanks!
That about did it. Thanks!
Post a Comment