prasmussen / glot-run

API for running code inside docker containers
https://run.glot.io/
MIT License
147 stars 48 forks source link

Failed to boot glot #25

Closed stephenjesus closed 5 years ago

stephenjesus commented 5 years ago

Failed to boot glot for reason {{shutdown, {failed_to_start_child, http_log_srv, {{badmatch,{error,eacces}}, [{http_log_srv,init,1, [{file, "/home/ubuntu/glot-run/_build/default/lib/glot/src/logging/http_log_srv.erl"}, {line,25}]}, {gen_server,init_it,6, [{file,"gen_server.erl"}, {line,328}]}, {proc_lib, init_p_do_apply,3, [{file,"proc_lib.erl"}, {line,240}]}]}}}, {glot_app,start,[normal,[]]}}

javierprovecho commented 5 years ago

badmatch,{error,eacces} is an error when opening a file, check your filesystem permissions. It can also be that you're trying to listen on a port lower than 1024 without privileges.