Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1330] Application Installer abnormal process termination.

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionCannot Reproduce
Resolution Date2015-09-30T03:39:17.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterFix Please
AssigneeShak Hossain
Created2015-06-09T13:49:39.000+0000
Updated2016-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.

Comments

  1. Fix Please 2015-06-11

  2. Radamantis Torres-Lechuga 2015-06-11

    [~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
  3. Fix Please 2015-06-12

    The "paths.hooks" is empty in the config's output:
       $ ti config
       android.sdkPath        = "E:\\asdk" 
       app.workspace          = "" 
       cli.colors             = true 
       cli.completion         = false 
       cli.failOnWrongSDK     = false 
       cli.httpProxyServer    = "" 
       cli.ignoreDirs         = "^(\\.svn|_svn|\\.git|\\.hg|\\.?[Cc][Vv][Ss]|\\.bzr|\\$RECYCLE\\.BIN)$" 
       cli.ignoreFiles        = "^(\\.gitignore|\\.npmignore|\\.cvsignore|\\.DS_Store|\\._.*|[Tt]humbs.db|\\.vspscc|\\.vssscc|\\.sublime-project|\\.sublime-workspace|\\.project|\\.tmproj)$" 
       cli.logLevel           = "trace" 
       cli.progressBars       = true 
       cli.prompt             = true 
       cli.rejectUnauthorized = true 
       cli.width              = 100 
       paths.commands         = [] 
       paths.hooks            = [] 
       paths.modules          = [] 
       paths.plugins          = [] 
       paths.sdks             = ["...\\AppData\\Roaming\\Titanium"] 
       paths.templates        = [] 
       sdk.selected           = "3.5.1.GA" 
       user.locale            = "en-us" 
       
  4. Amimul Hossain 2015-08-24

    Hello [~fixplease], Try compiling Alloy project in latest SDK 4.1.0.GA. Thanks.

JSON Source