[slf4j-dev] [Bug 137] New: java.lang.NoSuchFieldError: name at org.slf4j.impl. Log4jLoggerAdapter.<init>(Log4jLoggerAdapter.java:75)

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Thu Jun 25 16:40:38 CEST 2009


http://bugzilla.slf4j.org/show_bug.cgi?id=137

           Summary: java.lang.NoSuchFieldError: name  at
                    org.slf4j.impl.Log4jLoggerAdapter.<init>(Log4jLoggerAdap
                    ter.java:75)
           Product: SLF4J
           Version: 1.5.x
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: Unspecified
        AssignedTo: dev at slf4j.org
        ReportedBy: matthew.lachman at thomsonreuters.com


I'm using Grails which uses slf4j 1.5.x.  I've recently run into the following
bug:

java.lang.NoSuchFieldError: name
        at org.slf4j.impl.Log4jLoggerAdapter.<init>(Log4jLoggerAdapter.java:75)

I took a look at the source for both Log4jLoggerAdapter.java and its parent
class, MarkerIgnoringBase.java.  Sure enough, no such field "name" exists in
either class.

This is causing build failures for my project that I cannot get past.

Reproducing this bug should be a simple matter of creating an instance of
Log4jLoggerAdapter.


-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the slf4j-dev mailing list