Created
February 28, 2014 19:39
-
-
Save patcon/9278239 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
postgres@vagrant-ubuntu-precise-64:/home/vagrant/www.gittip.com$ make run | |
./env/bin/honcho -e defaults.env,local.env run ./env/bin/aspen \ | |
--www_root=www/ \ | |
--project_root=. \ | |
--show_tracebacks=yes \ | |
--changes_reload=yes \ | |
--network_address=:8537 | |
pid-2555 thread-47360263048960 (MainThread) Reading configuration from defaults, environment, and command line. | |
pid-2555 thread-47360263048960 (MainThread) changes_reload False default | |
pid-2555 thread-47360263048960 (MainThread) changes_reload True command line option --changes_reload=yes | |
pid-2555 thread-47360263048960 (MainThread) charset_dynamic UTF-8 default | |
pid-2555 thread-47360263048960 (MainThread) charset_static None default | |
pid-2555 thread-47360263048960 (MainThread) configuration_scripts [] default | |
pid-2555 thread-47360263048960 (MainThread) indices [u'index.html', u'index.json', u'index', u'index.html.spt', u'index.json.spt', u'index.spt'] default | |
pid-2555 thread-47360263048960 (MainThread) list_directories False default | |
pid-2555 thread-47360263048960 (MainThread) logging_threshold 0 default | |
pid-2555 thread-47360263048960 (MainThread) media_type_default text/plain default | |
pid-2555 thread-47360263048960 (MainThread) media_type_json application/json default | |
pid-2555 thread-47360263048960 (MainThread) network_address ((u'0.0.0.0', 8080), 2) default | |
pid-2555 thread-47360263048960 (MainThread) network_address ((u'0.0.0.0', 8537), 2) command line option --network_address=:8537 | |
pid-2555 thread-47360263048960 (MainThread) network_engine cheroot default | |
pid-2555 thread-47360263048960 (MainThread) project_root None default | |
pid-2555 thread-47360263048960 (MainThread) project_root . command line option --project_root=. | |
pid-2555 thread-47360263048960 (MainThread) renderer_default stdlib_percent default | |
pid-2555 thread-47360263048960 (MainThread) show_tracebacks False default | |
pid-2555 thread-47360263048960 (MainThread) show_tracebacks True command line option --show_tracebacks=yes | |
pid-2555 thread-47360263048960 (MainThread) www_root None default | |
pid-2555 thread-47360263048960 (MainThread) www_root www/ command line option --www_root=www/ | |
pid-2555 thread-47360263048960 (MainThread) project_root is relative to CWD: '.'. | |
pid-2555 thread-47360263048960 (MainThread) project_root set to /home/vagrant/www.gittip.com. | |
pid-2555 thread-47360263048960 (MainThread) Found plugin for renderer 'jinja2' | |
pid-2555 thread-47360263048960 (MainThread) Traceback (most recent call last): | |
pid-2555 thread-47360263048960 (MainThread) File "/home/vagrant/www.gittip.com/env/local/lib/python2.7/site-packages/algorithm.py", line 288, in run | |
pid-2555 thread-47360263048960 (MainThread) new_state = function(**deps.as_kwargs) | |
pid-2555 thread-47360263048960 (MainThread) File "/home/vagrant/www.gittip.com/env/local/lib/python2.7/site-packages/aspen/algorithms/server.py", line 58, in get_website_from_argv | |
pid-2555 thread-47360263048960 (MainThread) website = Website(argv, server_algorithm=algorithm) | |
pid-2555 thread-47360263048960 (MainThread) File "/home/vagrant/www.gittip.com/env/local/lib/python2.7/site-packages/aspen/website.py", line 31, in __init__ | |
pid-2555 thread-47360263048960 (MainThread) self.configure(argv) | |
pid-2555 thread-47360263048960 (MainThread) File "/home/vagrant/www.gittip.com/env/local/lib/python2.7/site-packages/aspen/configuration/__init__.py", line 322, in configure | |
pid-2555 thread-47360263048960 (MainThread) self.run_config_scripts() | |
pid-2555 thread-47360263048960 (MainThread) File "/home/vagrant/www.gittip.com/env/local/lib/python2.7/site-packages/aspen/configuration/__init__.py", line 365, in run_config_scripts | |
pid-2555 thread-47360263048960 (MainThread) execfile(filepath, {'website': self}) | |
pid-2555 thread-47360263048960 (MainThread) File "/home/vagrant/www.gittip.com/configure-aspen.py", line 40, in <module> | |
pid-2555 thread-47360263048960 (MainThread) website.db = gittip.wireup.db() | |
pid-2555 thread-47360263048960 (MainThread) File "/home/vagrant/www.gittip.com/gittip/wireup.py", line 36, in db | |
pid-2555 thread-47360263048960 (MainThread) db.register_model(AccountElsewhere) | |
pid-2555 thread-47360263048960 (MainThread) File "/home/vagrant/www.gittip.com/env/local/lib/python2.7/site-packages/postgres/__init__.py", line 637, in register_model | |
pid-2555 thread-47360263048960 (MainThread) raise NoSuchType(typname) | |
pid-2555 thread-47360263048960 (MainThread) NoSuchType: You tried to register an orm model for typname elsewhere_with_participant, but no such type exists in the pg_type table of your database. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment