wrhunt0 / appengine-devappserver2-experiment

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

Configuration is not valid: 'BuiltinHandler' object has no attribute 'default' #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I switched to devappserver2.py that came with Google App Engine 1.7.5 and I'm 
get the following errors in the console:

ERROR    2013-02-17 17:10:26,050 application_configuration.py:191] 
Configuration is not valid: 'BuiltinHandler' object has no attribute 'default'
  in "[SNIP]/src/app.yaml", line 46, column 1

I get this error after awhile, I couldn't put my finger on what triggers the 
error, but once it starts I get that error every a few seconds,

This app.yaml worked OK on dev_appserver.

This is my app.yaml (handlers are trimmed for obvious reasons) 

application: staging-socialism-online
version: 1
runtime: python27
api_version: 1
threadsafe: true

handlers:
[SNIP]

libraries:
- name: jinja2
  version: latest  
- name: pycrypto
  version: 2.6

builtins:  
- deferred: on
- appstats: on

Here is the startup logs:

pydev debugger: starting
WARNING  2013-02-17 19:01:01,203 devappserver2.py:497] devappserver2.py is 
currently experimental but will eventually replace dev_appserver.py in the App 
Engine Python SDK. For more information and to report bugs, please see: 
http://code.google.com/p/appengine-devappserver2-experiment/
INFO     2013-02-17 17:01:01,458 appcfg.py:618] Checking for updates to the SDK.
INFO     2013-02-17 17:01:02,068 appcfg.py:636] The SDK is up to date.
INFO     2013-02-17 17:01:02,132 api_server.py:148] Starting API server at: 
http://localhost:59772
INFO     2013-02-17 17:01:02,164 dispatcher.py:96] Starting server "default" 
running at: http://localhost:8080
INFO     2013-02-17 17:01:02,244 dispatcher.py:96] Starting server "****" 
running at: http://localhost:8081
INFO     2013-02-17 17:01:02,310 admin_server.py:112] Starting admin server at: 
http://localhost:8000

Original issue reported on code.google.com by erlichmen on 17 Feb 2013 at 5:16

GoogleCodeExporter commented 8 years ago
OSX, 10.8.2

Original comment by erlichmen on 17 Feb 2013 at 5:17

GoogleCodeExporter commented 8 years ago
This should be fixed with v0.6: 
https://code.google.com/p/appengine-devappserver2-experiment/downloads/detail?na
me=devappserver2-v0.6.zip

Original comment by sa...@google.com on 21 Feb 2013 at 11:22