Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed application validation #10

Open
reppolice opened this issue May 11, 2014 · 1 comment
Open

failed application validation #10

reppolice opened this issue May 11, 2014 · 1 comment

Comments

@reppolice
Copy link

Hi,

This is my first foray into Herlang, I have a stub of an app build and run correctly locally (tried both 17B and 15), upon pushing to Heroku I get

git push heroku master
Initializing repository, done.
Counting objects: 38, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (35/35), done.
Writing objects: 100% (38/38), 150.78 KiB | 0 bytes/s, done.
Total 38 (delta 7), reused 0 (delta 0)

-----> Fetching custom git buildpack... done
-----> Erlang app detected
-----> Using Erlang/OTP master
-------> Fetching Erlang/OTP master
-------> Unpacking Erlang/OTP master
-------> Installing Erlang/OTP master

-----> Building with Rebar
       ==> build_56e3e882-bf3e-4432-afc1-e1a45fe25e9a (get-deps)
       ERROR: Dependency dir /tmp/build_56e3e882-bf3e-4432-afc1-e1a45fe25e9a/deps/webmachine failed application validation with reason:
       {missing_app_file,"/tmp/build_56e3e882-bf3e-4432-afc1-e1a45fe25e9a/deps/webmachine"}.
       ERROR: 'get-deps' failed while processing /tmp/build_56e3e882-bf3e-4432-afc1-e1a45fe25e9a: rebar_abort
-----> Build failed
 !     Push rejected, failed to compile Erlang app

I wouldn't be surprised if "this is me", but superficially it looks like a problem somewhere between the Buildpack and Heroku, all assistance welcome.

Cheers!

@archaelus
Copy link
Owner

Hi there, is there a copy of the repo you're trying to build on github somewhere? I'll take a look into this for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants