[erlang-questions] lager error because of update in goldrush

aman mangal mangalaman93@REDACTED
Wed Nov 13 02:35:56 CET 2013


Hi,

yup, thank you so much! I forgot to update my erlang version.

Aman Mangal
4th year Undergraduate Student
Department of Computer Science & Engineering
IIT Bombay
www.cse.iitb.ac.in/~amanmangal


On Wed, Nov 13, 2013 at 5:39 AM, Fred Hebert <mononcqc@REDACTED> wrote:

> Hi,
>
> The solution is to also start goldrush before starting lager, as the
> message says.
>
> Since R16B02 you can get it out of the way for good by calling
> application:ensure_all_started(lager), which will recursively boot the
> lager dependencies and return a list of all started apps.
>
> Regards,
> Fred.
>
> On 11/13, aman mangal wrote:
> > Hi,
> >
> > I recompiled one of my old erlang project and found out that due to
> recent
> > update in goldrush and lager, I am not able to start lager. when I run
> > application:start(lager) I get the following
> > error- {error,{not_started,goldrush}}
> >
> > any help would be appreciated.
> > Thank you!
> >
> > Aman Mangal
> > 4th year Undergraduate Student
> > Department of Computer Science & Engineering
> > IIT Bombay
> > www.cse.iitb.ac.in/~amanmangal
>
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questions@REDACTED
> > http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20131113/fea8be3c/attachment.htm>


More information about the erlang-questions mailing list