Play 2.x framework Deploy on Heroku application error

Solix

I am deploying my play framework app on heroku , It is running fine locally with default in-memory database but when I am trying to deploying it on heroku with postgres, heroku compiles source files and launches the app with success but I can't open my application and get "Application Error". I tried this suggestion here since log file indicated that has something to do with favicon but it didn't work. I am stuck and any help/suggestion/road ahead is highly appreciated.

my Proc file:

web: target/universal/stage/bin/assistu -Dhttp.port=${PORT}  -DapplyEvolutions.default=true -Ddb.default.driver=org.postgresql.Driver -Ddb.default.url=${DATABASE_URL} ${JAVA_OPTS}

heroku logs says:

2015-02-13T10:54:16.519634+00:00 app[web.1]: Picked up JAVA_TOOL_OPTIONS: -Xmx384m -Xss512k -Dfile.encoding=UTF-8 -Djava.rmi.server.useCodebaseOnly=true

2015-02-13T10:54:16.886676+00:00 app[web.1]: Bad application path: -Xss512k

2015-02-13T10:54:17.581062+00:00 heroku[web.1]: Process exited with status 0

2015-02-13T10:54:17.596535+00:00 heroku[web.1]: State changed from starting to crashed

2015-02-13T10:54:18.819896+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=My-appname-5156.herokuapp.com request_id=f17c2b9f-7c05-4057-9efe-df99c4e792ea fwd="145.94.146.87" dyno= connect= service= status=503 bytes= 2015-02-13T10:54:20.051663+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=My-appname-5156.herokuapp.com request_id=41636ffd-49d7-41af-ae4f-6f36d615f0f3 fwd="145.94.146.87" dyno= connect= service= status=503 bytes=

Solix

Problem is fixed , All I have is disabled evolution in application.conf file and applied script manually on PostgreSQL still have some issues though.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Error deploying play framework application on heroku

From Dev

Play Framework WebSocket Chat Example deploy on heroku

From Dev

How to deploy a play framework application on ubuntu?

From Dev

Error deploying Play Framework 2.4 on Heroku

From Dev

How to auto-deploy Play Framework (2.4) application locally with Jenkins?

From Dev

Detect application mode (DEV, TEST, PROD) during build in Play Framework 2.x application

From Dev

Cannot deploy application to heroku

From Dev

Play! Framework Database script application error

From Dev

Play! Framework Database script application error

From Dev

Deploy Play 2.2.1 App to Heroku

From Dev

Jmap for play framework on heroku

From Dev

Play framework runtime error on OS X

From Dev

Play Framework Application and H2-browser

From Dev

Error pushing to Heroku when route is removed from Play Framework

From Dev

Error when trying to deploying Play framework 2.1.1 app to Heroku

From Dev

Error pushing to Heroku when route is removed from Play Framework

From Dev

Play framework 2.x generics

From Dev

How to deploy a Kotlin application to Heroku?

From Dev

Application Error when attempting to deploy Node.js/Express/Socket.io application on Heroku

From Dev

Play framework file hierarchy on Heroku

From Dev

How to deploy java-play framework web application dist zip file to Local Server

From Dev

Play framework Application Hosting

From Dev

Rails App Deploy to Heroku Error

From Dev

Mysterious injection error message when starting Play Framework 2.4 application

From Dev

Play Framework For Scala: Compilation error[type Application is not a member of package controllers]

From Dev

Mysterious injection error message when starting Play Framework 2.4 application

From Dev

Play 2.2 application crashes on Heroku

From Dev

Heroku app not recognized as a play application

From Dev

Play framework 2.3.x Server Error Cannot register class

Related Related

  1. 1

    Error deploying play framework application on heroku

  2. 2

    Play Framework WebSocket Chat Example deploy on heroku

  3. 3

    How to deploy a play framework application on ubuntu?

  4. 4

    Error deploying Play Framework 2.4 on Heroku

  5. 5

    How to auto-deploy Play Framework (2.4) application locally with Jenkins?

  6. 6

    Detect application mode (DEV, TEST, PROD) during build in Play Framework 2.x application

  7. 7

    Cannot deploy application to heroku

  8. 8

    Play! Framework Database script application error

  9. 9

    Play! Framework Database script application error

  10. 10

    Deploy Play 2.2.1 App to Heroku

  11. 11

    Jmap for play framework on heroku

  12. 12

    Play framework runtime error on OS X

  13. 13

    Play Framework Application and H2-browser

  14. 14

    Error pushing to Heroku when route is removed from Play Framework

  15. 15

    Error when trying to deploying Play framework 2.1.1 app to Heroku

  16. 16

    Error pushing to Heroku when route is removed from Play Framework

  17. 17

    Play framework 2.x generics

  18. 18

    How to deploy a Kotlin application to Heroku?

  19. 19

    Application Error when attempting to deploy Node.js/Express/Socket.io application on Heroku

  20. 20

    Play framework file hierarchy on Heroku

  21. 21

    How to deploy java-play framework web application dist zip file to Local Server

  22. 22

    Play framework Application Hosting

  23. 23

    Rails App Deploy to Heroku Error

  24. 24

    Mysterious injection error message when starting Play Framework 2.4 application

  25. 25

    Play Framework For Scala: Compilation error[type Application is not a member of package controllers]

  26. 26

    Mysterious injection error message when starting Play Framework 2.4 application

  27. 27

    Play 2.2 application crashes on Heroku

  28. 28

    Heroku app not recognized as a play application

  29. 29

    Play framework 2.3.x Server Error Cannot register class

HotTag

Archive