<?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: Server is shutting down right after starting in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/server-is-shutting-down-right-after-starting/m-p/327766#M14767</link>
    <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;I just spend 3 hours on a stupid mistake,with exactly the same result, nuxeo shutting down after 5min even every thing seem working.&lt;BR /&gt;
Check your nuxeo.conf, I bind it to my eth0 interface and forgotten to change nuxeo.loopback.url (was still on localhost)&lt;BR /&gt;
here my config, now everything work :&lt;/P&gt;
&lt;P&gt;nuxeo.templates=postgresql,dam,collaboration&lt;BR /&gt;
nuxeo.bind.address=10.3.36.220&lt;BR /&gt;
nuxeo.server.http.port=8081&lt;BR /&gt;
nuxeo.server.ajp.port=8010&lt;BR /&gt;
nuxeo.server.https.port=8444&lt;BR /&gt;
nuxeo.url=http://10.3.36.220:8081/nuxeo&lt;BR /&gt;
nuxeo.loopback.url=http://10.3.36.220:8081/nuxeo&lt;BR /&gt;
org.nuxeo.ecm.contextPath=/nuxeo&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Hope this help.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jun 2012 16:30:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-14T16:30:22Z</dc:date>
    <item>
      <title>Server is shutting down right after starting</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/server-is-shutting-down-right-after-starting/m-p/327758#M14759</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I've successfully installed nuxeo on my computer but i can't get to start the server.&lt;/P&gt;
&lt;P&gt;More exactly, it start for about a handfull of second then shut down on his own.
I am able to load the very first page of the setup wizard before it shut down if i click at the right time, so the problem probably isn't coming from an incorrect installation.
I've tried uninstalling and re-installing in a different location, starting the .bat as admin and disabling various process without any results.&lt;/P&gt;
&lt;P&gt;Startup logs are showing no errors.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;2012-04-24 12:08:49,763 INFO  [org.nuxeo.launcher.config.ConfigurationGenerator] Nuxeo home:          C:\Nuxeo 
2012-04-24 12:08:49,763 INFO  [org.nuxeo.launcher.config.ConfigurationGenerator] Nuxeo configuration: C:\ProgramData\Nuxeo\conf\nuxeo.conf
2012-04-24 12:08:49,763 INFO  [org.nuxeo.launcher.config.ConfigurationGenerator] Nuxeo home:          C:\Nuxeo
2012-04-24 12:08:49,763 INFO  [org.nuxeo.launcher.config.ConfigurationGenerator] Nuxeo configuration: C:\ProgramData\Nuxeo\conf\nuxeo.conf
2012-04-24 12:08:49,779 INFO  [org.nuxeo.launcher.config.ConfigurationGenerator] Include template: C:\Nuxeo\templates\common
2012-04-24 12:08:49,779 INFO  [org.nuxeo.launcher.config.ConfigurationGenerator] Include template: C:\Nuxeo\templates\default
2012-04-24 12:08:49,944 INFO  [org.nuxeo.launcher.config.ServerConfigurator] Detected Tomcat server.
2012-04-24 12:08:49,944 INFO  [org.nuxeo.launcher.config.ConfigurationGenerator] No current configuration, generating files...
2012-04-24 12:08:50,004 INFO  [org.nuxeo.launcher.config.ConfigurationGenerator] Configuration files generated.
2012-04-24 12:08:51,247 WARN  [org.nuxeo.launcher.NuxeoLauncher] Server started with process ID 6932.
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;UL&gt;
&lt;LI&gt;Error logs are empty.&lt;/LI&gt;
&lt;LI&gt;Windows seven 32bits&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2012 12:21:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/server-is-shutting-down-right-after-starting/m-p/327758#M14759</guid>
      <dc:creator>Quoquo_</dc:creator>
      <dc:date>2012-04-24T12:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Server is shutting down right after starting</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/server-is-shutting-down-right-after-starting/m-p/327759#M14760</link>
      <description>&lt;P&gt;Since you're on Windows, you have installed/reinstalled, I would make absolutely sure that your nuxeoctl.bat is using the correct Nuxeo Home/Conf file. On Windows a registry entry is used by default for default configuration file location.&lt;/P&gt;
