GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-05-24T16:54:50.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | Release 1.7.0, Sprint 2011-21 |
Components | Android |
Labels | exception, fastdev, linux, mac, status, tbs-1.7.1 |
Reporter | Natalie Huynh |
Assignee | Bill Dawson |
Created | 2011-05-17T16:27:28.000+0000 |
Updated | 2011-05-24T22:48:32.000+0000 |
Steps to Reproduce:
1. Create a new project in tiStudio
2. start fastdev server 'titanium fastdev start'
3. check status 'titanium fastdev status'
Actual Result
Exception thrown (See attached file)
Expected Result:
To return the status of the running server
Moving this to TBS-1.7.1, can't repro in my personal Ubuntu 9.10, will need more time to verify
I integrated FastDev support into TiStudio and seeing the same error for FastDev process in Console view. MacOSX
Cannot restart-app or kill-app from the command line ---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 34996) Traceback (most recent call last): File "/usr/lib/python2.7/SocketServer.py", line 582, in process_request_thread self.finish_request(request, client_address) File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python2.7/SocketServer.py", line 639, in __init__ self.handle() File "/home/labuser/.titanium/mobilesdk/linux/1.7.0/android/fastdev.py", line 115, in handle if not server.is_serving(): AttributeError: ThreadingTCPServer instance has no attribute 'is_serving' ----------------------------------------
Use 2.7 server attributes when appropriate.
Tested with May 24 2011 16:00 r4c9bc010