<?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 Can&amp;apos;t Start Nuxeo Platform in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/can-apos-t-start-nuxeo-platform/m-p/319696#M6697</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have been running the Nuxeo Platform for a couple of weeks but it won't start after a machine reboot.&lt;/P&gt;
&lt;P&gt;I am running 5.9.3 locally on Windows 7 16GB Ram.&lt;/P&gt;
&lt;P&gt;There are two errors I receive:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;When starting through Start Nuxeo.bat, I get the following output in the command window:&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Found NUXEO_CONF = C:\ProgramData\Nuxeo\conf\nuxeo.conf
Found in path : C:\Windows\System32\java.exe
Using JAVA = C:\Windows\System32\java.exe
1 file(s) copied.&lt;/P&gt;
&lt;P&gt;C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Nuxeo&amp;gt;"C:\Windows\System32&lt;BR /&gt; /&amp;gt;
java.exe"  -Dlauncher.java.opts=" -Xms512m -Xmx1024m -XX:MaxPermSize=512m -Dsun.
rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dfile
.encoding=UTF-8  -Dmail.mime.decodeparameters=true  -Djava.util.Arrays.useLegacy
MergeSort=true" -Dnuxeo.home="C:\Nuxeo" -Dnuxeo.conf="C:\ProgramData\Nuxeo\conf&lt;BR /&gt; /&amp;gt;
nuxeo.conf" -Dnuxeo.log.dir="C:/ProgramData/Nuxeo/logs" -Dlog.id="-22042014_1155
2591" -jar "C:/ProgramData/Nuxeo/tmp\nuxeo-launcher-20940.jar" --gui=true start&lt;/P&gt;
&lt;P&gt;Detected Tomcat server.
Nuxeo home:          C:\Nuxeo
Nuxeo configuration: C:\ProgramData\Nuxeo\conf\nuxeo.conf
Include template: C:\Nuxeo\templates\common-base
Include template: C:\Nuxeo\templates\common
Include template: C:\Nuxeo\templates\postgresql
Include template: C:\Nuxeo\templates\drive
Include template: C:\Nuxeo\templates\collaboration
Include template: C:\Nuxeo\templates\dam
Configuration files generation (nuxeo.force.generation=true)...
Configuration files generated.
Include template: C:\Nuxeo\templates\common-base
Include template: C:\Nuxeo\templates\common
Include template: C:\Nuxeo\templates\postgresql
Include template: C:\Nuxeo\templates\drive
Include template: C:\Nuxeo\templates\collaboration
Include template: C:\Nuxeo\templates\dam
Exception in thread "NuxeoLauncherGUITask-2" java.lang.NullPointerException
at org.nuxeo.launcher.NuxeoLauncher.start(NuxeoLauncher.java:598)
at org.nuxeo.launcher.NuxeoLauncher.doStart(NuxeoLauncher.java:1354)
at org.nuxeo.launcher.NuxeoLauncher.doStartAndWait(NuxeoLauncher.java:11
89)
at org.nuxeo.launcher.NuxeoLauncher.doStartAndWait(NuxeoLauncher.java:11
55)
at org.nuxeo.launcher.gui.NuxeoLauncherGUI$5.run(NuxeoLauncherGUI.java:2
77)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;When starting from the command line without the GUI, using nuxeoctl.bat --gui false. I get this error:&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;PS C:\nuxeo\bin&amp;gt; nuxeoctl.bat --gui false console
Found NUXEO_CONF = C:\ProgramData\Nuxeo\conf\nuxeo.conf
Found in path : C:\Windows\System32\java.exe
Using JAVA = C:\Windows\System32\java.exe
1 file(s) copied.&lt;/P&gt;
&lt;P&gt;C:\Nuxeo\bin&amp;gt;"C:\Windows\System32\java.exe"  -Dlauncher.java.opts=" -Xms512m -Xmx1024m -XX:MaxPermSize=512m -Dsun.rmi.dg
c.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dfile.encoding=UTF-8  -Dmail.mime.decodeparameters=
true  -Djava.util.Arrays.useLegacyMergeSort=true" -Dnuxeo.home="C:\Nuxeo" -Dnuxeo.conf="C:\ProgramData\Nuxeo\conf\nuxeo.
conf" -Dnuxeo.log.dir="C:/ProgramData/Nuxeo/logs" -Dlog.id="-22042014_11320551" -jar "C:/ProgramData/Nuxeo/tmp\nuxeo-lau
ncher-16368.jar" --gui=false console
Detected Tomcat server.
Nuxeo home:          C:\Nuxeo
Nuxeo configuration: C:\ProgramData\Nuxeo\conf\nuxeo.conf
Include template: C:\Nuxeo\templates\common-base
Include template: C:\Nuxeo\templates\common
Include template: C:\Nuxeo\templates\postgresql
Include template: C:\Nuxeo\templates\drive
Include template: C:\Nuxeo\templates\collaboration
Include template: C:\Nuxeo\templates\dam
Configuration files generation (nuxeo.force.generation=true)...
Configuration files generated.
java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:236)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:426)
PS C:\nuxeo\bin&amp;gt; nuxeoctl.bat
Found NUXEO_CONF = C:\ProgramData\Nuxeo\conf\nuxeo.conf
Found in path : C:\Windows\System32\java.exe
Using JAVA = C:\Windows\System32\java.exe
1 file(s) copied.&lt;/P&gt;
&lt;P&gt;Please can you advise what is going wrong on launch?&lt;/P&gt;
&lt;P&gt;Thanks,
Lynn&lt;/P&gt;</description>
    <pubDate>Tue, 22 Apr 2014 13:26:00 GMT</pubDate>
    <dc:creator>Lynn_</dc:creator>
    <dc:date>2014-04-22T13:26:00Z</dc:date>
    <item>
      <title>Can&amp;apos;t Start Nuxeo Platform</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/can-apos-t-start-nuxeo-platform/m-p/319696#M6697</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have been running the Nuxeo Platform for a couple of weeks but it won't start after a machine reboot.&lt;/P&gt;
