Having IE9 seems to play havoc with local development on my machine...
I'm seeing all sorts of stalled requests, time outs, and the local
admin console refuses to load. Changing my default browser to Firefox
seems to clear the problem up.


NFO 2010-11-02 05:20:21,147
dev_appserver.py:3283] "GET /_ah/admin/datastore?kind=GameReplay
HTTP/1.1" 200 -

Traceback (most recent call last):

File "E:\Python25\lib\SocketServer.py", line 222, in handle_request

self.process_request(request, client_address)

File "E:\Python25\lib\SocketServer.py", line 241, in process_request

self.finish_request(request, client_address)

File "E:\Python25\lib\SocketServer.py", line 254, in finish_request

self.RequestHandlerClass(request, client_address, self)

File "E:\Program Files
(x86)\Google\google_appengine\google\appengine\tools\dev_appserver.py",
line 3091, in __init__

BaseHTTPServer.BaseHTTPRequestHandler.__init__(self, *args, **kwargs)

File "E:\Python25\lib\SocketServer.py", line 522, in __init__

self.handle()

File "E:\Python25\lib\BaseHTTPServer.py", line 316, in handle

self.handle_one_request()

File "E:\Python25\lib\BaseHTTPServer.py", line 310, in
handle_one_request

method()

File "E:\Program Files
(x86)\Google\google_appengine\google\appengine\tools\dev_appserver.py",
line 3099, in do_GET

self._HandleRequest()

File "E:\Program Files
(x86)\Google\google_appengine\google\appengine\tools\dev_appserver.py",
line 3269, in _HandleRequest

raise e

error: (10053, 'Software caused connection abort')

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to