Skip to content

Instantly share code, notes, and snippets.

@ngw
Created January 18, 2017 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ngw/a15075c6176e5b65d9af700bd881e3e4 to your computer and use it in GitHub Desktop.
Save ngw/a15075c6176e5b65d9af700bd881e3e4 to your computer and use it in GitHub Desktop.
=====
===== LOGGING STARTED Wed Jan 18 15:19:31 GMT 2017
=====
Erlang/OTP 19 [erts-8.2] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
[info] Application owl exited: Owl.start(:normal, []) returned an error: shutdown: failed to start child: Owl.Endpoint
** (EXIT) shutdown: failed to start child: Phoenix.CodeReloader.Server
** (EXIT) an exception was raised:
** (UndefinedFunctionError) function Mix.Project.config/0 is undefined (module Mix.Project is not available)
Mix.Project.config()
(phoenix) lib/phoenix/code_reloader/server.ex:29: Phoenix.CodeReloader.Server.init/1
(stdlib) gen_server.erl:328: :gen_server.init_it/6
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
{"Kernel pid terminated",application_controller,"{application_start_failure,owl,{{shutdown,{failed_to_start_child,'Elixir.Owl.Endpoint',{shutdown,{failed_to_start_child,'Elixir.Phoenix.CodeReloader.Server',{undef,[{'Elixir.Mix.Project',config,[],[]},{'Elixir.Phoenix.CodeReloader.Server',init,1,[{file,\"lib/phoenix/code_reloader/server.ex\"},{line,29}]},{gen_server,init_it,6,[{file,\"gen_server.erl\"},{line,328}]},{proc_lib,init_p_do_apply,3,[{file,\"proc_lib.erl\"},{line,247}]}]}}}}},{'Elixir.Owl',start,[normal,[]]}}}"}
Kernel pid terminated (application_controller) ({application_start_failure,owl,{{shutdown,{failed_to_start_child,'Elixir.Owl.Endpoint',{shutdown,{failed_to_start_child,'Elixir.Phoenix.CodeReloader.Ser
Crash dump is being written to: erl_crash.dump...done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment