-
Notifications
You must be signed in to change notification settings - Fork 198
Description
Hi Bitwalker,
I am getting the following error when trying to run swarm with libcluster.
c:\Users\tom\IdeaProjects\swarmtest>iex --name node1@192.168.0.180 -S mix
Eshell V8.0 (abort with ^G)
=INFO REPORT==== 11-Oct-2016::10:52:13 ===
application: logger
exited: stopped
type: temporary
** (Mix) Could not start application libcluster: Cluster.App.start(:normal, []) returned an error: shutdown: failed to s
tart child: Cluster.Strategy.Gossip
** (EXIT) an exception was raised:
** (UndefinedFunctionError) function Logger.info/1 is undefined or private. Did you mean one of:
* info/1
* info/2
(logger) Logger.info("[libcluster] [strategy:gossip] starting")
(libcluster) lib/strategy/gossip.ex:39: Cluster.Strategy.Gossip.init/1
(stdlib) gen_server.erl:328: :gen_server.init_it/6
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
I have attached the mix project in case i am doing something silly but it all looks fine to me.
Still fairly new to elixir and wanting to use this project on my pi-cluster (but testing on windows w7)
Any help appreciated!
thanks
Shifters