Hi All, I'm attempting to get my first Play 1.2.4 based application deployed to Heroku. Everything went smoothly, including the first push.
I then checked "heroku logs" and found the following error: *2012-03-03T23:10:54+00:00 app[web.1]: ~ Module not found: /app/.play/modules/secure* * * This snag is holding me back, has anyone experienced this issue before? Thanks! Posting my dependencies.yml: *# Application dependencies* *require: * * - play -> play [1.2.4,)* * - play -> siena [2.0.6,)* * - play -> secure* * * *The entire log is below...* 2012-03-03T23:10:54+00:00 app[web.1]: ~ play! 1.2.4, http://www.playframework.org 2012-03-03T23:10:54+00:00 app[web.1]: ~ 2012-03-03T23:10:54+00:00 app[web.1]: ~ framework ID is prod 2012-03-03T23:10:54+00:00 app[web.1]: ~ 2012-03-03T23:10:54+00:00 app[web.1]: ~ Oops, *2012-03-03T23:10:54+00:00 app[web.1]: ~ Module not found: /app/.play/modules/secure* 2012-03-03T23:10:54+00:00 app[web.1]: ~ 2012-03-03T23:10:55+00:00 heroku[web.1]: Process exited with status 255 2012-03-03T23:10:55+00:00 heroku[web.1]: State changed from starting to crashed 2012-03-03T23:12:27+00:00 heroku[router]: Error H10 (App crashed) -> GET stormy-fog-7566.herokuapp.com/ dyno= queue= wait= service= status=503 bytes= -- You received this message because you are subscribed to the Google Groups "Heroku" group. To view this discussion on the web visit https://groups.google.com/d/msg/heroku/-/Yl1ahJBl42AJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
