Created
November 8, 2013 19:10
-
-
Save knewter/7375932 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --(jadams@jibbajabba)-(39/pts/2)-(1254/08-Nov-13)-- | |
| --($:~/elixir/chromechat_server)(master)ruby-2.0.0-p247@system-- | |
| $ mix test | |
| =INFO REPORT==== 8-Nov-2013::13:09:19 === | |
| application: chromechat_server | |
| exited: {{shutdown, | |
| {failed_to_start_child,'Elixir.ChromechatServer.Dynamo', | |
| {'EXIT', | |
| {noproc, | |
| {gen_server,call, | |
| ['Elixir.Dynamo.Supervisor', | |
| {start_child, | |
| {'Elixir.Dynamo.Loader', | |
| {'Elixir.Dynamo.Loader',start_link,[]}, | |
| permanent,5000,worker, | |
| ['Elixir.Dynamo.Loader']}}, | |
| infinity]}}}}}, | |
| {'Elixir.ChromechatServer',start,[normal,[]]}} | |
| type: temporary | |
| ** (Mix) Could not start application chromechat_server: {{:shutdown, {:failed_to_start_child, ChromechatServer.Dynamo, {:EXIT, {:noproc, {:gen_server, :call, [Dynamo.Supervisor, {:start_child, {Dynamo.Loader, {Dynamo.Loader, :start_link, []}, :permanent, 5000, :worker, [Dynamo.Loader]}}, :infinity]}}}}}, {ChromechatServer, :start, [:normal, []]}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment