[erlang-questions] can't start rb module

Dave Smith dizzyd@REDACTED
Thu Jul 30 17:45:04 CEST 2009


I believe it means you haven't started the SASL application. Try:

application:start(sasl).

and then use rb:start/1.

D.

On Thu, Jul 30, 2009 at 9:37 AM, Oscar<ro4tub@REDACTED> 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