[ 
https://issues.apache.org/jira/browse/LOG4J2-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13772122#comment-13772122
 ] 

Nick Williams commented on LOG4J2-405:
--------------------------------------

That definitely should not be happening. I'm going to need more information to 
help me track this down and fix it:

* Application server name and full version
* {{web.xml}} file
* List of third-party libraries you're using that contain 
{{META-INF/javax.servlet.ServletContainerInitializer}} files in the JAR.
                
> Log4jConfigListener is starting LoggerContext twice
> ---------------------------------------------------
>
>                 Key: LOG4J2-405
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-405
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Configurators
>    Affects Versions: 2.0-beta9
>            Reporter: Poorna Subhash P
>            Priority: Minor
>
> While debugging my log4j2.0 configuration in web application, I have observed 
> that the LoggerContext.start() is called twice once without parameter and 
> next with Configuration parameters. 
> Following are stack paths to these calls.
> 1st path:
> LoggerContext.start() line: 145       
> Log4jContextFactory.getContext(String, ClassLoader, boolean, URI) line: 104   
> Log4jContextFactory.getContext(String, ClassLoader, boolean, URI) line: 34    
> LogManager.getContext(ClassLoader, boolean, URI) line: 187    
> Configurator.initialize(String, ClassLoader, URI, Object) line: 103   
> Configurator.initialize(String, ClassLoader, String, Object) line: 63 
> Log4jWebInitializerImpl.initializeNonJndi(String) line: 136   
> Log4jWebInitializerImpl.initialize() line: 82
> 2nd Path:
> LoggerContext.start(Configuration) line: 175  
> Configurator.initialize(String, ClassLoader, URI, Object) line: 111   
> Configurator.initialize(String, ClassLoader, String, Object) line: 63 
> Log4jWebInitializerImpl.initializeNonJndi(String) line: 136   
> Log4jWebInitializerImpl.initialize() line: 82
> During first path, it is basically calling reconfigure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to