Advertisement
Guest User

Heroku / Clojure PORT Error

a guest
Jan 2nd, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. 2012-01-03T04:48:13+00:00 heroku[slugc]: Slug compilation started
  2. 2012-01-03T04:48:54+00:00 heroku[api]: Deploy 7065ef2 by <me>@gmail.com
  3. 2012-01-03T04:48:54+00:00 heroku[api]: Release v9 created by <me>@gmail.com
  4. 2012-01-03T04:48:55+00:00 heroku[web.1]: State changed from crashed to created
  5. 2012-01-03T04:48:55+00:00 heroku[web.1]: State changed from created to starting
  6. 2012-01-03T04:48:55+00:00 heroku[slugc]: Slug compilation finished
  7. 2012-01-03T04:49:05+00:00 heroku[web.1]: State changed from starting to crashed
  8. 2012-01-03T04:49:05+00:00 heroku[web.1]: State changed from crashed to created
  9. 2012-01-03T04:49:05+00:00 heroku[web.1]: State changed from created to starting
  10. 2012-01-03T04:49:09+00:00 heroku[web.1]: Starting process with command `lein run -m http.handler`
  11. 2012-01-03T04:49:13+00:00 app[web.1]: Listening for transport dt_socket at address: 32970
  12. 2012-01-03T04:49:14+00:00 heroku[web.1]: Stopping process with SIGKILL
  13. 2012-01-03T04:49:14+00:00 heroku[web.1]: Error R11 (Bad bind) -> Process bound to port 32970, should be 13527 (see environment variable PORT)
  14. 2012-01-03T04:49:15+00:00 heroku[web.1]: State changed from starting to crashed
  15. 2012-01-03T04:49:16+00:00 heroku[web.1]: Process exited
  16. 2012-01-03T04:49:17+00:00 heroku[router]: Error H10 (App crashed) -> GET <my-app>.herokuapp.com/ dyno= queue= wait= service= status=503 bytes=
  17. 2012-01-03T04:49:17+00:00 heroku[router]: Error H10 (App crashed) -> GET <my-app>.herokuapp.com/favicon.ico dyno= queue= wait= service= status=503 bytes=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement