Skip to content

Instantly share code, notes, and snippets.

@walterm
Created November 12, 2013 09:56
Show Gist options
  • Save walterm/7428303 to your computer and use it in GitHub Desktop.
Save walterm/7428303 to your computer and use it in GitHub Desktop.
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
@jasonpr59
Copy link

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment