release_handler not running
Vance Shipley
vances@REDACTED
Fri Mar 24 22:47:19 CET 2000
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