<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Nuxeo on OpenShift in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321963#M8964</link>
    <description>&lt;P&gt;Thanks for the ticket!&lt;/P&gt;</description>
    <pubDate>Mon, 25 Mar 2013 21:32:20 GMT</pubDate>
    <dc:creator>Julien_Eluard</dc:creator>
    <dc:date>2013-03-25T21:32:20Z</dc:date>
    <item>
      <title>Nuxeo on OpenShift</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321953#M8954</link>
      <description>&lt;P&gt;I'm trying to run nuxeo on &lt;A href="https://www.openshift.com/"&gt;OpenShift&lt;/A&gt;. As OpenShift restricts ports / bindable IPs I modified nuxeo.conf to fits those.
Still it looks like a particular check performed by ConfigurationGenerator fails on OpenShift: see the call &lt;A href="https://github.com/nuxeo/nuxeo-runtime/blob/master/nuxeo-launcher-commons/src/main/java/org/nuxeo/launcher/config/ConfigurationGenerator.java#L1337"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;I reproduced using a dumb &lt;A href="https://gist.github.com/jeluard/5234664"&gt;example&lt;/A&gt; and indeed this particular calls fails with a "java.net.ConnectException: Permission denied" on OpenShift.&lt;/P&gt;
&lt;P&gt;What would be the simplest/cleanest way (in this order :)) to work around this?
Right now I cannot make nuxeo start on OpenShift.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2013 04:26:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321953#M8954</guid>
      <dc:creator>Julien_Eluard</dc:creator>
      <dc:date>2013-03-25T04:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo on OpenShift</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321954#M8955</link>
      <description>&lt;P&gt;I tried OpenShift a few months ago and didn't have this problem. What full stack trace do you get? What's the IP used?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2013 13:51:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321954#M8955</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2013-03-25T13:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo on OpenShift</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321955#M8956</link>
      <description>&lt;P&gt;Full stack I get is&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2013 14:28:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321955#M8956</guid>
      <dc:creator>Julien_Eluard</dc:creator>
      <dc:date>2013-03-25T14:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo on OpenShift</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321956#M8957</link>
      <description>&lt;P&gt;Is the &lt;CODE&gt;/&lt;/CODE&gt; at the start of the address normal? I'm surprised it's there.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2013 15:27:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321956#M8957</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2013-03-25T15:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo on OpenShift</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321957#M8958</link>
      <description>&lt;P&gt;Quick answer: not possible due to the OpenShift memory limitation to 512 MB in the free gears.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2013 15:28:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321957#M8958</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2013-03-25T15:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo on OpenShift</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321958#M8959</link>
      <description>&lt;P&gt;Simplest would be to add a configuration option (for nuxeo.conf or any nuxeo.defaults) to bypass the address check. However, are you sure Tomcat will be able to bind that address if it's not reachable?&lt;/P&gt;
&lt;P&gt;What about the org.nuxeo.launcher.config.ConfigurationGenerator.checkPortAvailable(InetAddress, int) next check? Will it fail too and must also be bypassed?&lt;/P&gt;
&lt;P&gt;Those checks were initially added to early detect the situations leading to the "Address already in use" error at server (Tomcat/JBoss) startup.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2013 15:30:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321958#M8959</guid>
      <dc:creator>Julien_Carsique</dc:creator>
      <dc:date>2013-03-25T15:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo on OpenShift</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321959#M8960</link>
      <description>&lt;P&gt;&amp;gt;Is the / at the start of the address normal? I'm surprised it's there.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2013 16:03:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321959#M8960</guid>
      <dc:creator>Julien_Eluard</dc:creator>
      <dc:date>2013-03-25T16:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo on OpenShift</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321960#M8961</link>
      <description>&lt;P&gt;I did a quick test and the next check (from checkPortAvailable(InetAddress, int)) works fine on OpenShift.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2013 16:14:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321960#M8961</guid>
      <dc:creator>Julien_Eluard</dc:creator>
      <dc:date>2013-03-25T16:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo on OpenShift</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321961#M8962</link>
      <description>&lt;P&gt;Agreed, in my opinion the checkAddressReachable on a bind address is wrong, we'll probably remove it.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2013 17:14:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321961#M8962</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2013-03-25T17:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo on OpenShift</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321962#M8963</link>
      <description>&lt;P&gt;[NXP-11306][1]&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2013 19:06:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321962#M8963</guid>
      <dc:creator>Julien_Carsique</dc:creator>
      <dc:date>2013-03-25T19:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo on OpenShift</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321963#M8964</link>
      <description>&lt;P&gt;Thanks for the ticket!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2013 21:32:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321963#M8964</guid>
      <dc:creator>Julien_Eluard</dc:creator>
      <dc:date>2013-03-25T21:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo on OpenShift</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321964#M8965</link>
      <description>&lt;P&gt;I validated that with aforementioned fix nuxeo starts fine on OpenShift.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2013 16:24:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-on-openshift/m-p/321964#M8965</guid>
      <dc:creator>Julien_Eluard</dc:creator>
      <dc:date>2013-03-26T16:24:40Z</dc:date>
    </item>
  </channel>
</rss>

