You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Dominik Psenner (Jira)" <ji...@apache.org> on 2019/10/18 12:31:00 UTC

[jira] [Commented] (LOG4NET-625) RollingFileAppender crashes when missing logfile no 3+4

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

Dominik Psenner commented on LOG4NET-625:
-----------------------------------------

Yet another case where the current implemenation of the RFA is buggy. I am favorizing to resolve this with a next generation implementation.

> RollingFileAppender crashes when missing logfile no 3+4
> -------------------------------------------------------
>
>                 Key: LOG4NET-625
>                 URL: https://issues.apache.org/jira/browse/LOG4NET-625
>             Project: Log4net
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.8
>         Environment: Visual Studio IDE 2017
>            Reporter: Julius Richter
>            Priority: Minor
>
> For some reason, the logFile no 3 and 4 are deleted from our temp folder.
> {{log4net:WARN Cannot RollFile [C:\tempIDE.log.3] -> [C:\temp\IDE.log.4]. Source does not exist}}
> {{log4net:WARN Cannot RollFile [C:\temp\IDE.log.3] -> [C:\temp\IDE.log.4]. Source does not exist}}
> {{log4net:WARN Cannot RollFile [C:\temp\IDE.log.2] -> [C:\temp\IDE.log.3]. Source does not exist}}
> {{log4net:WARN Cannot RollFile [C:\temp\IDE.log.2] -> [C:\temp\IDE.log.3]. Source does not exist}}
> {{log4net:ERROR RollingFileAppender: INTERNAL ERROR. Append is False but OutputFile [C:\temp\IDE.log] already exists.}}
> {{log4net:ERROR RollingFileAppender: INTERNAL ERROR. Append is False but OutputFile [C:\temp\IDE.log] already exists.}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)