Note that there are some explanatory texts on larger screens.

plurals
  1. POPlay 1.2.5 Application deployment on heroku "Oops. conf/routes or conf/application.conf missing."
    primarykey
    data
    text
    <p>I have a play 1.2.5 app and want to deploy it somewhere (so i can register it for some OAuth Callbacks). I am trying to push it to heroku but i get the following error</p> <pre><code>-----&gt; Play! app detected -----&gt; Installing OpenJDK 1.6...done -----&gt; WARNING: Play! version not specified in dependencies.yml. Default version: 1.2.4 being used.... -----&gt; Installing Play! 1.2.4..... -----&gt; done -----&gt; Installing ivysettings.xml..... done -----&gt; Building Play! application... ~ _ _ ~ _ __ | | __ _ _ _| | ~ | '_ \| |/ _' | || |_| ~ | __/|_|\____|\__ (_) ~ |_| |__/ ~ ~ play! 1.2.4, http://www.playframework.org ~ 1.2.4 Building Play! application at directory ./ Resolving dependencies: .play/play dependencies ./ --forProd --forceCopy --silent -Duser.home=/tmp/build_ev7rk9y0hage 2&gt;&amp;1 ~ !! /tmp/build_ev7rk9y0hage/conf/dependencies.yml does not exist ~ ~ Done! ~ Precompiling: .play/play precompile ./ --silent 2&gt;&amp;1 ~ Oops. conf/routes or conf/application.conf missing. ~ /tmp/build_ev7rk9y0hage does not seem to host a valid application. ~ ! Failed to build Play! application ! Cleared Play! framework from cache ! Push rejected, failed to compile Play! app </code></pre> <p>I have been following this guide: <a href="https://devcenter.heroku.com/articles/play" rel="nofollow">https://devcenter.heroku.com/articles/play</a> To be more specific;</p> <ol> <li><code>heroku login</code></li> <li>Set Applications sependencies to play 1.2.5</li> <li>Set up .gitignore file</li> <li>Created Procfile with <code>web: play run --http.port=$PORT $PLAY_OPTS</code> in project root folder</li> <li>commited to the local git repo</li> <li><code>heroku create</code></li> <li><code>git push heroku master</code></li> </ol> <p>I have no idea how to fix this and neither stackoverflow nor googlegroups (and some other sources) could help.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload