<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 11 April 2018 at 15:44, Whealy, Chris <span dir="ltr"><<a href="mailto:chris.whealy@sap.com" target="_blank">chris.whealy@sap.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word;line-break:after-white-space">
Hi All
<div><br>
</div>
<div>I have a Cowboy app that at startup time, downloads various files from another web server.  I’m using rebar to create a release, and this all works fine when I start the app using the “start” parameter</div>
<div><br>
</div>
<div>
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:Monaco;color:rgb(244,244,244);background-color:rgba(0,0,0,0.85098)">
<span style="font-variant-ligatures:no-common-ligatures">$ _build/default/rel/geo_server/<wbr>bin/geo_server start</span></div>
</div>
<div><br>
</div>
<div>But all the downloads fail when I use the “console” parameter</div>
<div><br>
</div>
<div>
<div style="margin:0px;font-stretch:normal;line-height:normal;font-family:Monaco;color:rgb(244,244,244);background-color:rgba(0,0,0,0.85098)">
<span style="font-variant-ligatures:no-common-ligatures">$ _build/default/rel/geo_server/<wbr>bin/geo_server console</span></div>
</div>
<div><br>
</div>
<div>No other network conditions have changed, but now all the HTTP connections fail with <span style="color:rgb(244,244,244);font-family:Monaco;background-color:rgba(0,0,0,0.85098)">{conn_failed,{error,<wbr>ehostdown}}</span> which
 clearly is not the case...</div>
<div><br>
</div>
<div>Are extra parameters needed when starting the app using “console”?</div></div></blockquote><div><br></div><div>Not usually. What are you using to download the files from the other web server?</div><div> </div></div></div></div>