[jira] [Commented] (LOG4NET-531) AdoNetAppender crashes application if BeginDbTransaction failed

2016-11-09 Thread Joe (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15650727#comment-15650727 ] Joe commented on LOG4NET-531: - [~lanorkin] from the stack trace I would say there is am unhandled exception

[jira] [Closed] (LOG4NET-531) AdoNetAppender crashes application if BeginDbTransaction failed

2016-11-09 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner closed LOG4NET-531. --- Resolution: Invalid Closed for good. > AdoNetAppender crashes application if

[jira] [Commented] (LOG4NET-531) AdoNetAppender crashes application if BeginDbTransaction failed

2016-11-09 Thread Vladimir Vedeneev (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15650695#comment-15650695 ] Vladimir Vedeneev commented on LOG4NET-531: --- [~joe] I believe that's not the case in our

[jira] [Reopened] (LOG4NET-531) AdoNetAppender crashes application if BeginDbTransaction failed

2016-11-09 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner reopened LOG4NET-531: - Gotta fix a typo in my comment, sorry for the noise. > AdoNetAppender crashes application

[jira] [Comment Edited] (LOG4NET-531) AdoNetAppender crashes application if BeginDbTransaction failed

2016-11-09 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15650843#comment-15650843 ] Dominik Psenner edited comment on LOG4NET-531 at 11/9/16 2:43 PM: -- Happy

Re: Towards 2.0.6

2016-11-09 Thread Dominik Psenner
On 2016-11-09 10:11, Stefan Bodewig wrote: On 2016-11-07, Dominik Psenner wrote: LOG4NET-487 is about the configuration option and the issue I would like to see in the release. The reason is, not having this configurable costs performance and creating a mutex always is troublesome to some

[jira] [Commented] (LOG4NET-531) AdoNetAppender crashes application if BeginDbTransaction failed

2016-11-09 Thread Vladimir Vedeneev (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15650830#comment-15650830 ] Vladimir Vedeneev commented on LOG4NET-531: --- [~dpsen...@gmail.com] thanks looks like that's the

[jira] [Commented] (LOG4NET-531) AdoNetAppender crashes application if BeginDbTransaction failed

2016-11-09 Thread Vladimir Vedeneev (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15650826#comment-15650826 ] Vladimir Vedeneev commented on LOG4NET-531: --- [~joe] I don't know log4net sources well, so if

[jira] [Closed] (LOG4NET-531) AdoNetAppender crashes application if BeginDbTransaction failed

2016-11-09 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner closed LOG4NET-531. --- Resolution: Invalid Assignee: Dominik Psenner Happy to help and closing as invalid.

[jira] [Commented] (LOG4NET-531) AdoNetAppender crashes application if BeginDbTransaction failed

2016-11-09 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15650800#comment-15650800 ] Dominik Psenner commented on LOG4NET-531: - The base AppenderSkeleton class implements the

[jira] [Comment Edited] (LOG4NET-531) AdoNetAppender crashes application if BeginDbTransaction failed

2016-11-09 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15650800#comment-15650800 ] Dominik Psenner edited comment on LOG4NET-531 at 11/9/16 12:41 PM: --- The

[jira] [Created] (LOG4NET-532) Use of a RollingFileAppender from a low permissions account hangs on mutex creation

2016-11-09 Thread Nick Judson (JIRA)
Nick Judson created LOG4NET-532: --- Summary: Use of a RollingFileAppender from a low permissions account hangs on mutex creation Key: LOG4NET-532 URL: https://issues.apache.org/jira/browse/LOG4NET-532

[jira] [Created] (LOG4NET-531) AdoNetAppender crashes application if BeginDbTransaction failed

2016-11-09 Thread Vladimir Vedeneev (JIRA)
Vladimir Vedeneev created LOG4NET-531: - Summary: AdoNetAppender crashes application if BeginDbTransaction failed Key: LOG4NET-531 URL: https://issues.apache.org/jira/browse/LOG4NET-531 Project:

[jira] [Commented] (LOG4NET-531) AdoNetAppender crashes application if BeginDbTransaction failed

2016-11-09 Thread Joe (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15650645#comment-15650645 ] Joe commented on LOG4NET-531: - It's probably a threading bug in your custom appender. I believe

Re: Towards 2.0.6

2016-11-09 Thread Stefan Bodewig
On 2016-11-07, Dominik Psenner wrote: > LOG4NET-487 is about the configuration option and the issue I would > like to see in the release. The reason is, not having this > configurable costs performance and creating a mutex always is > troublesome to some configurations. I should be able to carve