&lt;P&gt;I am running 5.9.3 locally on Windows 7 16GB Ram.&lt;/P&gt;
&lt;P&gt;There are two errors I receive:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;When starting through Start Nuxeo.bat, I get the following output in the command window:&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Found NUXEO_CONF = C:\ProgramData\Nuxeo\conf\nuxeo.conf
Found in path : C:\Windows\System32\java.exe
Using JAVA = C:\Windows\System32\java.exe
1 file(s) copied.&lt;/P&gt;
&lt;P&gt;C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Nuxeo&amp;gt;"C:\Windows\System32&lt;BR /&gt; /&amp;gt;
java.exe"  -Dlauncher.java.opts=" -Xms512m -Xmx1024m -XX:MaxPermSize=512m -Dsun.
rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dfile
.encoding=UTF-8  -Dmail.mime.decodeparameters=true  -Djava.util.Arrays.useLegacy
MergeSort=true" -Dnuxeo.home="C:\Nuxeo" -Dnuxeo.conf="C:\ProgramData\Nuxeo\conf&lt;BR /&gt; /&amp;gt;
nuxeo.conf" -Dnuxeo.log.dir="C:/ProgramData/Nuxeo/logs" -Dlog.id="-22042014_1155
2591" -jar "C:/ProgramData/Nuxeo/tmp\nuxeo-launcher-20940.jar" --gui=true start&lt;/P&gt;
&lt;P&gt;Detected Tomcat server.
Nuxeo home:          C:\Nuxeo
Nuxeo configuration: C:\ProgramData\Nuxeo\conf\nuxeo.conf
Include template: C:\Nuxeo\templates\common-base
Include template: C:\Nuxeo\templates\common
Include template: C:\Nuxeo\templates\postgresql
Include template: C:\Nuxeo\templates\drive
Include template: C:\Nuxeo\templates\collaboration
Include template: C:\Nuxeo\templates\dam
Configuration files generation (nuxeo.force.generation=true)...
Configuration files generated.
Include template: C:\Nuxeo\templates\common-base
Include template: C:\Nuxeo\templates\common
Include template: C:\Nuxeo\templates\postgresql
Include template: C:\Nuxeo\templates\drive
Include template: C:\Nuxeo\templates\collaboration
Include template: C:\Nuxeo\templates\dam
Exception in thread "NuxeoLauncherGUITask-2" java.lang.NullPointerException
at org.nuxeo.launcher.NuxeoLauncher.start(NuxeoLauncher.java:598)
at org.nuxeo.launcher.NuxeoLauncher.doStart(NuxeoLauncher.java:1354)
at org.nuxeo.launcher.NuxeoLauncher.doStartAndWait(NuxeoLauncher.java:11
89)
at org.nuxeo.launcher.NuxeoLauncher.doStartAndWait(NuxeoLauncher.java:11
55)
at org.nuxeo.launcher.gui.NuxeoLauncherGUI$5.run(NuxeoLauncherGUI.java:2
77)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;When starting from the command line without the GUI, using nuxeoctl.bat --gui false. I get this error:&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;PS C:\nuxeo\bin&amp;gt; nuxeoctl.bat --gui false console
Found NUXEO_CONF = C:\ProgramData\Nuxeo\conf\nuxeo.conf
Found in path : C:\Windows\System32\java.exe
Using JAVA = C:\Windows\System32\java.exe
1 file(s) copied.&lt;/P&gt;
&lt;P&gt;C:\Nuxeo\bin&amp;gt;"C:\Windows\System32\java.exe"  -Dlauncher.java.opts=" -Xms512m -Xmx1024m -XX:MaxPermSize=512m -Dsun.rmi.dg
c.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dfile.encoding=UTF-8  -Dmail.mime.decodeparameters=
true  -Djava.util.Arrays.useLegacyMergeSort=true" -Dnuxeo.home="C:\Nuxeo" -Dnuxeo.conf="C:\ProgramData\Nuxeo\conf\nuxeo.
conf" -Dnuxeo.log.dir="C:/ProgramData/Nuxeo/logs" -Dlog.id="-22042014_11320551" -jar "C:/ProgramData/Nuxeo/tmp\nuxeo-lau
ncher-16368.jar" --gui=false console
Detected Tomcat server.
Nuxeo home:          C:\Nuxeo
Nuxeo configuration: C:\ProgramData\Nuxeo\conf\nuxeo.conf
Include template: C:\Nuxeo\templates\common-base
Include template: C:\Nuxeo\templates\common
Include template: C:\Nuxeo\templates\postgresql
Include template: C:\Nuxeo\templates\drive
Include template: C:\Nuxeo\templates\collaboration
Include template: C:\Nuxeo\templates\dam
Configuration files generation (nuxeo.force.generation=true)...
Configuration files generated.
java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:236)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:426)
PS C:\nuxeo\bin&amp;gt; nuxeoctl.bat
Found NUXEO_CONF = C:\ProgramData\Nuxeo\conf\nuxeo.conf
Found in path : C:\Windows\System32\java.exe
Using JAVA = C:\Windows\System32\java.exe
1 file(s) copied.&lt;/P&gt;
&lt;P&gt;Please can you advise what is going wrong on launch?&lt;/P&gt;
&lt;P&gt;Thanks,
Lynn&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2014 13:26:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/can-apos-t-start-nuxeo-platform/m-p/319696#M6697</guid>
      <dc:creator>Lynn_</dc:creator>
      <dc:date>2014-04-22T13:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can&amp;apos;t Start Nuxeo Platform</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/can-apos-t-start-nuxeo-platform/m-p/319697#M6698</link>
      <description>&lt;P&gt;The exception is:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This is a standard class part of the standard Tomcat installation. Something is corrupted, you should compare the files with a freshly downloaded Nuxeo, or reinstall.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:45:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/can-apos-t-start-nuxeo-platform/m-p/319697#M6698</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2014-04-22T17:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can&amp;apos;t Start Nuxeo Platform</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/can-apos-t-start-nuxeo-platform/m-p/319698#M6699</link>
      <description>&lt;P&gt;Florent,&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2014 18:00:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/can-apos-t-start-nuxeo-platform/m-p/319698#M6699</guid>
      <dc:creator>Lynn_</dc:creator>
      <dc:date>2014-04-22T18:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can&amp;apos;t Start Nuxeo Platform</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/can-apos-t-start-nuxeo-platform/m-p/319699#M6700</link>
      <description>&lt;P&gt;There's no reason that I can see to get these files deleted.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2014 18:40:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/can-apos-t-start-nuxeo-platform/m-p/319699#M6700</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2014-04-22T18:40:35Z</dc:date>
    </item>
  </channel>
</rss>

