{ "id": "113879", "key": "TIMOB-13768", "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": "15490", "description": "2013 Sprint 10 JS", "name": "2013 Sprint 10 JS", "archived": true, "released": true, "releaseDate": "2013-05-20" }, { "id": "15108", "description": "2013 Sprint 10", "name": "2013 Sprint 10", "archived": true, "released": true, "releaseDate": "2013-05-20" }, { "id": "15478", "description": "Release 3.1.1", "name": "Release 3.1.1", "archived": true, "released": true, "releaseDate": "2013-06-17" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-05-10T17:10:49.000+0000", "created": "2013-05-06T22:51:20.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [], "issuelinks": [ { "id": "28645", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "113961", "key": "TIMOB-13784", "fields": { "summary": "LiveView: Android Emulator runtime fails with File Sever unavailable. Host Unreachable", "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": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "28646", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "114089", "key": "TIMOB-13801", "fields": { "summary": "LiveView: iOS and Android: Server not found on launch", "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": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "28485", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "113859", "key": "TIMOB-13763", "fields": { "summary": "LiveView: App fails to start with LiveView if the server is already enabled with a different app", "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": "csullivan", "key": "csullivan", "displayName": "Christian Sullivan", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-06-13T12:14:55.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": "13600", "name": "LiveView", "description": "Live preview of Titanium apps" } ], "attachment": [], "flagged": false, "summary": "LiveView: iOS simulator does not start when LiveView server is stopped", "creator": { "name": "pinnamuri", "key": "pinnamuri", "displayName": "Praveen Innamuri", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "pinnamuri", "key": "pinnamuri", "displayName": "Praveen Innamuri", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "liveview : 0.1.13, SDK : 3.1.1.v20130503173050", "comment": { "comments": [ { "id": "250640", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This is related, from the console on a liveview enabled studio (or CLI) simulator build:\n{code}\n/bin/sh: /Applications/Appcelerator: No such file or directory\n{code}\n\nHere is the problem:\n{code}\ncli.addHook('build.post.compile', function(build, finished) {\n var fserverBin = path.normalize(__dirname + '/../bin/liveview-server');\n debug('Running post:build.pre.compile hook');\n if (cli.argv.liveview) {\n require('child_process').spawn(process.execPath, [\n fserverBin,\n \"start\",\n \"--project-dir\", \n cli.argv['project-dir'], \n '--daemonize'\n ]);\n // exec(fserverBin + ' start --project-dir ' + cli.argv['project-dir'] + ' --daemonize');\n } else {\n exec(fserverBin + ' stop', {silent: true});\n }\n finished();\n });\n{code}\n\nThis section is not handling the space in the path correctly and so does not start the server.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-07T21:18:05.000+0000", "updated": "2013-05-07T21:18:05.000+0000" }, { "id": "251321", "author": { "name": "csullivan", "key": "csullivan", "displayName": "Christian Sullivan", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Resolved in 0.1.16\nhttps://github.com/appcelerator/liveview/tree/0.1.16", "updateAuthor": { "name": "csullivan", "key": "csullivan", "displayName": "Christian Sullivan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-10T17:10:30.000+0000", "updated": "2013-05-10T17:10:30.000+0000" }, { "id": "257597", "author": { "name": "djha", "key": "djha", "displayName": "Dhirendra Jha", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested With:\nAppcelerator Studio: 3.1.1.201306121633\nTitanium SDK: 3.1.1.v20130612114553\nacs: 1.0.2\nalloy: 1.1.3-cr\nnpm: 1.2.14\ntitanium: 3.1.1-cr\ntitanium-code-processor: 1.0.1-cr4\nLiveView version 0.1.24\nXcode - 4.5\nOS: Mac 10.8.4\nDevice: iPadMini v6.0, iOS Simulator 6.0\n\nResult - Stop the liveview server. Execute the app with liveview flag. iOS simulator shows up and app launch successfully. Hence closing this issue.", "updateAuthor": { "name": "djha", "key": "djha", "displayName": "Dhirendra Jha", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-06-13T12:14:25.000+0000", "updated": "2013-06-13T12:14:25.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }