16:26:51.096 [error] CRASH REPORT Process <0.402.0> with 0 neighbours exited with reason: no match of right hand value {error,enoent} in fmke_config:read_config_file/0 line 22 in application_master:init/4 line 134
16:26:51.096 [info] Application fmke exited with reason: no match of right hand value {error,enoent} in fmke_config:read_config_file/0 line 22
make console is calling a binary from the _build/default/rel/<relname> path, and make shell is doing something slightly different, which means that one of them can find the path to the config file, and the other one can't.
make console
is calling a binary from the_build/default/rel/<relname>
path, andmake shell
is doing something slightly different, which means that one of them can find the path to the config file, and the other one can't.