Heroku Deploy Attempt

28 views
Skip to first unread message

Trevor Bortins

unread,
Feb 16, 2012, 4:24:38 PM2/16/12
to chica...@googlegroups.com
So I've gotten this far:

$ git push heroku master
Counting objects: 88, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (81/81), done.
Writing objects: 100% (88/88), 270.82 KiB, done.
Total 88 (delta 37), reused 0 (delta 0)

-----> Heroku receiving push
-----> Fetching custom buildpack... done
-----> Erlang app detected
-----> Building with Rebar
       ==> build_1f1m84fi7wezb (get-deps)
       Pulling mochiweb from {git,"git://github.com/mochi/mochiweb.git","HEAD"}
       Initialized empty Git repository in /tmp/build_1f1m84fi7wezb/deps/mochiweb/.git/
       ==> mochiweb (get-deps)
       ==> mochiweb (pre_compile)
       ERROR: pre_compile failed while processing /tmp/build_1f1m84fi7wezb/deps/mochiweb: {'EXIT',{{badmatch,{error,enoent}},
                [{boss_plugin,boss_config,0},
                 {boss_plugin,boss_config_value,2},
                 {boss_plugin,init,2},
                 {boss_plugin,pre_compile,2},
                 {rebar_core,run_modules,4},
                 {rebar_core,execute,4},
                 {rebar_core,process_dir0,6},
                 {rebar_core,process_each,5}]}}
 !     Heroku push rejected, failed to compile Erlang app


And now I'm not sure where to go.  Investigating... but maybe someone has an idea?

Evan Miller

unread,
Feb 17, 2012, 10:37:27 AM2/17/12
to chica...@googlegroups.com

Looks like it's not finding "boss.config". My guess is that this is
executing from a different working directory than the application
directory.

--
Evan Miller
http://www.evanmiller.org/

Message has been deleted

Przemysław Dąbek

unread,
Feb 17, 2012, 4:18:22 PM2/17/12
to chica...@googlegroups.com
Hi wulftone,
Could you provide repository with code you have done so far?
I've tried to accomplished the same thing in that way:
project
├── deps
│   ├── boss
│   └── [other dependencies]
└── [project source code]
I'd like that all dependencies will be in the same "deps" directory.
Unfortunately I got stuck and I have issues with boss_plugin. My project didn't want to start.
Reply all
Reply to author
Forward
0 new messages