From issues-return-93400-apmail-cordova-issues-archive=cordova.apache.org@cordova.apache.org Thu Mar 15 01:38:03 2018 Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8D67618598 for ; Thu, 15 Mar 2018 01:38:03 +0000 (UTC) Received: (qmail 78065 invoked by uid 500); 15 Mar 2018 01:38:03 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 77885 invoked by uid 500); 15 Mar 2018 01:38:03 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 77861 invoked by uid 99); 15 Mar 2018 01:38: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; Thu, 15 Mar 2018 01:38: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 8E551C0F28 for ; Thu, 15 Mar 2018 01:38:02 +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 lNS0NnuJBR-u for ; Thu, 15 Mar 2018 01:38: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 88E565F23E for ; Thu, 15 Mar 2018 01:38: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 959DAE0222 for ; Thu, 15 Mar 2018 01:38: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 565DC21491 for ; Thu, 15 Mar 2018 01:38:00 +0000 (UTC) Date: Thu, 15 Mar 2018 01:38:00 +0000 (UTC) From: "John M. Wargo (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-13972) Requirements check failed for JDK 1.8 or greater MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-13972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John M. Wargo updated CB-13972: ------------------------------- Priority: Blocker (was: Minor) > Requirements check failed for JDK 1.8 or greater > ------------------------------------------------ > > Key: CB-13972 > URL: https://issues.apache.org/jira/browse/CB-13972 > Project: Apache Cordova > Issue Type: Bug > Components: cordova-cli > Affects Versions: cordova-android-7.0.0 > Environment: Windows 10 64 (10.0.16229.248) > Reporter: John M. Wargo > Priority: Blocker > > I've got a problem with my Java config, but the CLI reports the error then reports that it's deployed the app (when it hasn't). > {{JAVA_HOME=D:\Program Files\Java\jdk-9.0.1}} > {{(node:10316) UnhandledPromiseRejectionWarning: CordovaError: Requirements check failed for JDK 1.8 or greater}} > {{ at D:\dev\hardware\particle\particle-garage-controller-ionic\platforms\android\cordova\lib\check_reqs.js:370:19}} > {{ at _fulfilled (D:\dev\hardware\particle\particle-garage-controller-ionic\platforms\android\cordova\node_modules\q\q.js:854:54)}} > {{ at self.promiseDispatch.done (D:\dev\hardware\particle\particle-garage-controller-ionic\platforms\android\cordova\node_modules\q\q.js:883:30)}} > {{ at Promise.promise.promiseDispatch (D:\dev\hardware\particle\particle-garage-controller-ionic\platforms\android\cordova\node_modules\q\q.js:816:13)}} > {{ at D:\dev\hardware\particle\particle-garage-controller-ionic\platforms\android\cordova\node_modules\q\q.js:624:44}} > {{ at runSingle (D:\dev\hardware\particle\particle-garage-controller-ionic\platforms\android\cordova\node_modules\q\q.js:137:13)}} > {{ at flush (D:\dev\hardware\particle\particle-garage-controller-ionic\platforms\android\cordova\node_modules\q\q.js:125:13)}} > {{ at _combinedTickCallback (internal/process/next_tick.js:131:7)}} > {{ at process._tickCallback (internal/process/next_tick.js:180:9)}} > {{(node:10316) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)}} > {{(node:10316) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.}} > {{[18:26:17] lint finished in 2.66 s}}{{[OK] Your app has been deployed.}} > {{ Did you know you can live-reload changes from your app with --livereload?}} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org