You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Steve Sienkowski (Jira)" <ji...@apache.org> on 2021/12/15 18:40:00 UTC

[jira] [Created] (GEODE-9901) Failing upgrade-test-openjdk11 after upgrade of Log4j 2.15 to 2.16

Steve Sienkowski created GEODE-9901:
---------------------------------------

             Summary: Failing upgrade-test-openjdk11 after upgrade of Log4j 2.15 to 2.16
                 Key: GEODE-9901
                 URL: https://issues.apache.org/jira/browse/GEODE-9901
             Project: Geode
          Issue Type: Bug
    Affects Versions: 1.13.0
            Reporter: Steve Sienkowski


A large number of tests are failing in the `upgrade-test-openjdk11` job of the 1.13 pipeline.

These issues are characterized by an error message of `java.rmi.ConnectException: Connection refused to host:`

First failure here:
[https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-support-1-13-main/jobs/upgrade-test-openjdk11/builds/14]

Git commit introducing upgrade of log4j 2.15 to 2.16: [https://github.com/apache/geode/commit/224c996daa8bdd5243399e7d929120ad99c39fe3]

 

Example error message:

> Task :geode-gfsh:upgradeTest

org.apache.geode.management.GfshRebalanceCommandCompatibilityTest > whenCurrentVersionLocatorsExecuteRebalanceOnOldServersThenItMustSucceed[1.12.0] FAILED
    org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.test.dunit.IgnoredException$1.run in VM 0 running on Host c9ef3b85f95a with 4 VMs with version 1.12.0

        Caused by:
        java.rmi.ConnectException: Connection refused to host: 172.17.0.37; nested exception is: 
            java.net.ConnectException: Connection refused (Connection refused)

            Caused by:
            java.net.ConnectException: Connection refused (Connection refused)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)