I'm trying to deploy a java/maven application to heroku platform, everything goes ok until I try to access the result link. Despite of successfully build the link I open shows this error:
An error occurred in the application and your page could not be served. Please try again in a few moments.
If you are the application owner, check your logs for details.
> [INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.571 s
[INFO] Finished at: 2016-10-06T20:06:45+00:00
[INFO] Final Memory: 24M/164M
[INFO] ------------------------------------------------------------------------
-----> Discovering process types
Procfile declares types -> (none)
-----> Compressing...
Done: 87.3M
-----> Launching...
Released v9
https://restaurant-challenge.herokuapp.com/ deployed to Heroku
Thanks :D