DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35430>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35430

           Summary: Exception during Joran-Configuration
           Product: Log4j
           Version: 1.3alpha
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Configurator
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


(Codebase from CVS from June 20th)

ConfigurationAction.begin () tries to call getLogger ():

java.lang.ExceptionInInitializerError
 ...
        at
org.apache.log4j.joran.action.ConfigurationAction.begin(ConfigurationAction.java:38)
        at 
org.apache.log4j.joran.spi.Interpreter.callBeginAction(Interpreter.java:239)
        at 
org.apache.log4j.joran.spi.Interpreter.startElement(Interpreter.java:131)
        at
org.apache.log4j.joran.spi.JoranDocument$StartElementEvent.replay(JoranDocument.java:225)
        at 
org.apache.log4j.joran.spi.JoranDocument.replay(JoranDocument.java:113)
        at 
org.apache.log4j.joran.JoranConfigurator.doConfigure(JoranConfigurator.java:170)
        at 
org.apache.log4j.joran.JoranConfigurator.doConfigure(JoranConfigurator.java:89)


Reason: ComponentBase.getLogger () is protected

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to