[AC-1330] Application Installer abnormal process termination.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2015-09-30T03:39:17.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Fix Please |
Assignee | Shak Hossain |
Created | 2015-06-09T13:49:39.000+0000 |
Updated | 2016-03-08T07:37:44.000+0000 |
Description
Alloy projects can't be compiled anymore after the latest update. TS gives the following error:
[INFO] : Found Alloy app in ..\alloytest\app
[ERROR] Application Installer abnormal process termination. Process exit value was 1
..\AppData\Roaming\npm\node_modules\titanium\node_modules\longjohn\dist\longjohn.js:185
throw e;
^
ChildProcess.emit (events.js:110:17),maybeClose (child_process.js:1008:16),Socket.<anonymous> (child_process.js:1176:11),Socket.em
it (events.js:107:17),Pipe.close (net.js:476:12)
At the same time non alloy projects can be built with no issues.
Also alloy projects can be built from terminal window with 'ti build' command.
[~fixplease] did you try this? * Run "ti config" : Make a note of liveview path from the value of "paths.hooks" config key. * ti config -r paths.hooks "/path/to/liveview/hook" Is this reproducible in latest SDK? Thanks
The "paths.hooks" is empty in the config's output:
Hello [~fixplease], Try compiling Alloy project in latest SDK 4.1.0.GA. Thanks.