Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 373D6200CC1 for ; Mon, 10 Jul 2017 19:52:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 35CDD163E56; Mon, 10 Jul 2017 17:52:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7CD62163E57 for ; Mon, 10 Jul 2017 19:52:04 +0200 (CEST) Received: (qmail 3254 invoked by uid 500); 10 Jul 2017 17:52:03 -0000 Mailing-List: contact issues-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list issues@geode.apache.org Received: (qmail 3245 invoked by uid 99); 10 Jul 2017 17:52:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2017 17:52:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 241B7193747 for ; Mon, 10 Jul 2017 17:52:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id QqVuXx5VoLym for ; Mon, 10 Jul 2017 17:52:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 3F8DA62AD0 for ; Mon, 10 Jul 2017 17:52:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B6DEAE0ADD for ; Mon, 10 Jul 2017 17:52:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 14AE624695 for ; Mon, 10 Jul 2017 17:52:00 +0000 (UTC) Date: Mon, 10 Jul 2017 17:52:00 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-3175) backward-compatibility tests fail with bad classpath MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 10 Jul 2017 17:52:05 -0000 [ https://issues.apache.org/jira/browse/GEODE-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080735#comment-16080735 ] ASF subversion and git services commented on GEODE-3175: -------------------------------------------------------- Commit 5c434bc3adb5e329a8bfc809395171d4e1aff524 in geode's branch refs/heads/develop from [~bschuchardt] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=5c434bc ] GEODE-3175 backward-compatibility tests fail with bad classpath Added a printout of the versions loaded by VersionManager when it initializes. This will help us figure out why the test runs are failing. > backward-compatibility tests fail with bad classpath > ---------------------------------------------------- > > Key: GEODE-3175 > URL: https://issues.apache.org/jira/browse/GEODE-3175 > Project: Geode > Issue Type: Bug > Components: tests > Reporter: Bruce Schuchardt > Assignee: Bruce Schuchardt > > Some test runs are failing to start up a JVM running an old version of Geode. RollingUpgradeDUnitTest was trying to boot a VM running 110 and the classpath logged by ProcessManager was for 100 & the VM didn't launch correctly. > {noformat} > org.apache.geode.internal.cache.rollingupgrade.RollingUpgradeDUnitTest > testRollServersOnPersistentRegion_dataserializable[2] FAILED > java.lang.RuntimeException: VMs did not start up within 120 seconds > at org.apache.geode.test.dunit.standalone.DUnitLauncher$Master.bounce(DUnitLauncher.java:440) > at org.apache.geode.test.dunit.standalone.StandAloneDUnitEnv.bounce(StandAloneDUnitEnv.java:64) > at org.apache.geode.test.dunit.VM.bounce(VM.java:407) > at org.apache.geode.test.dunit.standalone.DUnitLauncher$DUnitHost.getVM(DUnitLauncher.java:495) > at org.apache.geode.internal.cache.rollingupgrade.RollingUpgradeDUnitTest.doTestRollAll(RollingUpgradeDUnitTest.java:144) > at org.apache.geode.internal.cache.rollingupgrade.RollingUpgradeDUnitTest.testRollServersOnPersistentRegion_dataserializable(RollingUpgradeDUnitTest.java:134) > org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.test.dunit.NamedRunnable.run in VM 0 running on Host a775258ffe87 with 4 VMs > Caused by: > java.lang.IllegalStateException: VM not available: VM 0 running on Host a775258ffe87 with 4 VMs > org.apache.geode.internal.cache.rollingupgrade.RollingUpgradeDUnitTest > testRollServersOnReplicatedRegion_dataserializable[2] FAILED > org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.test.dunit.NamedRunnable.run in VM 0 running on Host a775258ffe87 with 4 VMs > Caused by: > java.lang.IllegalStateException: VM not available: VM 0 running on Host a775258ffe87 with 4 VMs > org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.test.dunit.NamedRunnable.run in VM 0 running on Host a775258ffe87 with 4 VMs > Caused by: > java.lang.IllegalStateException: VM not available: VM 0 running on Host a775258ffe87 with 4 VMs > {noformat} -- This message was sent by Atlassian JIRA (v6.4.14#64029)