Skip to content

Instantly share code, notes, and snippets.

@andychongyz
Created October 5, 2016 03:51
Show Gist options
  • Save andychongyz/f8270ad6472d57c3820e2fd5910859e2 to your computer and use it in GitHub Desktop.
Save andychongyz/f8270ad6472d57c3820e2fd5910859e2 to your computer and use it in GitHub Desktop.
2016-10-05T03:42:11.378866+00:00 app[web.1]: [14] * Listening on tcp://0.0.0.0:24104
2016-10-05T03:42:11.379019+00:00 app[web.1]: [14] * Listening on unix:///tmp/nginx.socket
2016-10-05T03:42:11.379165+00:00 app[web.1]: [14] Use Ctrl-C to stop
2016-10-05T03:42:11.379422+00:00 app[web.1]: Created app-initialized file
2016-10-05T03:42:11.381352+00:00 app[web.1]: Created app-initialized file
2016-10-05T03:42:11.383315+00:00 app[web.1]: [14] - Worker 0 (pid: 19) booted, phase: 0
2016-10-05T03:42:11.384169+00:00 app[web.1]: [14] - Worker 1 (pid: 23) booted, phase: 0
2016-10-05T03:42:11.562542+00:00 app[web.1]: buildpack=nginx at=app-initialized
2016-10-05T03:42:11.562875+00:00 app[web.1]: buildpack=nginx at=nginx-start
2016-10-05T03:42:11.565019+00:00 app[web.1]: nginx: [emerg] bind() to 0.0.0.0:24104 failed (98: Address already in use)
2016-10-05T03:42:11.674715+00:00 heroku[web.1]: State changed from starting to up
2016-10-05T03:42:12.065209+00:00 app[web.1]: nginx: [emerg] bind() to 0.0.0.0:24104 failed (98: Address already in use)
2016-10-05T03:42:12.565448+00:00 app[web.1]: nginx: [emerg] bind() to 0.0.0.0:24104 failed (98: Address already in use)
2016-10-05T03:42:13.065635+00:00 app[web.1]: nginx: [emerg] bind() to 0.0.0.0:24104 failed (98: Address already in use)
2016-10-05T03:42:13.565813+00:00 app[web.1]: nginx: [emerg] bind() to 0.0.0.0:24104 failed (98: Address already in use)
2016-10-05T03:42:14.066020+00:00 app[web.1]: nginx: [emerg] still could not bind()
2016-10-05T03:42:14.066510+00:00 app[web.1]: buildpack=nginx at=exit process=nginx
2016-10-05T03:42:14.139121+00:00 heroku[web.1]: Process exited with status 1
2016-10-05T03:42:14.151664+00:00 heroku[web.1]: State changed from up to crashed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment