Donal Evans created GEODE-8889:
----------------------------------

             Summary: 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


{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.3.4#803005)

Reply via email to