Hello all,
I am new to the play framework ( I am using play 2.0 Java) and I decided to try to deploy the sample applications (the Zentasks and Websocket chat-room) on Heroku in order to test the infrastructure.
The Zentasks threw an Application Error, and the following exception was shown on the Heroku logs:
"PlayException: Database "default" needs evaluation! [An SQL script need to be run on your database.". Locally, you would hit the run script and just have the database initialized, but there is not such option on Heroku.
The websocket chat program worked fine locally; however, when deployed at Heroku, it ran but there was no char room.
I have attached snapshot illustrating both problems. I wonder if anyone managed to run those samples successfully on Heroku?
Cheers