[ https://issues.apache.org/jira/browse/GEODE-8889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490497#comment-17490497 ]
Geode Integration commented on GEODE-8889: ------------------------------------------ Seen on support/1.13 in [integration-test-openjdk8 #26|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-support-1-13-main/jobs/integration-test-openjdk8/builds/26] ... see [test results|http://files.apachegeode-ci.info/builds/apache-support-1-13-main/1.13.8-build.0644/test-results/integrationTest/1644399822/] or download [artifacts|http://files.apachegeode-ci.info/builds/apache-support-1-13-main/1.13.8-build.0644/test-artifacts/1644399822/integrationtestfiles-openjdk8-1.13.8-build.0644.tgz]. > 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 > 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)