<div dir="ltr">Hi Alexander!<div>This is a bug in application_controller:change_application_data/2, which is called from the release_handler. It occurs for applications that are added in an upgrade only (i.e. not for already loaded applications).</div>
<div>It will be corrected in OTP-17.1.<br></div><div>Thanks for the report!</div><div>/siri<br><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-02-20 14:31 GMT+01:00 Alexander Petrovsky <span dir="ltr"><<a href="mailto:askjuise@gmail.com" target="_blank">askjuise@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello!<div><br></div><div>I have the problem on erlang release upgrade and config includes. I have the follow config structure of sys.config with app.config (that generated dynamically) include:</div>
<div><br>
</div><div>/usr/local/lib/myapp/releases/1.0.8/sys.config:</div><div>[</div><div>....</div><div>"/etc/myapp/app.config"</div><div>].</div><div><br></div><div>I added new application myapp2 into myapp, and want to upgrade myapp to new version (1.0.9).</div>

<div><br></div><div>Firstly I add the settings for new application myapp2 in app.conf file, and then run upgrade the Erlang application:</div><div><br></div><div>release_handler:unpack_release,</div><div>release_handler:check_install_release,</div>

<div>release_handler:install_release</div><div><br></div><div>The new version of myapp (1.0.9) run the myapp2 application. myapp2 try read the settings and crash due badmatch error, i.e. no settings in config for myapp2. When I put settings for new application myapp2 into sys.config, all works without any problems.</div>

<div><br></div><div>Looks like, release_handler doesn't re-read included config files.<span class="HOEnZb"><font color="#888888"><br><div><br></div>-- <br><div dir="ltr">Петровский Александр / Alexander Petrovsky,<br>
<br>Skype: askjuise<br><div>Phone: <a href="tel:%2B7%20914%208%20820%20815" value="+79148820815" target="_blank">+7 914 8 820 815</a><div>
<br></div></div></div>
</font></span></div></div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>