mkbehbehani / play-heroku-seed

Seed app for Play, Heroku and Postgres with demo CRUD model, view, controller
MIT License
23 stars 12 forks source link

push to heroku fails #8

Open philipmjohnson opened 9 years ago

philipmjohnson commented 9 years ago

Greetings,

I am trying to deploy play-heroku-seed to Heroku, and after doing 'git push heroku master', I eventually get the following failure:

remote:        [info] Resolving org.fusesource.jansi#jansi;1.4 ...
remote:        [error] impossible to get artifacts when data has not been loaded. IvyNode =  org.scalacheck#scalacheck_2.10;1.11.4
remote:        java.lang.IllegalStateException: impossible to get artifacts when data has not been loaded. IvyNode = org.scalacheck#scalacheck_2.10;1.11.4

I tried with both the default and "legacy" scala build packs, and in both cases the deployment failed at this point.

Any ideas on how to fix this?

Thanks, Philip

mkbehbehani commented 9 years ago

Hi, thanks for bringing this up, I'll try to reproduce and get an answer to you this week