Some mnesia subscription problems.
martin j. logan
martin@REDACTED
Thu Sep 5 02:24:49 CEST 2002
Hello All,
I have an interesting problem with mnesia:subscribe/1. Perhaps someone
could explain this to me.
Inf = mnesia:system_info(is_running),
Sub = mnesia:subscribe(system),
io:format("~n~n* Result of subscription ~p ~n Is node running? ~p~n~n",
[Sub, Inf]),
Result of subscription {error,{node_not_running,
'martin_cdr_mapper_rel@REDACTED'}}
Is node running? yes
Can anyone tell me how this can exist?
Thanks alot,
Martin
More information about the erlang-questions
mailing list