[ https://issues.apache.org/jira/browse/GEODE-8889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kristen updated GEODE-8889: --------------------------- Affects Version/s: 1.13.8 > NPE in AlertAppenderIntegrationTest on JDK11 > -------------------------------------------- > > Key: GEODE-8889 > URL: https://issues.apache.org/jira/browse/GEODE-8889 > Project: Geode > Issue Type: Bug > Components: tests > Affects Versions: 1.10.0, 1.13.8 > Reporter: Donal Evans > Priority: Major > > {noformat} > org.apache.geode.internal.logging.log4j.AlertAppenderIntegrationTest > > resumeWithoutPauseStillLogs FAILED > java.lang.NullPointerException > at > org.apache.geode.internal.logging.log4j.AlertAppenderIntegrationTest.resumeWithoutPauseStillLogs(AlertAppenderIntegrationTest.java:175) > java.lang.NullPointerException > at > org.apache.geode.internal.logging.log4j.AlertAppenderIntegrationTest.tearDown(AlertAppenderIntegrationTest.java:125) > {noformat} > alertAppender was null, indicating that the below line in the setup() method > failed; > {code:java} > alertAppender = loggerContextRule.getAppender(APPENDER_NAME, > AlertAppender.class); > {code} -- This message was sent by Atlassian Jira (v8.20.1#820001)