Created
September 6, 2013 19:04
-
-
Save jarretraim/6468434 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
| [uWSGI] getting INI configuration from uwsgi.ini | |
| *** Starting uWSGI 1.9.15 (64bit) on [Fri Sep 6 19:03:34 2013] *** | |
| compiled with version: 4.6.3 on 06 September 2013 18:10:40 | |
| os: Linux-3.2.0-49-virtual #75-Ubuntu SMP Tue Jun 18 17:59:38 UTC 2013 | |
| nodename: ans-web-01 | |
| machine: x86_64 | |
| clock source: unix | |
| detected number of CPU cores: 2 | |
| current working directory: /root/Rift | |
| detected binary path: /usr/local/bin/uwsgi | |
| uWSGI running as root, you can use --uid/--gid/--chroot options | |
| *** WARNING: you are running uWSGI as root !!! (use the --uid flag) *** | |
| your processes number limit is 15837 | |
| your memory page size is 4096 bytes | |
| detected max file descriptor number: 1024 | |
| lock engine: pthread robust mutexes | |
| uwsgi socket 0 bound to TCP address 0.0.0.0:80 fd 3 | |
| Python version: 2.7.3 (default, Apr 10 2013, 06:31:07) [GCC 4.6.3] | |
| *** Python threads support is disabled. You can enable it with --enable-threads *** | |
| Python main interpreter initialized at 0xdfbbe0 | |
| your server socket listen backlog is limited to 100 connections | |
| your mercy for graceful operations on workers is 60 seconds | |
| mapped 218328 bytes (213 KB) for 2 cores | |
| *** Operational MODE: preforking *** | |
| Traceback (most recent call last): | |
| File "./rift/app.py", line 19, in <module> | |
| from rift.api.resources import JobsResource, GetJobResource | |
| File "./rift/api/resources.py", line 21, in <module> | |
| from rift.api.worker.app import execute_job | |
| File "./rift/api/worker/app.py", line 21, in <module> | |
| from rift.app import App | |
| ImportError: cannot import name App | |
| unable to load app 0 (mountpoint='') (callable not found or import error) | |
| *** no app loaded. going in full dynamic mode *** | |
| *** uWSGI is running in multiple interpreter mode *** | |
| spawned uWSGI master process (pid: 11921) | |
| spawned uWSGI worker 1 (pid: 11926, cores: 1) | |
| spawned uWSGI worker 2 (pid: 11927, cores: 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment