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 3F2E71996A for ; Fri, 8 Apr 2016 19:59:26 +0000 (UTC) Received: (qmail 14782 invoked by uid 500); 8 Apr 2016 19:59:25 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 14753 invoked by uid 500); 8 Apr 2016 19:59:25 -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 14537 invoked by uid 99); 8 Apr 2016 19:59:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Apr 2016 19:59:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A15EA2C1F6E for ; Fri, 8 Apr 2016 19:59:25 +0000 (UTC) Date: Fri, 8 Apr 2016 19:59:25 +0000 (UTC) From: "Omar Mefire (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-11051) Mobilespec creation failure 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-11051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Omar Mefire updated CB-11051: ----------------------------- Description: Encountering an error in Mobilespec when I try to create it via `cordova-mobile-spec/createmobilespec/createmobilespec.js --android --plugins="cordova-plugin-contacts"`: ... Adding Platform: android platformArg: /Users/omefire/Projects/cordova-cli/bin/cordova /Users/omefire/Projects/cordova-android Executing "before_platform_add" hook for all plugins. Adding android project... PlatformApi successfully found for platform android Error: RangeError: Maximum call stack size exceeded at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) omefire-Mac:Projects omefire$ cordova-mobile-spec/createmobilespec/createmobilespec.js --android --plugins="cordova-plugin-contacts" was: Encountering an error in Mobilespec when I try to create it via `cordova-mobile-spec/createmobilespec/createmobilespec.js --android --plugins="cordova-plugin-contacts"`: Adding Platform: android platformArg: /Users/omefire/Projects/cordova-cli/bin/cordova /Users/omefire/Projects/cordova-android Executing "before_platform_add" hook for all plugins. Adding android project... PlatformApi successfully found for platform android Error: RangeError: Maximum call stack size exceeded at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) omefire-Mac:Projects omefire$ cordova-mobile-spec/createmobilespec/createmobilespec.js --android --plugins="cordova-plugin-contacts" > Mobilespec creation failure > --------------------------- > > Key: CB-11051 > URL: https://issues.apache.org/jira/browse/CB-11051 > Project: Apache Cordova > Issue Type: Bug > Reporter: Omar Mefire > > Encountering an error in Mobilespec when I try to create it via `cordova-mobile-spec/createmobilespec/createmobilespec.js --android --plugins="cordova-plugin-contacts"`: > ... > Adding Platform: android > platformArg: /Users/omefire/Projects/cordova-cli/bin/cordova /Users/omefire/Projects/cordova-android > Executing "before_platform_add" hook for all plugins. > Adding android project... > PlatformApi successfully found for platform android > Error: RangeError: Maximum call stack size exceeded > at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) > at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) > at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) > at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) > at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) > at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) > at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) > at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) > at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) > at EventEmitter.module.exports.emit (/Users/omefire/Projects/cordova-lib/cordova-common/src/events.js:61:30) > omefire-Mac:Projects omefire$ cordova-mobile-spec/createmobilespec/createmobilespec.js --android --plugins="cordova-plugin-contacts" -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org