{ "id": "173611", "key": "TIMOB-27074", "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": [ { "id": "20412", "name": "Release 8.1.0", "archived": false, "released": true, "releaseDate": "2019-08-13" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2019-07-12T11:29:32.000+0000", "created": "2019-05-09T23:43:14.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [ "cb-tooling", "engSchedule" ], "versions": [ { "id": "19882", "name": "Release 8.0.0", "archived": false, "released": true, "releaseDate": "2019-03-14" }, { "id": "20432", "name": "Release 8.0.1", "archived": false, "released": true, "releaseDate": "2019-05-15" }, { "id": "20412", "name": "Release 8.1.0", "archived": false, "released": true, "releaseDate": "2019-08-13" } ], "issuelinks": [ { "id": "58130", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "172746", "key": "TIMOB-26652", "fields": { "summary": "iOS: Log-server randomly crashes build", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "58131", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "172851", "key": "TIMOB-26720", "fields": { "summary": "iOS: Log-server does not release port when using app-extensions", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2020-01-30T23:07:06.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": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "h5. Steps to reproduce:\r\n1. Create a default app.\r\n2. Build for IOS simulator.\r\n3. After app launch, rebuild the app for the same simulator, without quitting the current simulator.\r\n\r\nh5.Actual results:\r\n1. The build fails with :\r\n{code}\r\n[DEBUG] : Log server port 28544 is in use, testing if it's the app we're building\r\n[ERROR] : Another process is currently bound to port 28544\r\n[ERROR] : Set a unique between 1024 and 65535 in the section of the tiapp.xml\r\n{code}\r\n2. Works fine after quitting the emulator & then rebuilding.\r\n\r\nh5.Expected result:\r\n1. The build should not fail.\r\n", "attachment": [], "flagged": false, "summary": "IOS: Rebuilding the app with simulator fails with due to log port being occupied", "creator": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 1146, "state": "closed", "name": "2019 Sprint 13", "startDate": "2019-06-18T06:36:49.723Z", "endDate": "2019-07-01T06:36:00.000Z", "completeDate": "2019-07-01T16:45:24.126Z", "originBoardId": 114 }, { "id": 1149, "state": "closed", "name": "2019 Sprint 14", "startDate": "2019-07-01T16:55:04.813Z", "endDate": "2019-07-14T16:55:00.000Z", "completeDate": "2019-07-15T15:41:02.311Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "449149", "author": { "name": "jvennemann", "key": "jvennemann", "displayName": "Jan Vennemann", "active": true, "timeZone": "Europe/Berlin" }, "body": "I also run into this from time to time. [~cbarber], i remember killing stale node processes solved this for me, so maybe the log server sometimes doesn't quit properly? Not 100% sure, i'll check again when i run into this next time.", "updateAuthor": { "name": "jvennemann", "key": "jvennemann", "displayName": "Jan Vennemann", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-06-18T10:18:06.000+0000", "updated": "2019-06-18T10:18:06.000+0000" }, { "id": "449158", "author": { "name": "jvennemann", "key": "jvennemann", "displayName": "Jan Vennemann", "active": true, "timeZone": "Europe/Berlin" }, "body": "[~cbarber], i did some testing and this happens when the app is put in the background. When you bring it to the foreground it works again. Updated testing steps are:\r\n\r\n# Build and launch app on Simulator\r\n# Put the app in the background \r\n# Rebuild and see the error happening\r\n# Bring the app to foreground, do another rebuild and everything works again", "updateAuthor": { "name": "jvennemann", "key": "jvennemann", "displayName": "Jan Vennemann", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-06-18T13:36:29.000+0000", "updated": "2019-06-18T13:36:29.000+0000" }, { "id": "449163", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "After having a quick call with [~jvennemann] and doing some tests, [we think] we figured out the problem!\r\n\r\nNode's {{net.connect()}} has a {{timeout}} option and it's an *activity* timeout, not a *connection* timeout. So, even if you receive data, it will still timeout.\r\n\r\nmaster PR: https://github.com/appcelerator/titanium_mobile/pull/10975", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2019-06-18T15:40:55.000+0000", "updated": "2019-06-18T15:40:55.000+0000" }, { "id": "449539", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR passed on Master, waiting on Jenkins build and a back-port for 8_1_X.", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-07-02T09:52:48.000+0000", "updated": "2019-07-02T09:52:48.000+0000" }, { "id": "449682", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "Did a manual rebase and merge to master (had to fix some lint issues and re-work the commit message). Then cherry-picked to 8_1_X.", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2019-07-09T15:28:34.000+0000", "updated": "2019-07-09T15:28:34.000+0000" }, { "id": "449683", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Thanks [~cwilliams]!", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2019-07-09T15:29:40.000+0000", "updated": "2019-07-09T15:29:40.000+0000" }, { "id": "449756", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket, fix verified in SDK version {{8.1.0.v20190711103439}} and SDK version {{8.2.0.v20190711103355}}\r\n\r\nTest an other information can be found at: \r\nhttps://github.com/appcelerator/titanium_mobile/pull/10975", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-07-12T11:29:24.000+0000", "updated": "2019-07-12T11:29:24.000+0000" } ], "maxResults": 9, "total": 9, "startAt": 0 } } }