[DAEMON-187] "appc appcd start" doesn't return to the terminal after starting
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2017-11-27T17:45:08.000+0000 |
Affected Version/s | Appc Daemon 1.0.0 |
Fix Version/s | Appc Daemon 1.0.0 |
Components | appcd |
Labels | n/a |
Reporter | Kondal Kolipaka |
Assignee | Ewan Harris |
Created | 2017-11-23T13:54:59.000+0000 |
Updated | 2017-11-27T17:45:08.000+0000 |
Description
When we hit
appc appcd start
it's starting the daemon but it doesn't come back to the terminal. It's giving a kind of feeling that process is hung.
*Example:*
ITEM-AX40113:titanium_studio kkolipaka$ appc appcd start
Appcelerator Command-Line Interface, version 7.0.0-master.44
Copyright (c) 2014-2017, Appcelerator, Inc. All Rights Reserved.
Attachments
File | Date | Size |
---|---|---|
DAEMON-187.txt | 2017-11-23T16:32:20.000+0000 | 75746 |
I was able to repro this while looking at DAEMON-185, I think the combination of these issues point to some problem writing the pid file. [~kkolipaka] Next time you see this could you check ~/.appcelerator/appcd for an appcd.pid file Steps to reproduce
\[appc\] appcd start
rm ~/.appcelerator/appcd/appcd.pid
\[appc\] appcd start
Possible fix https://github.com/appcelerator/appc-daemon/pull/193