You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by bu...@apache.org on 2005/06/20 12:27:12 UTC

DO NOT REPLY [Bug 35430] New: - Exception during Joran-Configuration

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: log4j-dev@logging.apache.org
        ReportedBy: 8625330@web.de


(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: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org