Skip to content

Instantly share code, notes, and snippets.

@auxbuss
Created September 30, 2016 20:42
Show Gist options
  • Save auxbuss/fa68eefc06a1516501db07c8543c0f69 to your computer and use it in GitHub Desktop.
Save auxbuss/fa68eefc06a1516501db07c8543c0f69 to your computer and use it in GitHub Desktop.
marc: ~/Projects/rumbrella (experiment/distillery)
λ rel/rumbrella/bin/rumbrella console
Erlang/OTP 19 [erts-8.1] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
[info] Application rumbl exited: Rumbl.start(:normal, []) returned an error: shutdown: failed to start child: Rumbl.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,rumbl,{{shutdown,{failed_to_start_child,'Elixir.Rumbl.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.Rumbl',start,[normal,[]]}}}"}
Kernel pid terminated (application_controller) ({application_start_failure,rumbl,{{shutdown,{failed_to_start_child,'Elixir.Rumbl.Endpoint',{shutdown,{failed_to_start_child,'Elixir.Phoenix.CodeReloader
Crash dump is being written to: erl_crash.dump...done
marc: ~/Projects/rumbrella (experiment/distillery)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment