Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18594] Cannot build after upgrade to 3.5.0

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionInvalid
Resolution Date2015-03-23T22:32:25.000+0000
Affected Version/sRelease 3.5.0
Fix Version/sn/a
ComponentsCLI, MobileWeb
Labelsn/a
ReporterJamie Buckley
AssigneeEric Merriman
Created2015-02-19T17:09:55.000+0000
Updated2017-03-20T18:12:06.000+0000

Description

Problem Description

Whenever the user attempts to build a project after upgrading to titanium 3.5.0 they now receive this error message, however they can still build on 3.4.1
C:\Users\pkulkarni\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.emit (events.js:107:17),Pipe.close (net.js:476:12)
[ERROR] Application Installer abnormal process termination. Process exit value was 1
They have attempted reinstalling the SDK and the command below returns no response titanium build -p mobileweb -sdk 3.5.0.GA -log-level trace

Attachments

FileDateSize
ti_info.txt2015-02-20T12:48:31.000+000025551

Comments

  1. Ingo Muschenetz 2015-02-19

    Please run "ti info" and report the results.
  2. Chris Barber 2015-03-07

    [~ingo], [~rtlechuga], [~pinnamuri] Smells like LiveView.
  3. Praveen Innamuri 2015-03-07

    [~cbarber] That seems to be liveview. Whenever I see some exception with Socket, that probably falls back to liveview. If they remove liveview hook from ti config, they might have better luck.
  4. Praveen Innamuri 2015-03-09

    Here are the steps to remove liveview from titanium config : - 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"
  5. Ingo Muschenetz 2015-03-23

    Appears to have been a configuration issue.
  6. Lee Morris 2017-03-20

    Closing ticket as invalid.

JSON Source