<?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 After my Windows 2008 security update, my Nuxeo instance is stopped after 1mn in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/after-my-windows-2008-security-update-my-nuxeo-instance-is/m-p/326380#M13381</link>
    <description>&lt;P&gt;I experienced a really strange things since my windows 2008 has installed a Security Update.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;I installed PostgreSQL 8.4.&lt;/LI&gt;
&lt;LI&gt;I downloaded my Nuxeo 5.5 released from &lt;A href="http://community.nuxeo.com/static/releases/nuxeo-5.5/nuxeo-cap-5.5-tomcat-online.zip"&gt;here&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;I start the installer&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;All is Ok and work fine.&lt;/P&gt;
&lt;P&gt;And Windows has decided to updated his security as he was feeling unsecured &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;After the restart I open the Nuxeo Console and click on the Start button.&lt;/LI&gt;
&lt;LI&gt;The button is changed from "Start" to "Start in progress..."&lt;/LI&gt;
&lt;LI&gt;After a while (one or 2 minutes) the server is stopped and the button comes back to "Start" instead "Stop"&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Fri, 16 Dec 2011 16:07:43 GMT</pubDate>
    <dc:creator>Benjamin_Jalon1</dc:creator>
    <dc:date>2011-12-16T16:07:43Z</dc:date>
    <item>
      <title>After my Windows 2008 security update, my Nuxeo instance is stopped after 1mn</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/after-my-windows-2008-security-update-my-nuxeo-instance-is/m-p/326380#M13381</link>
      <description>&lt;P&gt;I experienced a really strange things since my windows 2008 has installed a Security Update.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;I installed PostgreSQL 8.4.&lt;/LI&gt;
&lt;LI&gt;I downloaded my Nuxeo 5.5 released from &lt;A href="http://community.nuxeo.com/static/releases/nuxeo-5.5/nuxeo-cap-5.5-tomcat-online.zip"&gt;here&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;I start the installer&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;All is Ok and work fine.&lt;/P&gt;
&lt;P&gt;And Windows has decided to updated his security as he was feeling unsecured &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;After the restart I open the Nuxeo Console and click on the Start button.&lt;/LI&gt;
&lt;LI&gt;The button is changed from "Start" to "Start in progress..."&lt;/LI&gt;
&lt;LI&gt;After a while (one or 2 minutes) the server is stopped and the button comes back to "Start" instead "Stop"&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 16 Dec 2011 16:07:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/after-my-windows-2008-security-update-my-nuxeo-instance-is/m-p/326380#M13381</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2011-12-16T16:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: After my Windows 2008 security update, my Nuxeo instance is stopped after 1mn</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/after-my-windows-2008-security-update-my-nuxeo-instance-is/m-p/326381#M13382</link>
      <description>&lt;P&gt;Dear Me,&lt;/P&gt;
&lt;P&gt;After investigation I found 3 things that happened after your restart:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the postgres user used to start the postgres process is disabled&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;=&amp;gt; re-enable it&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;PostgreSQL installation is broken, each time I try to start the postgres service from the service console I have this message "ERROR 1503, ..."&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;=&amp;gt; the only solution I found - as I'm not an expert - was to reinstall PostgreSQL. If you find a better solution, you're my guy.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;a process from Windows is listening on 8005. If you don't trust me try a "telnet localhost 8005" - after a &lt;A href="http://technet.microsoft.com/en-us/library/cc771275(WS.10).aspx"&gt;telnet&lt;/A&gt; installation, it's a bit long - and you will see. But I suspect this port affectation is random... so too bad for you, this port is used by tomcat for stopping it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;=&amp;gt; the solution is easy: you modify the value &lt;STRONG&gt;nuxeo.server.tomcat-admin.port&lt;/STRONG&gt; into &lt;STRONG&gt;nuxeo.conf&lt;/STRONG&gt; to replace 8005 with a port not used (test it with telnet as you took time to install it).&lt;/P&gt;
&lt;P&gt;For the last point, Nuxeo will improve the launcher to expose a better warn if the port is not available:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://jira.nuxeo.com/browse/NXP-8192" target="test_blank"&gt;https://jira.nuxeo.com/browse/NXP-8192&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Have fun with your Windows.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2011 16:43:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/after-my-windows-2008-security-update-my-nuxeo-instance-is/m-p/326381#M13382</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2011-12-16T16:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: After my Windows 2008 security update, my Nuxeo instance is stopped after 1mn</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/after-my-windows-2008-security-update-my-nuxeo-instance-is/m-p/326382#M13383</link>
      <description>&lt;P&gt;Don't modify server.xml directly as it will be overwritten by the templates, use the "nuxeo.server.tomcat-admin.port" parameter in nuxeo.conf.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2011 15:12:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/after-my-windows-2008-security-update-my-nuxeo-instance-is/m-p/326382#M13383</guid>
      <dc:creator />
      <dc:date>2011-12-19T15:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: After my Windows 2008 security update, my Nuxeo instance is stopped after 1mn</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/after-my-windows-2008-security-update-my-nuxeo-instance-is/m-p/326383#M13384</link>
      <description>&lt;P&gt;Thanks for me&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2011 15:21:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/after-my-windows-2008-security-update-my-nuxeo-instance-is/m-p/326383#M13384</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2011-12-19T15:21:04Z</dc:date>
    </item>
  </channel>
</rss>

