<div dir="auto">Looks like the cowboy v2 dependency hasn't been fetched properly. Could either be that cowboy as a whole isn't there, or that v1 was retrieved for some reason.</div><div class="gmail_extra"><br><div class="gmail_quote">On 26 Aug 2018 16:33, "Drasko DRASKOVIC" <<a href="mailto:drasko.draskovic@gmail.com">drasko.draskovic@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
I am trying to run <a href="https://github.com/drasko/erlang-starter-kit" rel="noreferrer" target="_blank">https://github.com/drasko/<wbr>erlang-starter-kit</a> and I<br>
am getting:<br>
<br>
Exec: /home/drasko/erlang/esk/_rel/<wbr>esk_release/erts-9.3.3.3/bin/<wbr>erlexec<br>
-boot /home/drasko/erlang/esk/_rel/<wbr>esk_release/releases/1/esk_<wbr>release<br>
-mode embedded -boot_var ERTS_LIB_DIR<br>
/home/drasko/erlang/esk/_rel/<wbr>esk_release/lib -config<br>
/home/drasko/erlang/esk/_rel/<wbr>esk_release/releases/1/sys.<wbr>config<br>
-args_file /home/drasko/erlang/esk/_rel/<wbr>esk_release/releases/1/vm.args<br>
-pa -- console<br>
Root: /home/drasko/erlang/esk/_rel/<wbr>esk_release<br>
/home/drasko/erlang/esk/_rel/<wbr>esk_release<br>
heart_beat_kill_pid = 3160<br>
Erlang/OTP 20 [erts-9.3.3.3] [source] [64-bit] [smp:8:8] [ds:8:8:10]<br>
[async-threads:10] [kernel-poll:false]<br>
<br>
17:23:46.517 [info] Application lager started on node '<a href="mailto:esk@127.0.0.1">esk@127.0.0.1</a>'<br>
17:23:46.517 [info] Application asn1 started on node '<a href="mailto:esk@127.0.0.1">esk@127.0.0.1</a>'<br>
17:23:46.518 [info] Application public_key started on node '<a href="mailto:esk@127.0.0.1">esk@127.0.0.1</a>'<br>
17:23:46.519 [info] Application ssl started on node '<a href="mailto:esk@127.0.0.1">esk@127.0.0.1</a>'<br>
17:23:46.519 [info] Application unicode_util_compat started on node<br>
'<a href="mailto:esk@127.0.0.1">esk@127.0.0.1</a>'<br>
17:23:46.519 [info] Application idna started on node '<a href="mailto:esk@127.0.0.1">esk@127.0.0.1</a>'<br>
17:23:46.519 [info] Application mimerl started on node '<a href="mailto:esk@127.0.0.1">esk@127.0.0.1</a>'<br>
17:23:46.520 [info] Application certifi started on node '<a href="mailto:esk@127.0.0.1">esk@127.0.0.1</a>'<br>
17:23:46.520 [info] Application ssl_verify_fun started on node '<a href="mailto:esk@127.0.0.1">esk@127.0.0.1</a>'<br>
17:23:46.520 [info] Application metrics started on node '<a href="mailto:esk@127.0.0.1">esk@127.0.0.1</a>'<br>
17:23:46.520 [info] Application hackney started on node '<a href="mailto:esk@127.0.0.1">esk@127.0.0.1</a>'<br>
17:23:46.521 [info] Application couchbeam started on node '<a href="mailto:esk@127.0.0.1">esk@127.0.0.1</a>'<br>
17:23:46.522 [error] CRASH REPORT Process <0.608.0> with 0 neighbours<br>
exited with reason: call to undefined function<br>
cowboy:start_clear(esk_cowboy, [{ip,{0,0,0,0}},{port,8089}], #{env =><br>
#{dispatch => [{'_',[],[{[<<"status">>],[],<wbr>esk_status,[]},{[<<"user">>],[<wbr>],esk_user,...},...]}]}})<br>
in application_master:init/4 line 134<br>
17:23:46.522 [info] Application esk exited with reason: call to<br>
undefined function cowboy:start_clear(esk_cowboy,<br>
[{ip,{0,0,0,0}},{port,8089}], #{env => #{dispatch =><br>
[{'_',[],[{[<<"status">>],[],<wbr>esk_status,[]},{[<<"user">>],[<wbr>],esk_user,...},...]}]}})<br>
{"Kernel pid terminated",application_<wbr>controller,"{application_<wbr>start_failure,esk,{bad_return,<wbr>{{esk_app,start,[normal,[]]},{<wbr>'EXIT',{undef,[{cowboy,start_<wbr>clear,[esk_cowboy,[{ip,{0,0,0,<wbr>0}},{port,8089}],#{env<br>
=> #{dispatch =><br>
[{'_',[],[{[<<\"status\">>],[]<wbr>,esk_status,[]},{[<<\"user\">><wbr>],[],esk_user,[]},{[<<\"login\<wbr>">>],[],esk_login,[]}]}]}}],[]<wbr>},{esk_app,start,2,[{file,\"<wbr>src/esk_app.erl\"},{line,32}]}<wbr>,{application_master,start_it_<wbr>old,4,[{file,\"application_<wbr>master.erl\"},{line,273}]}]}}}<wbr>}}"}<br>
Kernel pid terminated (application_controller)<br>
({application_start_failure,<wbr>esk,{bad_return,{{esk_app,<wbr>start,[normal,[]]},{'EXIT',{<wbr>undef,[{cowboy,start_clear,[<wbr>esk_cowboy,[{ip,{0,0,0,0}},{<wbr>port,8089}],#{e<br>
heart: Sun Aug 26 17:23:48 2018: Erlang is crashing .. (waiting for<br>
crash dump file)<br>
heart: Sun Aug 26 17:23:48 2018: Would reboot. Terminating.<br>
make: *** [<a href="http://erlang.mk:6782" rel="noreferrer" target="_blank">erlang.mk:6782</a>: run] Error 1<br>
<br>
Any idea why this is happening?<br>
<br>
I am running Debian Buster with Erlang/OTP 20.<br>
<br>
BR,<br>
Drasko<br>
______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br>
</blockquote></div></div>