From yarn-issues-return-154339-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Tue Oct 2 20:36:10 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id A8A77180677 for ; Tue, 2 Oct 2018 20:36:09 +0200 (CEST) Received: (qmail 28230 invoked by uid 500); 2 Oct 2018 18:36:03 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 28043 invoked by uid 99); 2 Oct 2018 18:36:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2018 18:36:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 1FBE2C6CB4 for ; Tue, 2 Oct 2018 18:36:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.001 X-Spam-Level: X-Spam-Status: No, score=-109.001 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id xhVhR6Wuycw6 for ; Tue, 2 Oct 2018 18:36:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id A15045F577 for ; Tue, 2 Oct 2018 18:36: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 E6A1CE0E33 for ; Tue, 2 Oct 2018 18:36: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 857C223FA0 for ; Tue, 2 Oct 2018 18:36:00 +0000 (UTC) Date: Tue, 2 Oct 2018 18:36:00 +0000 (UTC) From: "Vidura Bhathiya Mudalige (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-8788) mvn package -Pyarn-ui fails on JDK9 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/YARN-8788?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16635= 950#comment-16635950 ]=20 Vidura Bhathiya Mudalige commented on YARN-8788: ------------------------------------------------ Last time I was able to reproduce this error by only changing the JDK versi= on in the Dockerfile. But today I had to run this command with=C2=A0"-Dmave= n.javadoc.skip=3Dtrue" flag and then had to comment out all the "cmake-comp= ile" executions as well to reproduce the error without any other build fail= ures. > mvn package -Pyarn-ui fails on JDK9 > ----------------------------------- > > Key: YARN-8788 > URL: https://issues.apache.org/jira/browse/YARN-8788 > Project: Hadoop YARN > Issue Type: Bug > Environment: Java 9.0.4, CentOS 7.5 > Reporter: Akira Ajisaka > Priority: Major > Labels: newbie > > {{mvn package -Pdist,native,yarn-ui -Dtar -DskipTests}} failed on trunk. > {noformat} > [ERROR] Failed to execute goal ro.isdc.wro4j:wro4j-maven-plugin:1.7.9:run= (default) on project hadoop-yarn-ui: Execution default of goal ro.isdc.wro= 4j:wro4j-maven-plugin:1.7.9:run failed: An API incompatibility was encounte= red while executing ro.isdc.wro4j:wro4j-maven-plugin:1.7.9:run: java.lang.E= xceptionInInitializerError: null > [ERROR] ----------------------------------------------------- > [ERROR] realm =3D plugin>ro.isdc.wro4j:wro4j-maven-plugin:1.7.9 > [ERROR] strategy =3D org.codehaus.plexus.classworlds.strategy.SelfFirstSt= rategy > [ERROR] urls[0] =3D file:/home/aajisaka/.m2/repository/ro/isdc/wro4j/wro4= j-maven-plugin/1.7.9/wro4j-maven-plugin-1.7.9.jar > [ERROR] urls[1] =3D file:/home/aajisaka/.m2/repository/ro/isdc/wro4j/wro4= j-core/1.7.9/wro4j-core-1.7.9.jar > [ERROR] urls[2] =3D file:/home/aajisaka/.m2/repository/org/apache/commons= /commons-lang3/3.4/commons-lang3-3.4.jar > (snip) > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org