I'm trying to start Scalaris, but I keep getting dropped into the
erlang shell with various warnings printed, I'm not sure why.
Admittedly I'm just starting out.
root@ip-10-169-31-98:~/scalaris-0.3.0/bin# scalarisctl -m -n firstnode
-p 14195 -y 8000 -s -f start
Erlang R13B03 (erts-5.7.4) [source] [64-bit] [smp:4:4] [rq:4] [async-
threads:0] [hipe] [kernel-poll:false]
Eshell V5.7.4 (abort with ^G)
(firs...@ip-10-169-31-98.us-west-1.compute.internal)1> [warn] "to >
127.0.0.1:14194" Connection failed, drop message {connect}
[warn] "to >
127.0.0.1:14194" Connection failed, drop message
{send_to_group_member,service_per_vm,{hi}}
[warn] "to >
127.0.0.1:14194" Connection failed, drop message
{register,{{127,0,0,1},14195,<0.117.0>}}
root@ip-10-169-31-98:~/scalaris-0.3.0/bin# cat scalaris.local.cfg
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Settings for distributed Erlang
% (see scalaris.hrl to switch)
% {mgmt_server, {mgmt_server,'
mgmt_...@foo.bar.com'}}.
% {known_hosts, [{service_per_vm, '
firs...@foo.bar.com'}]}.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Settings for TCP mode.
% (see scalaris.hrl to switch)
%% userdevguide-begin local_cfg:distributed
% Insert the appropriate IP-addresses for your setup
% as comma separated integers:
% IP Address, Port, and label of the boot server
{mgmt_server, {{127,0,0,1}, 14194, mgmt_server}}.
% IP Address, Port, and label of a node which is already in the system
{known_hosts, [{{127,0,0,1}, 14195, service_per_vm}]}.
%% userdevguide-end local_cfg:distributed