{ "id": "155051", "key": "AC-640", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2016-02-24T14:07:49.000+0000", "created": "2016-02-20T15:16:57.000+0000", "labels": [ "4.4", "alloy", "cli", "studio4" ], "versions": [ { "id": "17035", "name": "Appcelerator Studio 4.4.0", "archived": false, "released": false } ], "issuelinks": [], "assignee": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "updated": "2016-02-24T14:07:49.000+0000", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "14552", "name": "Appcelerator CLI", "description": "Please enter tickets related to Tooling and the CLI here" }, { "id": "14551", "name": "Studio", "description": "Please enter tickets related to Titanium Studio here." } ], "description": "When trying to do a brand new Alloy project using the template and changing no values, I get an error in the build process and [ERROR] Application Installer abnormal process termination. Process exit value was 1.\r\n\r\nI've been trying to track down what the issue is, but have not been successful. I managed to successfully build a Titanium project via Studio, but Alloy has failed for me each time I tried. I also tried creating another brand new Alloy project in case there was something strange with the first setup, but still no luck.\r\n\r\nI have attached the build error I was receiving.", "attachment": [ { "id": "58289", "filename": "AlloyError.txt", "author": { "name": "garch@qapable.com", "key": "garch@qapable.com", "displayName": "Gareth Arch", "active": true, "timeZone": "America/New_York" }, "created": "2016-02-20T15:11:55.000+0000", "size": 11980, "mimeType": "text/plain" } ], "flagged": false, "summary": "Alloy Build Fails with ENOENT", "creator": { "name": "garch@qapable.com", "key": "garch@qapable.com", "displayName": "Gareth Arch", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "garch@qapable.com", "key": "garch@qapable.com", "displayName": "Gareth Arch", "active": true, "timeZone": "America/New_York" }, "environment": "Operating System\r\n Name = Microsoft Windows 8.1\r\n Version = 6.3.9600\r\n Architecture = 64bit\r\n # CPUs = 4\r\n Memory = 8465113088\r\n\r\nNode.js\r\n Node.js Version = 4.3.0\r\n npm Version = 2.14.12\r\n\r\nTitanium CLI\r\n CLI Version = 5.0.5\r\n\r\nTitanium SDK\r\n SDK Version = 5.1.2.GA\r\n SDK Path = C:\\ProgramData\\Titanium\\mobilesdk\\win32\\5.1.2.GA\r\n\r\n Target Platform = android", "comment": { "comments": [ { "id": "377453", "author": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Hello, I tried to reproduce the issue but I wasn't able to reproduce the issue. Although the issue occur occasionally in my case. I recommend you to try the following steps as a administrative user:\r\n\r\n*Steps to do:*\r\n\r\n1.Make sure you have the latest Appc CLI from NPM: *npm install -g appcelerator*\r\n\r\n2.Uninstall alloy :\r\n\r\n{code}\r\n\r\n npm uninstall -g alloy\r\n{code}\r\n3. Install alloy again using the following command:\r\n\r\n{code}\r\nnpm install -g alloy\r\n{code}\r\n\r\n4. Cache clean from NPM: *npm cache clean* \r\n\r\n5.Create new alloy project and run again\r\n\r\n*Test Environments:*\r\n\r\nAppcelerator Command-Line Interface, version 5.1.0\r\n\r\nTitanium SDK Version:5.1.2GA\r\n\r\nAppc Studio: Appcelerator Studio, build: 4.5.0.201602100611\r\n\r\nMac OS X,Version = OSX EI Capitan 10.11.1", "updateAuthor": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-02-21T06:08:06.000+0000", "updated": "2016-02-21T06:08:06.000+0000" }, { "id": "377459", "author": { "name": "garch@qapable.com", "key": "garch@qapable.com", "displayName": "Gareth Arch", "active": true, "timeZone": "America/New_York" }, "body": "I did the appcelerator install, but the newest version that's available is 4.2.3-2. I don't see a 5.1.0 version. Is that correct? Hmmm...I checked npm and it is 4.2.3-2, but at appcelerator.com it is 5.2.0-265 Why the difference there?", "updateAuthor": { "name": "garch@qapable.com", "key": "garch@qapable.com", "displayName": "Gareth Arch", "active": true, "timeZone": "America/New_York" }, "created": "2016-02-21T15:01:03.000+0000", "updated": "2016-02-21T15:04:13.000+0000" }, { "id": "377460", "author": { "name": "garch@qapable.com", "key": "garch@qapable.com", "displayName": "Gareth Arch", "active": true, "timeZone": "America/New_York" }, "body": "Oh, I think I see now...5.2.0-265 is the combination of all of the tools, but 4.2.3-2 is still that latest version of the the appcelerator CLI, right?", "updateAuthor": { "name": "garch@qapable.com", "key": "garch@qapable.com", "displayName": "Gareth Arch", "active": true, "timeZone": "America/New_York" }, "created": "2016-02-21T15:24:26.000+0000", "updated": "2016-02-21T15:24:26.000+0000" }, { "id": "377461", "author": { "name": "garch@qapable.com", "key": "garch@qapable.com", "displayName": "Gareth Arch", "active": true, "timeZone": "America/New_York" }, "body": "No, that did not work for me. Even my appcelerator studio is only 4.4 (Because I'm on Windows I'm guessing?)", "updateAuthor": { "name": "garch@qapable.com", "key": "garch@qapable.com", "displayName": "Gareth Arch", "active": true, "timeZone": "America/New_York" }, "created": "2016-02-21T15:59:37.000+0000", "updated": "2016-02-21T15:59:37.000+0000" }, { "id": "377742", "author": { "name": "jnaher", "key": "jnaher", "displayName": "Jebun Naher", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello,\r\n\r\nThere are updates available for Appcelerator CLI 5.2.0, Titanium SDK 5.2.0 and Appcelerator Studio 4.5.0. Please update your environment and try to build again. Let us know the result. Please follow the link below to update the environment.\r\nhttp://www.appcelerator.com/blog/2016/02/ga-release-of-cli-5-2-titanium-5-2-and-studio-4-5/\r\n\r\nThanks.", "updateAuthor": { "name": "jnaher", "key": "jnaher", "displayName": "Jebun Naher", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2016-02-24T09:09:09.000+0000", "updated": "2016-02-24T09:09:09.000+0000" }, { "id": "377766", "author": { "name": "morahman", "key": "morahman", "displayName": "Motiur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "body": "Hi,\r\n\r\n​Just try this following command respectively\r\n- appc config set proxyServer null\r\n- npm install -g appcelerator\r\n- appc use latest\r\n- npm install -g alloy\r\n- appc setup\r\n- appc login\r\n\r\nThen open the studio. Hope this helps. \r\n", "updateAuthor": { "name": "morahman", "key": "morahman", "displayName": "Motiur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "created": "2016-02-24T14:01:11.000+0000", "updated": "2016-02-24T14:01:11.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }