google-code-export / appengine-devappserver2-experiment

Automatically exported from code.google.com/p/appengine-devappserver2-experiment
0 stars 0 forks source link

Requests frequently being dropped #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run devappserver2
2. make a bunch of requests

What is the expected output? What do you see instead?

The expected output is for the page to load uneventfully.

Sometimes the main page itself will not load and Chrome will give an "Oops! 
Google Chrome could not connect to host.local:8080".

Sometimes a string of XHR requests will fail, and the Status (text) in Google 
Chrome will be '(failed)'.

There is no output even acknowledging the request for in the devappserver2 logs.

What version of the product are you using? On what operating system?

 bmh.host ~/GitRepos/appengine-devappserver2-experiment  [master]> cat VERSION 
release: "1.7.5"
timestamp: 1357690550
api_versions: ['1']
supported_api_versions:
  python:
    api_versions: ['1']
  python27:
    api_versions: ['1']
  go:
    api_versions: ['go1']

Host is Mac OS X 10.8.3

Please provide any additional information below.

I am sorry this probably isn't much to go on, but I hope it is easy to 
reproduce on your end.

As always, I am happy to do my best to help replicate and provide useful info.

Original issue reported on code.google.com by brianmh...@gmail.com on 3 Mar 2013 at 10:55

GoogleCodeExporter commented 9 years ago
Could you run devappserver2 with --log_level=debug and exit as soon as you see 
the connection problem and then send us the output?

Original comment by bquin...@google.com on 5 Mar 2013 at 12:33

GoogleCodeExporter commented 9 years ago
This issue is no longer occurs for me.

It may have been resolved because I switched to homebrew's version of Python, 
or since dev_appserver 1.7.6.

If I have a chance to try the Mac's native Python, I will do so and post any 
observations and output from --log_level=debug here.

Original comment by brianmh...@gmail.com on 2 Apr 2013 at 3:03