[
https://issues.apache.org/jira/browse/LOG4J2-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15753727#comment-15753727
]
Peter Nimmervoll commented on LOG4J2-1740:
------------------------------------------
Tried the latest Git master and it is fixed now.
> Add CronTriggeringPolicy programmatically leads to NPE
> ------------------------------------------------------
>
> Key: LOG4J2-1740
> URL: https://issues.apache.org/jira/browse/LOG4J2-1740
> Project: Log4j 2
> Issue Type: Bug
> Components: Appenders
> Affects Versions: 2.7
> Reporter: Peter Nimmervoll
> Fix For: 2.8
>
>
> When i try to add a RollingFileAppender with a CronTriggeringPolicy
> programmatically then I get a NPE because the ScheduledExecutorService in
> ConfigurationScheduler is null. IMO the ScheduledExecutorService should
> always be created even when there are no items which needs to be scheduled.
> Caused by: java.lang.NullPointerException
> at
> org.apache.logging.log4j.core.config.ConfigurationScheduler.schedule(ConfigurationScheduler.java:107)
> ~[log4j-core-2.7.jar:2.7]
> at
> org.apache.logging.log4j.core.config.ConfigurationScheduler.scheduleWithCron(ConfigurationScheduler.java:120)
> ~[log4j-core-2.7.jar:2.7]
> at
> org.apache.logging.log4j.core.appender.rolling.CronTriggeringPolicy.initialize(CronTriggeringPolicy.java:72)
> ~[log4j-core-2.7.jar:2.7]
> at
> org.apache.logging.log4j.core.appender.rolling.RollingFileManager.initialize(RollingFileManager.java:104)
> ~[log4j-core-2.7.jar:2.7]
> at
> org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender.createAppender(RollingRandomAccessFileAppender.java:218)
> ~[log4j-core-2.7.jar:2.7]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]