From issues-return-57516-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Thu Feb 15 15:19:04 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 4A674180718 for ; Thu, 15 Feb 2018 15:19:03 +0100 (CET) Received: (qmail 92327 invoked by uid 500); 15 Feb 2018 14:19:02 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 92272 invoked by uid 99); 15 Feb 2018 14:19:02 -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; Thu, 15 Feb 2018 14:19:02 +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 C2AA5C2B81 for ; Thu, 15 Feb 2018 14:19:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.311 X-Spam-Level: X-Spam-Status: No, score=-110.311 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id P4Ot4We3XTAc for ; Thu, 15 Feb 2018 14:19:01 +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 D83C45F18A for ; Thu, 15 Feb 2018 14:19:00 +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 78BC1E0144 for ; Thu, 15 Feb 2018 14:19: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 37FC321E5C for ; Thu, 15 Feb 2018 14:19:00 +0000 (UTC) Date: Thu, 15 Feb 2018 14:19:00 +0000 (UTC) From: "Oleg Ignatenko (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-7716) Red selftest in ML examples 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/IGNITE-7716?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D163= 65599#comment-16365599 ]=20 Oleg Ignatenko commented on IGNITE-7716: ---------------------------------------- Relevant excerpt from stack trace from TC log: {noformat} [2018-02-15 11:11:13,858][ERROR][main][root] Test failed. java.awt.AWTError: Toolkit not found: sun.awt.HToolkit" at java.awt.Toolkit$2.run(Toolkit.java:867) at java.awt.Toolkit$2.run(Toolkit.java:855) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:854) at java.awt.Desktop.isDesktopSupported(Desktop.java:169) at org.apache.ignite.ml.math.Tracer.isBrowseSupported(Tracer.java:363) =C2=A0{noformat} Above=C2=A0suggests that *reason for failure is incorrect=C2=A0configuratio= n of TC host*. Specifically, the following is required for this test (and all other tests = relying on public Java AWT API) run correctly in environment like one indic= ated by above stack trace: # system properties need to be set as required eg [here|https://holisticten= dencies.wordpress.com/2011/10/13/truly-headless-awt-operation-on-macos-x/|"= Truly headless AWT operation ..."]: {noformat}-Djava.awt.headless=3Dtrue -Dawt.toolkit=3Dsun.awt.HToolkit{noformat} # class referred in system property {{awt.toolkit}} (in example above it's = {{sun.awt.HToolkit}}) must be present in JRE (for example on my machine thi= s class can be found in {{rt.jar\sun\awt}}) [~vveider] - could you please check if involved TC host ([publicagent06_909= 5|https://ci.ignite.apache.org/agentDetails.html?id=3D170&agentTypeId=3D170= &realAgentName=3Dpublicagent06_9095]) is configured as explained above or m= aybe something is missing? > Red selftest in ML examples > --------------------------- > > Key: IGNITE-7716 > URL: https://issues.apache.org/jira/browse/IGNITE-7716 > Project: Ignite > Issue Type: Bug > Components: ml > Reporter: Yury Babak > Assignee: Yury Babak > Priority: Major > Labels: MakeTeamcityGreenAgain > Fix For: 2.5 > > > https://ci.ignite.apache.org/project.html?tab=3DtestDetails&projectId=3DI= gniteTests24Java8&testNameId=3D1447870893775475761 -- This message was sent by Atlassian JIRA (v7.6.3#76005)