release_handler not running
Gunilla Hugosson
gunilla@REDACTED
Sun Mar 26 19:32:10 CEST 2000
You have probably installed Erlang with the plain start script
as default instead of the start_sasl script. The plain start script
only starts the kernel and stdlib applications, and release_handler
is part of the sasl application.
Starting erlang as
> erl -boot start_sasl
should work. You can also re-install Erlang and select the start_sasl
boot script as default.
/ Gunilla
Vance Shipley wrote:
>
> I've just started using a R6B-0 port in my production
> embedded systems.
>
> In installing my application release I found a problem I had
> not encountered in previous versions:
>
> 1> release_handler:which_releases().
> ** exited: {noproc,{gen_server,call,[release_handler,which_releases]}} **
>
> It seems the release_handler process is not running. It is now
> necessary to do:
>
> 2> release_handler:start_link().
> {ok,<0.30.0>}
>
> What has changed?
>
> -Vance
More information about the erlang-questions
mailing list