&lt;P&gt;Try editing nuxeoctl.bat and add these two lines right after initial comments...&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;set NUXEO_HOME=C:\path\to\nuxeoinstall        (replace path\to\nuxeoinstall with your install dir)
set NUXEO_CONF=%NUXEO_HOME%\bin\nuxeo.conf
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And then add just after the tag :FOUND_NUXEO_LAUNCHER add a line to jump around registry stuff&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;rem  avoid the registry
if not "%NUXEO_CONF%" == "" if exist "%NUXEO_CONF%" goto FOUND_NUXEO_CONF
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This will at least ensure everything is pointed to the right place, and there aren't any artifacts from a previous install.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2012 14:38:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/server-is-shutting-down-right-after-starting/m-p/327759#M14760</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2012-04-24T14:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Server is shutting down right after starting</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/server-is-shutting-down-right-after-starting/m-p/327760#M14761</link>
      <description>&lt;P&gt;Thanks for your answer.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2012 15:22:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/server-is-shutting-down-right-after-starting/m-p/327760#M14761</guid>
      <dc:creator>Quoquo_</dc:creator>
      <dc:date>2012-04-24T15:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Server is shutting down right after starting</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/server-is-shutting-down-right-after-starting/m-p/327761#M14762</link>
      <description>&lt;P&gt;Do you have anything else running on any of the Nuxeo default ports?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2012 15:52:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/server-is-shutting-down-right-after-starting/m-p/327761#M14762</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2012-04-24T15:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Server is shutting down right after starting</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/server-is-shutting-down-right-after-starting/m-p/327762#M14763</link>
      <description>&lt;P&gt;I have killed most of the process that I thought could mess up with Nuxeo (Without result yet) but I don't know how to be sure.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2012 16:02:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/server-is-shutting-down-right-after-starting/m-p/327762#M14763</guid>
      <dc:creator>Quoquo_</dc:creator>
      <dc:date>2012-04-24T16:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Server is shutting down right after starting</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/server-is-shutting-down-right-after-starting/m-p/327763#M14764</link>
      <description>&lt;P&gt;So it's working now.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2012 16:15:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/server-is-shutting-down-right-after-starting/m-p/327763#M14764</guid>
      <dc:creator>Quoquo_</dc:creator>
      <dc:date>2012-04-24T16:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Server is shutting down right after starting</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/server-is-shutting-down-right-after-starting/m-p/327764#M14765</link>
      <description>&lt;P&gt;Good to hear you got it working&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2012 16:35:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/server-is-shutting-down-right-after-starting/m-p/327764#M14765</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2012-04-24T16:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Server is shutting down right after starting</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/server-is-shutting-down-right-after-starting/m-p/327765#M14766</link>
      <description>&lt;P&gt;I tried restarting all the process but Nuxeo is still working fine.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2012 16:47:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/server-is-shutting-down-right-after-starting/m-p/327765#M14766</guid>
      <dc:creator>Quoquo_</dc:creator>
      <dc:date>2012-04-24T16:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Server is shutting down right after starting</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/server-is-shutting-down-right-after-starting/m-p/327766#M14767</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;I just spend 3 hours on a stupid mistake,with exactly the same result, nuxeo shutting down after 5min even every thing seem working.&lt;BR /&gt;
Check your nuxeo.conf, I bind it to my eth0 interface and forgotten to change nuxeo.loopback.url (was still on localhost)&lt;BR /&gt;
here my config, now everything work :&lt;/P&gt;
&lt;P&gt;nuxeo.templates=postgresql,dam,collaboration&lt;BR /&gt;
nuxeo.bind.address=10.3.36.220&lt;BR /&gt;
nuxeo.server.http.port=8081&lt;BR /&gt;
nuxeo.server.ajp.port=8010&lt;BR /&gt;
nuxeo.server.https.port=8444&lt;BR /&gt;
nuxeo.url=http://10.3.36.220:8081/nuxeo&lt;BR /&gt;
nuxeo.loopback.url=http://10.3.36.220:8081/nuxeo&lt;BR /&gt;
org.nuxeo.ecm.contextPath=/nuxeo&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Hope this help.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2012 16:30:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/server-is-shutting-down-right-after-starting/m-p/327766#M14767</guid>
      <dc:creator />
      <dc:date>2012-06-14T16:30:22Z</dc:date>
    </item>
  </channel>
</rss>

