{ "id": "173593", "key": "TIMOB-27065", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2019-09-24T17:00:44.000+0000", "created": "2019-05-06T14:50:16.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "liveview" ], "versions": [], "issuelinks": [], "assignee": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2019-09-24T17:00:44.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": "if I try to run the following command:\r\n\r\n{code}\r\nappc run --platform ios --target simulator --log-level info --liveview --project-dir myProject --device-id deviceid\r\n{code}\r\n\r\nI have different processes\r\n\r\n{code}\r\namarcone 55965 8,4 0,2 4947528 25708 ?? Ss 4:47pm 0:01.84 /usr/local/bin/node /Applications/AppceleratorStudio.app/Contents/Eclipse/plugins/com.appcelerator.titanium.liveview.core_1.1.0.201806130730/node_modules/liveview/bin/liveview-server start --project-dir myProject --platform ios\r\namarcone 55901 4,4 0,5 5208888 84464 s011 S+ 4:46pm 0:23.00 /usr/local/bin/node /Users/amarcone/.appcelerator/install/7.0.11-1/package/node_modules/titanium/lib/titanium.js build --sdk 8.1.0.v20190501103405 --no-banner --liveview --config-file /var/folders/hq/km1drj0141v1bf195s13yq740000gp/T/build-1557153990748.json --platform iphone --project-dir myProject --log-level info --device-id BB117487-173D-426B-AC20-4D9AA751700B --target simulator --no-banner\r\namarcone 55869 0,0 0,3 5040268 53424 s011 S+ 4:46pm 0:02.91 /usr/local/bin/node /Users/amarcone/.appcelerator/install/7.0.11-1/package/bin/appc run --platform ios --target simulator --log-level info --liveview --project-dir myProject --device-id BB117487-173D-426B-AC20-4D9AA751700B\r\namarcone 55868 0,0 0,1 4911000 15784 s011 S+ 4:46pm 0:00.27 node /usr/local/bin/appc run --platform ios --target simulator --log-level info --liveview --project-dir myProject --device-id BB117487-173D-426B-AC20-4D9AA751700B\r\n{code}\r\n\r\ntherefore I get the spamming log:\r\n\r\n{code}\r\n[INFO] Finished building the application in 27s 876ms\r\n[LiveView] version 1.5.0\r\n[LiveView] Alloy project monitor started\r\n[INFO] Launching iOS Simulator\r\n[LiveView] File Server Started on 0.0.0.0:8324\r\n[LiveView] Event Server Started on 0.0.0.0:8323\r\n [LiveView] version 1.2.2\r\n [LiveView] Alloy project monitor started\r\nAddress in use, retrying...\r\nAddress in use, retrying...\r\nAddress in use, retrying...\r\nAddress in use, retrying...\r\nAddress in use, retrying...\r\nAddress in use, retrying...\r\nAddress in use, retrying...\r\nAddress in use, retrying...\r\nAddress in use, retrying...\r\nAddress in use, retrying...\r\nAddress in use, retrying...\r\n{code}\r\n\r\nThis started happening only lately.\r\n\r\n\r\n\r\n\r\n", "attachment": [], "flagged": false, "summary": "Single run generates different processes that throw the \"Address in use, retrying...\" ", "creator": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "environment": "Ti SDK 8.1.0.v20190501103405, Ti CLI 7.0.11-1, Xcode 10.2.1, ", "comment": { "comments": [ { "id": "448202", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, I can verify this also in an Android device (9.0) using the 8.0.0.GA SDK. The log keeps showing the \"Address in use, retrying...\" but liveview works fine. [~a.marcone], did liveview works for you when you make changes to the code and save the file? Thanks.", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2019-05-06T22:36:41.000+0000", "updated": "2019-05-06T22:36:41.000+0000" }, { "id": "448203", "author": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "body": "Yes, live view works, but the console log is flooded by those messages and it’s unusable. ", "updateAuthor": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-05-06T22:47:14.000+0000", "updated": "2019-05-06T22:47:14.000+0000" }, { "id": "448208", "author": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "body": "This is happening on different computers with different configurations. Switching back to 7.5.x didn't make any difference. It's only been happening for the past week or so.", "updateAuthor": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-05-07T12:28:39.000+0000", "updated": "2019-05-07T12:28:39.000+0000" }, { "id": "448214", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, What is your studio version? ", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2019-05-07T16:45:21.000+0000", "updated": "2019-05-07T16:45:21.000+0000" }, { "id": "448216", "author": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "body": "I haven’t used Studio for a while. This happens even if I simply run it from the command line.", "updateAuthor": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-05-07T16:53:39.000+0000", "updated": "2019-05-07T16:53:39.000+0000" }, { "id": "448285", "author": { "name": "rdperottoni", "key": "rdperottoni", "displayName": "Rodolfo Perottoni", "active": true, "timeZone": "Australia/Brisbane" }, "body": "Can confirm this issue when using LiveView. Console won't stop printing \"Address in use, retrying...\".", "updateAuthor": { "name": "rdperottoni", "key": "rdperottoni", "displayName": "Rodolfo Perottoni", "active": true, "timeZone": "Australia/Brisbane" }, "created": "2019-05-10T03:59:26.000+0000", "updated": "2019-05-10T03:59:26.000+0000" }, { "id": "448287", "author": { "name": "sandrolain", "key": "sandrolain", "displayName": "Sandro Lain", "active": true, "timeZone": "Europe/Rome" }, "body": "Hello!\r\nI confirm the presence of the problem after upgrading to SDK 8.0.0.GA, running on the iOS Simulator from Visual Studio Code with \"axway.vscode-titanium\" extension.\r\n\r\nMaking changes, liveview executes the loading of a long list of files, and after the refresh of the app an \"Invalid type passed to function\" error occurs", "updateAuthor": { "name": "sandrolain", "key": "sandrolain", "displayName": "Sandro Lain", "active": true, "timeZone": "Europe/Rome" }, "created": "2019-05-10T12:52:07.000+0000", "updated": "2019-05-10T12:54:50.000+0000" }, { "id": "448324", "author": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "body": "any workaround on this? reading through the logs is unbearable, plus the app is refreshed multiple times and it crashes after a few updates.", "updateAuthor": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-05-13T07:19:47.000+0000", "updated": "2019-05-13T07:19:47.000+0000" }, { "id": "448590", "author": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "body": "could anyone give us an update on this ticket? *any* workaround if a solution is not on the way?", "updateAuthor": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-05-22T14:25:17.000+0000", "updated": "2019-05-22T14:25:17.000+0000" }, { "id": "449199", "author": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "body": "I updated everything to the latest: Appcelerator Studio version 5.1.2.201903111843 , Titanium CLI 7.0.11, Ti SDK 8.1.0.\r\n\r\nIt's still giving the same error. This is driving us insane, we can't update to the latest sdk version and we're still stuck with Ti SDK 7.x. It's not only one workstation but all of the workstations in the company. It's ridiculous that we don't get an update AT ALL.", "updateAuthor": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-06-19T14:51:52.000+0000", "updated": "2019-06-19T14:51:52.000+0000" }, { "id": "451535", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hello [~a.marcone] I'll ask the team to take at look at this one. I'll let you know if we need any additional info to reproduce.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-09-20T17:26:46.000+0000", "updated": "2019-09-20T17:26:46.000+0000" }, { "id": "451539", "author": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hello [~emerriman] [~a.marcone]\r\n\r\nLooking at the log, there are two versions of liveview installed. It looks like there is a globally installed liveview that's fighting against the SDK installed liveview\r\n\r\n{code:java}\r\n*[LiveView] version 1.5.0*\r\n[LiveView] Alloy project monitor started\r\n[INFO] Launching iOS Simulator\r\n[LiveView] File Server Started on 0.0.0.0:8324\r\n[LiveView] Event Server Started on 0.0.0.0:8323\r\n* [LiveView] version 1.2.2*\r\n [LiveView] Alloy project monitor started\r\n{code}\r\n\r\nShould be able to correct this issue by [sudo] npm uninstall liveview -g and then use the liveview distributed in the SDK as of 8.0.0.GA.\r\n\r\nPlease let me know if this solves your issue.\r\n", "updateAuthor": { "name": "ahutton", "key": "ahutton", "displayName": "Alan Hutton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-09-20T18:26:40.000+0000", "updated": "2019-09-20T18:27:25.000+0000" }, { "id": "451598", "author": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "body": "thank you, this shed light on what was going on.. It wasn't a global package, but I looked for all the /bin/liveview and removed them. Now it looks like it's working! thank you!\r\n", "updateAuthor": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-09-24T09:56:46.000+0000", "updated": "2019-09-24T09:56:46.000+0000" } ], "maxResults": 13, "total": 13, "startAt": 0 } } }