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
Please run "ti info" and report the results.
[~ingo], [~rtlechuga], [~pinnamuri] Smells like LiveView.
[~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.
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"
Appears to have been a configuration issue.
Closing ticket as invalid.