OK, followed your directions and got everything back up and running. Thank you. log file at bottom of post. If you could highlight the section of the log file that documents the trouble, i would appreciate it.
Thank you again for your terrific responsiveness and product.
also found a few more "minor bugs" in Webapp beta, or at least items that are a bit counter to the way i would expect UI to work.
three examples...
1) At the completion of adding a new user, screen remains on the "add user form" instead of returning to the list of users. Contrast this with adding zones and descriptions which returns the user to the list of zones, as expected.
2) when adding a new user, the username field defaults to begin with a capital letter. The username field at login is set to default to begin with lower case letter. Would prefer that they both default to lowercase.
3) when viewing the list of zones, the sort order is by zone ID, but it looks to be sorting the numbers as characters, since zones 2 and higher comes after zones 10 through 19.
Log file is pretty long, and posted below...
2014-09-05 14:01:04 [2907] [INFO] 1 workers
2014-09-05 14:02:59 [2907] [INFO] 1 workers
2014-09-05 14:04:56 [2907] [INFO] 1 workers
2014-09-05 14:07:06 [2907] [INFO] 1 workers
2014-09-05 14:08:55 [2907] [CRITICAL] WORKER TIMEOUT (pid:2937)
2014-09-05 14:08:56 [2907] [INFO] 1 workers
2014-09-05 14:08:57 [2937] [INFO] Worker exiting (pid: 2937)
2014-09-05 14:08:58 [2907] [INFO] 1 workers
2014-09-05 14:09:17 [16088] [INFO] Booting worker with pid: 16088
2014-09-05 14:09:17 [2907] [INFO] 1 workers
2014-09-05 22:28:49 [2907] [INFO] 1 workers
2014-09-05 22:30:49 [2907] [INFO] 1 workers
2014-09-05 22:32:48 [2907] [INFO] 1 workers
2014-09-05 22:34:47 [2907] [INFO] 1 workers
2014-09-05 22:36:47 [2907] [INFO] 1 workers
2014-09-05 22:40:24 [2558] [INFO] Starting gunicorn 19.1.0
2014-09-05 22:40:24 [2558] [INFO] Listening at:
http://127.0.0.1:8000 (2558)
2014-09-05 22:40:24 [2558] [INFO] Using worker:
socketio.sgunicorn.GeventSocketIOWorker
2014-09-05 22:40:24 [2586] [INFO] Booting worker with pid: 2586
2014-09-05 22:40:24 [2558] [INFO] 1 workers
2014-09-05 22:41:05 [2586] [ERROR] Exception in worker process:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py",
line 507, in spawn_worker
worker.init_process()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/ggevent.py",
line 193, in init_process
super(GeventWorker, self).init_process()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/base.py",
line 120, in init_process
self.run()
File "/usr/local/lib/python2.7/dist-packages/socketio/sgunicorn.py",
line 80, in run
**ssl_args
File "/usr/local/lib/python2.7/dist-packages/socketio/server.py",
line 72, in __init__
address = args[0].cfg_addr[0]
AttributeError: 'socket' object has no attribute 'cfg_addr'
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py",
line 507, in spawn_worker
worker.init_process()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/ggevent.py",
line 193, in init_process
super(GeventWorker, self).init_process()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/base.py",
line 120, in init_process
self.run()
File "/usr/local/lib/python2.7/dist-packages/socketio/sgunicorn.py",
line 80, in run
**ssl_args
File "/usr/local/lib/python2.7/dist-packages/socketio/server.py",
line 72, in __init__
address = args[0].cfg_addr[0]
AttributeError: 'socket' object has no attribute 'cfg_addr'
2014-09-05 22:41:05 [2586] [INFO] Worker exiting (pid: 2586)
2014-09-05 22:41:05 [2595] [INFO] Booting worker with pid: 2595
2014-09-05 22:41:05 [2558] [INFO] 1 workers
2014-09-05 22:41:05 [2558] [INFO] 1 workers
2014-09-05 22:43:06 [2558] [INFO] 1 workers
2014-09-05 22:45:04 [2558] [INFO] 1 workers
2014-09-05 22:47:04 [2558] [INFO] 1 workers
2014-09-05 22:49:01 [2558] [INFO] 1 workers
2014-09-05 22:50:58 [2558] [INFO] 1 workers
2014-09-06 13:26:56 [2558] [INFO] 1 workers
2014-09-06 13:28:55 [2558] [INFO] 1 workers
2014-09-06 13:30:52 [2558] [INFO] 1 workers
2014-09-06 13:32:49 [2558] [INFO] 1 workers
2014-09-07 15:01:36 [2467] [INFO] Starting gunicorn 19.1.0
2014-09-07 15:01:36 [2467] [INFO] Listening at:
http://127.0.0.1:8000 (2467)
2014-09-07 15:01:36 [2467] [INFO] Using worker:
socketio.sgunicorn.GeventSocketIOWorker
2014-09-07 15:01:36 [2467] [INFO] 1 workers
2014-09-07 15:01:36 [2495] [INFO] Booting worker with pid: 2495
2014-09-07 15:02:29 [2495] [ERROR] Exception in worker process:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py",
line 507, in spawn_worker
worker.init_process()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/ggevent.py",
line 193, in init_process
super(GeventWorker, self).init_process()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/base.py",
line 120, in init_process
self.run()
File "/usr/local/lib/python2.7/dist-packages/socketio/sgunicorn.py",
line 80, in run
**ssl_args
File "/usr/local/lib/python2.7/dist-packages/socketio/server.py",
line 72, in __init__
address = args[0].cfg_addr[0]
AttributeError: 'socket' object has no attribute 'cfg_addr'
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py",
line 507, in spawn_worker
worker.init_process()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/ggevent.py",
line 193, in init_process
super(GeventWorker, self).init_process()
File "/usr/local/lib/python2.7/dist-packages/gunicorn/workers/base.py",
line 120, in init_process
self.run()
File "/usr/local/lib/python2.7/dist-packages/socketio/sgunicorn.py",
line 80, in run
**ssl_args
File "/usr/local/lib/python2.7/dist-packages/socketio/server.py",
line 72, in __init__
address = args[0].cfg_addr[0]
AttributeError: 'socket' object has no attribute 'cfg_addr'
2014-09-07 15:02:29 [2495] [INFO] Worker exiting (pid: 2495)
2014-09-07 15:02:31 [2668] [INFO] Booting worker with pid: 2668
2014-09-07 15:02:31 [2467] [INFO] 1 workers
2014-09-07 15:02:31 [2467] [INFO] 1 workers
2014-09-07 15:04:31 [2467] [INFO] 1 workers
2014-09-07 15:06:30 [2467] [INFO] 1 workers
2014-09-07 15:08:29 [2467] [INFO] 1 workers
2014-09-07 15:10:28 [2467] [INFO] 1 workers
2014-09-07 15:12:27 [2467] [INFO] 1 workers
2014-09-07 15:14:26 [2467] [INFO] 1 workers
2014-09-07 15:16:26 [2467] [INFO] 1 workers
2014-09-07 15:18:25 [2467] [INFO] 1 workers
2014-09-07 15:20:24 [2467] [INFO] 1 workers