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 91D2F2009F8 for ; Fri, 20 May 2016 00:16:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 90409160A1E; Thu, 19 May 2016 22:16:22 +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 D8AF4160A0D for ; Fri, 20 May 2016 00:16:21 +0200 (CEST) Received: (qmail 87613 invoked by uid 500); 19 May 2016 22:16:21 -0000 Mailing-List: contact dev-help@falcon.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.apache.org Delivered-To: mailing list dev@falcon.apache.org Received: (qmail 87602 invoked by uid 99); 19 May 2016 22:16:21 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2016 22:16:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id AE6101A10E4 for ; Thu, 19 May 2016 22:16:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.021 X-Spam-Level: X-Spam-Status: No, score=-4.021 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id po_XEJ6070Uh for ; Thu, 19 May 2016 22:16:20 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 10B255F1E9 for ; Thu, 19 May 2016 22:16:18 +0000 (UTC) Received: (qmail 84093 invoked by uid 99); 19 May 2016 22:16:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2016 22:16:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E08A72C1F6A for ; Thu, 19 May 2016 22:16:12 +0000 (UTC) Date: Thu, 19 May 2016 22:16:12 +0000 (UTC) From: "Ying Zheng (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FALCON-1975) Getting NoSuchMethodError when calling isNoneEmpty MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 19 May 2016 22:16:22 -0000 Ying Zheng created FALCON-1975: ---------------------------------- Summary: Getting NoSuchMethodError when calling isNoneEmpty Key: FALCON-1975 URL: https://issues.apache.org/jira/browse/FALCON-1975 Project: Falcon Issue Type: Bug Reporter: Ying Zheng Assignee: Ying Zheng Getting NoSuchMethodError (see below) when listing instances in different hadoop settings due to the incompatibility with lower-version commons-lang jars. Changed to use isNotEmpty as a workaround. Will investigate to see how to safely use this new api introduced in commons-lang-3.4. 2016-05-19 17:38:03,824 ERROR - [280432275@qtp-299413131-242 - 553709aa-389a-4de5-b7db-e4a8ee46cea0:hrt_qa:GET//instance/running/process/Aa018f215-cee7c37c] ~ Failed to get running instances (AbstractInstanceManager:136) java.lang.NoSuchMethodError: org.apache.commons.lang3.StringUtils.isNoneEmpty([Ljava/lang/CharSequence;)Z at org.apache.falcon.resource.AbstractInstanceManager.getInstanceResultSubset(AbstractInstanceManager.java:316) at org.apache.falcon.resource.AbstractInstanceManager.getRunningInstances(AbstractInstanceManager.java:133) at org.apache.falcon.resource.InstanceManager.getRunningInstances(InstanceManager.java:62) -- This message was sent by Atlassian JIRA (v6.3.4#6332)