Questions tagged [dev-appserver]
83 questions
0
votes
0 answers
Stop Dev app server in windows?
How to stop Dev app server in windows when I am trying to run my GAE as a web application on local server it shows port in use and giving error.

Dinesh Chitta
- 670
- 8
- 23
0
votes
1 answer
Google AppEngine Python OSError "too many files open" at launch
I'm using ubuntu 13.10 running in a VM on OSX, python2.7 and GAE 1.8.8.
Lauching dev_appserver.py results in the following error:
INFO 2013-12-10 03:53:30,046 api_server.py:527] Saving search indexes
Traceback (most recent call last):
File…

Localist
- 1,094
- 1
- 8
- 14
0
votes
1 answer
error running GAE dev_appserver.py on Ubuntu
environment: ubuntu-x32bit / python2.7 / gae 1.8.1
Running the dev_appserver.py throws the following error:
$ python dev_appserver.py
Traceback (most recent call last):
File "dev_appserver.py", line 182, in
_run_file(__file__,…

Simon K Bhatta4ya
- 1,027
- 2
- 14
- 25
0
votes
1 answer
How to have GAE headless testing on a local database?
I'm trying to run some headless tests locally on google app engine, python, selenium, nose tests, etc. I've managed to get everything working individually, but the problem is that I don't know where to point selenium when I run my tests.
One…

Dave
- 1,031
- 1
- 8
- 23
0
votes
1 answer
Resarting AppEngine after a file is modified
Whenever I make a change to my html file, I have to resart appengine server to see the change reflected. Why is this so? In Flask for example the server automatically reloads whenever it detects a file change. Can this be done in AppEngine?

Jason
- 45
- 1
0
votes
1 answer
Why is GAE dev_appserver only setting ETag, but not Expires HTTP header?
File & Folder Structure
I have the following directory structure.
[app_root]
|
|---[static]
|
|--- [css]
|--- [img]
|--- [js]
|--- [app]
|--- [libs]
|--- main.js
|--- require.js
App.yaml
The…

stun
- 1,684
- 3
- 16
- 25
0
votes
1 answer
How to upload an Google App Engine App for different users
Having created a python appengine app and now want to distribute to different "users" who need to run their app on their own appid / account. What is the best way to handle this?
Up to 10 users I can do this for the users, but how can I package the…

mooose
- 60
- 7
0
votes
1 answer
dev_appserver - How to get error log
I use netbeans to develop a gae java app.
When i try to debug by
dev_appserver.cmd -p 8962 D:\Documents\NetBeansProjects\Reader\build\web
I got Error 500 null on http://localhost:8962.
I think there is something wrong with my program, I want to get…

Burst
- 1,755
- 2
- 11
- 7