[erlang-questions] Running rebar generated release failing with Kernel pid terminated"

Vineet Naik naikvin@REDACTED
Thu Dec 13 12:59:31 CET 2012


I could finally get it working by changing the profile option from embedded
to
development. Everything works fine now and I have also removed the excludes
which I were added earlier.

Besides the large size of the release (72 MB in this case) does development
profile
have any side effects on performance etc? Is development profile
recommended for
production?

It's starting to make a lot more sense to me now although not entirely!
Thanks for all the help.


On Thu, Dec 13, 2012 at 4:42 PM, Tuncer Ayaz <tuncer.ayaz@REDACTED> wrote:

> On Thu, Dec 13, 2012 at 11:56 AM, Vineet Naik wrote:
> > On Thu, Dec 13, 2012 at 3:36 PM, Dmitry Klionsky wrote:
> > >
> > > Actually, it doesn't seem to be a good idea to manually exclude any
> > > application until you know precisely what you're doing. Reltool
> > > will exclude any unused applications itself. Just stop excluding
> > > the applications in reltool.config and see if it works.
> >
> > Not able to get this to work by removing the excludes. Getting all
> > the previous errors of "init terminating in do_boot" again.
>
> Can you post the complete reltool.config or preferably a demo project
> so that we can help you fix the reltool spec first?
>
> What OTP version are you using?
>
> As you can see in
>
> https://github.com/rebar/rebar/blob/master/priv/templates/simplenode.reltool.config
> if you have complete (and correct) app resource files, reltool figures
> out all required apps and modules automatically without the need to
> specify detailed inclusion/exclusion rules.
>



-- 
Vineet Naik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20121213/88d60802/attachment.htm>


More information about the erlang-questions mailing list