[erlang-questions] can't start rb module
Bengt Kleberg
bengt.kleberg@REDACTED
Thu Jul 30 17:49:12 CEST 2009
Greetings,
You might not have SASL running. Try
application:which_applications().
and see if SASL is there.
bengt
n Thu, 2009-07-30 at 23:37 +0800, Oscar wrote:
> 6> rb:start([{max, 20}]).
> ** exception exit: {noproc,{gen_server,call,
> [sasl_sup,
>
> {start_child,{rb_server,{rb,start_link,[[{max,20}]]},
>
> temporary,brutal_kill,worker,
> [rb]}},
> infinity]}}
> in function gen_server:call/3
>
>
>
> what does the above exception mean?
>
> ________________________________________________________________
> erlang-questions mailing list. See http://www.erlang.org/faq.html
> erlang-questions (at) erlang.org
>
More information about the erlang-questions
mailing list