Guest User

Untitled

a guest
Jul 26th, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. Deploying Play 2.0 app on Heroku
  2. Starting process with command `target/start -Dhttp.port=80 `
  3. 2012-04-04T05:58:52+00:00 app[web.1]: Play server process ID is 1
  4. 2012-04-04T05:58:53+00:00 app[web.1]: [info] play - database [default] connected at jdbc:mysql://us-cdbr-east.cleardb.com/heroku_cd914b667dae168
  5. 2012-04-04T05:58:56+00:00 app[web.1]: [info] play - Application started (Prod)
  6. 2012-04-04T05:58:56+00:00 app[web.1]: Oops, cannot start the server.
  7. 2012-04-04T05:58:56+00:00 app[web.1]: org.jboss.netty.channel.ChannelException: Failed to bind to: /0.0.0.0:80
  8. ... more errors
  9.  
  10. 2012-04-04T07:01:36+00:00 heroku[web.1]: Starting process with command `target/start -Dhttp.port=2000`
  11. 2012-04-04T07:01:37+00:00 app[web.1]: Play server process ID is 1
  12. 2012-04-04T07:01:40+00:00 app[web.1]: [info] play - database [default] connected at jdbc:mysql://us-cdbr-east.cleardb.com/heroku_cd914b667dae168
  13. 2012-04-04T07:01:45+00:00 app[web.1]: [info] play - Application started (Prod)
  14. 2012-04-04T07:01:45+00:00 app[web.1]: [info] play - Listening for HTTP on port 2000...
  15. 2012-04-04T07:01:46+00:00 heroku[web.1]: Error R11 (Bad bind) -> Process bound to port 2000, should be 47248 (see environment variable PORT)
  16. 2012-04-04T07:01:46+00:00 heroku[web.1]: Stopping process with SIGKILL
  17. 2012-04-04T07:01:47+00:00 heroku[web.1]: Process exited with status 137
  18. 2012-04-04T07:01:47+00:00 heroku[web.1]: State changed from starting to crashed
Add Comment
Please, Sign In to add comment