Closed GoogleCodeExporter closed 8 years ago
Caused by: java.lang.IllegalAccessError: tried to access field
org.slf4j.impl.StaticLoggerBinder.SINGLETON from class org.slf4j.LoggerFactory
at org.slf4j.LoggerFactory.<clinit>(LoggerFactory.java:60)
at net.sf.log4jdbc.Slf4jSpyLogDelegator.<init>(Slf4jSpyLogDelegator.java:45)
at net.sf.log4jdbc.SpyLogFactory.<clinit>(SpyLogFactory.java:37)
at net.sf.log4jdbc.DriverSpy.<clinit>(DriverSpy.java:106)
Original comment by rozzamo...@gmail.com
on 19 Nov 2012 at 11:29
It looks like you did not configure slf4j properly. (Notice exception is being
thrown from slf4j itself.) Please provide more info. Exactly which jars did you
include from slf4j?
Original comment by arthur.b...@gmail.com
on 19 Nov 2012 at 1:06
Setting status of this issue to invalid until you respond. Again I think you
probably configured slf4j incorrectly (possibly only including only one of the
required jars.)
Original comment by arthur.b...@gmail.com
on 21 Nov 2012 at 2:40
See http://slf4j.org/faq.html for details of the method that has changed.
Version 1.7 of SLF4j has changed the internals.
I got log4jdbc working correctly with 1.4.3 version of slf4j. All works well
thank you.
Original comment by rozzamo...@gmail.com
on 21 Nov 2012 at 4:03
Original issue reported on code.google.com by
rozzamo...@gmail.com
on 19 Nov 2012 at 11:29