Tuesday 15 May 2012

playframework - Controller not found when deploying a Play application on Heroku -



playframework - Controller not found when deploying a Play application on Heroku -

i running play application written in java , running 2.11.1. works fine locally , pushed heroku couple times. since then, have added new controller , updated routes couple of new actions.

it works fine locally when deploying heroku, next error (one actions controller):

[error] /tmp/scala_buildpack_build_dir/conf/routes:12: object dataset not fellow member of bundle controllers [error] /data controllers.dataset.list()

i using controller has been defined in same fashion (only before) , works fine. extract routes:

# models page /models controllers.predictionmodels.list() # info page /data controllers.dataset.list()

is there known problem on heroku? because run dev locally , production on heroku?

heroku playframework playframework-2.0

No comments:

Post a Comment