[jira] [Commented] (LOG4J2-511) Referenced appenders on async appender are shutdown prematurely

2014-02-06 Thread Andre Bogus (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13893245#comment-13893245 ] Andre Bogus commented on LOG4J2-511: This may be related to LOG4J2-392 > Referenced a

[jira] [Commented] (LOG4J2-511) Referenced appenders on async appender are shutdown prematurely

2014-02-06 Thread James Pretorius (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13893312#comment-13893312 ] James Pretorius commented on LOG4J2-511: The below code (completely untested) woul

[jira] [Commented] (LOG4J2-511) Referenced appenders on async appender are shutdown prematurely

2014-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13893352#comment-13893352 ] Remko Popma commented on LOG4J2-511: Andre, I agree that this issue and LOG4J2-392 may

[jira] [Assigned] (LOG4J2-511) Referenced appenders on async appender are shutdown prematurely

2014-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma reassigned LOG4J2-511: -- Assignee: Remko Popma > Referenced appenders on async appender are shutdown prematurely > -

[jira] [Resolved] (LOG4J2-511) Referenced appenders on async appender are shutdown prematurely

2014-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma resolved LOG4J2-511. Resolution: Fixed Fix Version/s: 2.0-rc1 I've made the above-mentioned change to {{BaseConfi

[jira] [Resolved] (LOG4J2-392) Intermittent errors with appenders

2014-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma resolved LOG4J2-392. Resolution: Fixed Fix Version/s: 2.0-rc1 I modified {{BaseConfiguration.stop()}} to ensure t

[jira] [Commented] (LOG4J2-493) NPE in AsyncLogger.shutdown

2014-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13893372#comment-13893372 ] Remko Popma commented on LOG4J2-493: In revision 1565254 I made a change to {{AsyncLog

[jira] [Commented] (LOG4J2-392) Intermittent errors with appenders

2014-02-06 Thread Andre Bogus (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13893486#comment-13893486 ] Andre Bogus commented on LOG4J2-392: Hi Remko, I just built HEAD and tested the Appen

Re: About the DriverManagerConnectionSource

2014-02-06 Thread Matt Sicker
It'd be cleaner to just remove it. Perhaps we could include in log4j-samples a sort of rudimentary connection pool factory using dbcp? On 5 February 2014 18:07, Remko Popma wrote: > > > On Thursday, February 6, 2014, Nick Williams < > nicho...@nicholaswilliams.net> wrote: > >> >> On Feb 5, 2014

[jira] [Commented] (LOG4J2-373) Classloader issue in OSGi-environment

2014-02-06 Thread Matt Sicker (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13893877#comment-13893877 ] Matt Sicker commented on LOG4J2-373: The patch provided is not realistic since it adds

[jira] [Commented] (LOG4J2-493) NPE in AsyncLogger.shutdown

2014-02-06 Thread Matt Sicker (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13893878#comment-13893878 ] Matt Sicker commented on LOG4J2-493: So if it's an NPE in some other location now, how

[jira] [Commented] (LOG4J2-392) Intermittent errors with appenders

2014-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894024#comment-13894024 ] Remko Popma commented on LOG4J2-392: Andre, thanks for checking! I think that you have

[jira] [Commented] (LOG4J2-529) Log4j2 does not auto-initialize on webapp deploy or auto-deinitialize on undeploy

2014-02-06 Thread Nick Williams (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894172#comment-13894172 ] Nick Williams commented on LOG4J2-529: -- Remko, I can't reproduce it. Works fine for m

[jira] [Commented] (LOG4J2-529) Log4j2 does not auto-initialize on webapp deploy or auto-deinitialize on undeploy

2014-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894189#comment-13894189 ] Remko Popma commented on LOG4J2-529: Nick, I tried deploying in Tomcat 8.0.1 but I get

[jira] [Created] (LOG4J2-529) Log4j2 does not auto-initialize on webapp deploy or auto-deinitialize on undeploy

2014-02-06 Thread Remko Popma (JIRA)
Remko Popma created LOG4J2-529: -- Summary: Log4j2 does not auto-initialize on webapp deploy or auto-deinitialize on undeploy Key: LOG4J2-529 URL: https://issues.apache.org/jira/browse/LOG4J2-529 Project:

[jira] [Comment Edited] (LOG4J2-529) Log4j2 does not auto-initialize on webapp deploy or auto-deinitialize on undeploy

2014-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894189#comment-13894189 ] Remko Popma edited comment on LOG4J2-529 at 2/7/14 4:35 AM: Ni

[jira] [Commented] (LOG4J2-500) Unloading one webapp unloads JMX MBeans for all webapps

2014-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894151#comment-13894151 ] Remko Popma commented on LOG4J2-500: The new ObjectNames correctly separate MBeans for

[jira] [Updated] (LOG4J2-529) Log4j2 does not auto-initialize on webapp deploy or auto-deinitialize on undeploy

2014-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-529: --- Description: The log4j2 manuals [says|http://logging.apache.org/log4j/2.0/manual/webapp.html#Servlet

[jira] [Updated] (LOG4J2-529) Log4j2 does not auto-initialize on webapp deploy or auto-deinitialize on undeploy

2014-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-529: --- Description: The log4j2 manuals [says|http://logging.apache.org/log4j/2.0/manual/webapp.html#Servlet

[jira] [Commented] (LOG4J2-520) RollingRandomAccessFile with Async Appender skip logs

2014-02-06 Thread Andre Bogus (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894265#comment-13894265 ] Andre Bogus commented on LOG4J2-520: This Bug has been referenced from LOG4J2-392, whi