Created
November 12, 2013 09:56
-
-
Save walterm/7428303 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
04:55:20 web.1 | started with pid 4434 | |
04:55:20 web.1 | 2013-11-12 04:55:20 [4434] [INFO] Starting gunicorn 18.0 | |
04:55:20 web.1 | 2013-11-12 04:55:20 [4434] [ERROR] Connection in use: ('0.0.0.0', 5000) | |
04:55:20 web.1 | 2013-11-12 04:55:20 [4434] [ERROR] Retrying in 1 second. | |
04:55:21 web.1 | 2013-11-12 04:55:21 [4434] [ERROR] Connection in use: ('0.0.0.0', 5000) | |
04:55:21 web.1 | 2013-11-12 04:55:21 [4434] [ERROR] Retrying in 1 second. | |
04:55:22 web.1 | 2013-11-12 04:55:22 [4434] [ERROR] Connection in use: ('0.0.0.0', 5000) | |
04:55:22 web.1 | 2013-11-12 04:55:22 [4434] [ERROR] Retrying in 1 second. | |
04:55:23 web.1 | 2013-11-12 04:55:23 [4434] [ERROR] Connection in use: ('0.0.0.0', 5000) | |
04:55:23 web.1 | 2013-11-12 04:55:23 [4434] [ERROR] Retrying in 1 second. | |
04:55:24 web.1 | 2013-11-12 04:55:24 [4434] [ERROR] Connection in use: ('0.0.0.0', 5000) | |
04:55:24 web.1 | 2013-11-12 04:55:24 [4434] [ERROR] Retrying in 1 second. | |
04:55:25 web.1 | 2013-11-12 04:55:25 [4434] [ERROR] Can't connect to ('0.0.0.0', 5000) | |
04:55:25 web.1 | exited with code 1 | |
04:55:25 system | sending SIGTERM to all processes | |
SIGTERM received |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like you already have a server running on port 5000. Kill that one and try again, maybe?
(Also, that 04:55:25 timestamp is telling you to go to bed.)