<?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 startup problem, stuck cannot evaluate the product in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-startup-problem-stuck-cannot-evaluate-the-product/m-p/325920#M12921</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can you try to start your server with this following starting command?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;cd $NUXEO_HOME/bin (or C:\Programme Data if you used the exe installer)
nuxeoctl.bat --gui false console
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you have some information about Heap Space or memory thing, this may meaning that your JVM can't start as it can't find enough memory contiguous. So try to decrease the value allowed for the JVM. To do that, first try to set the JAVA_OPTS option with the following value in the Environment Variable management view:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;-Xms1024m -Xmx1024m -XX:MaxPermSize=512m
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Open a new Command line and check that JAVA_OPTS value is the one you set:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;echo %JAVA_OPTS%
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If it's not ok you can also temporally set the value into your console with this following command line:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;set JAVA_OPTS=-Xms1024m -Xmx1024m -XX:MaxPermSize=512m
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And then, try again to start the server. If you have again the message try to decrease again values set....&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2013 11:40:40 GMT</pubDate>
    <dc:creator>Benjamin_Jalon1</dc:creator>
    <dc:date>2013-10-11T11:40:40Z</dc:date>
    <item>
      <title>Nuxeo startup problem, stuck cannot evaluate the product</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-startup-problem-stuck-cannot-evaluate-the-product/m-p/325917#M12918</link>
      <description>&lt;P&gt;I am new to nuxeo. I download the nuxeo-cap-5.7.3-tomcat.zip from download section. I have window xp environment with jdk1.7.0
I followed the steps mentioned at
&lt;A href="http://www.nuxeo.com/en/downloads/download-zip-ft?mtcEmail=&amp;amp;currenttime=1380743350" target="test_blank"&gt;http://www.nuxeo.com/en/downloads/download-zip-ft?mtcEmail=&amp;amp;currenttime=1380743350&lt;/A&gt;
The server started the first time. I stop the server, but now it does not start the server, every time it gives below error.
Also i tried to delete the nuxeo folder, to start fresh from zip and follow the steps again. First it not asking me for setup steps. So it seems nuxeo is storing this info some else outside the folder either in home directory but i am not to find that. How i uninstall or delete and start with clean slate. Second i get gives same below error.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Found NUXEO_CONF = C:\Download\nuxeo-cap-5.7.3-tomcat\bin\nuxeo.conf
Found in path : C:\JAVA_INSTALLATION\jdk1.7.0\bin\java.exe
Using JAVA = C:\JAVA_INSTALLATION\jdk1.7.0\bin\java.exe
1 file(s) copied.
C:\Download\nuxeo-cap-5.7.3-tomcat&amp;gt;"C:\JAVA_INSTALLATION\jdk1.7.0\bin\java.exe" -Dlauncher.java.opts=" -Xms512m -Xmx1024m -XX:MaxPermSize=512m -Dsun.rmi.dg
.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dfile.encoding=UTF-8 -Dmail.mime.decodeparameters=true" -Dnuxeo.home="C:\Download\nuxeo
cap-5.7.3-tomcat" -Dnuxeo.conf="C:\Download\nuxeo-cap-5.7.3-tomcat\bin\nuxeo.conf" -Dnuxeo.log.dir="C:\Download\nuxeo-cap-5.7.3-tomcat\log" -Dlog.id="-Wed10
22013_15561707" -jar "C:\DOCUME~1\spatel\LOCALS~1\Temp\nuxeo-launcher-30418.jar" --gui=true start
Detected Tomcat server.
Nuxeo home: C:\Download\nuxeo-cap-5.7.3-tomcat
Nuxeo configuration: C:\Download\nuxeo-cap-5.7.3-tomcat\bin\nuxeo.conf
Include template: C:\Download\nuxeo-cap-5.7.3-tomcat\templates\common-base
Include template: C:\Download\nuxeo-cap-5.7.3-tomcat\templates\common
Include template: C:\Download\nuxeo-cap-5.7.3-tomcat\templates\default
No current configuration, generating files...
Configuration files generated.
Include template: C:\Download\nuxeo-cap-5.7.3-tomcat\templates\common-base
Include template: C:\Download\nuxeo-cap-5.7.3-tomcat\templates\common
Include template: C:\Download\nuxeo-cap-5.7.3-tomcat\templates\default
Exception in thread "NuxeoLauncherGUITask-2" java.lang.NullPointerException
at org.nuxeo.launcher.NuxeoLauncher.start(NuxeoLauncher.java:582)
at org.nuxeo.launcher.NuxeoLauncher.doStart(NuxeoLauncher.java:1328)
at org.nuxeo.launcher.NuxeoLauncher.doStartAndWait(NuxeoLauncher.java:1163)
at org.nuxeo.launcher.NuxeoLauncher.doStartAndWait(NuxeoLauncher.java:1129)
at org.nuxeo.launcher.gui.NuxeoLauncherGUI$5.run(NuxeoLauncherGUI.java:276)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 03 Oct 2013 18:41:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-startup-problem-stuck-cannot-evaluate-the-product/m-p/325917#M12918</guid>
      <dc:creator>shrikantpatel_</dc:creator>
      <dc:date>2013-10-03T18:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo startup problem, stuck cannot evaluate the product</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-startup-problem-stuck-cannot-evaluate-the-product/m-p/325918#M12919</link>
      <description>&lt;P&gt;May be a memory issue. Since this is Windows XP do you have 4GB of RAM? Maybe try to edit Nuxeo.conf and under java.opts sets -Xmx to 2048. Then try to restart the server.&lt;/P&gt;
&lt;P&gt;Nuxeo will run on XP but memory is often a challenge.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2013 20:49:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-startup-problem-stuck-cannot-evaluate-the-product/m-p/325918#M12919</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2013-10-03T20:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo startup problem, stuck cannot evaluate the product</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-startup-problem-stuck-cannot-evaluate-the-product/m-p/325919#M12920</link>
      <description>&lt;P&gt;Thanks Bruce. Increasing the memory did not help, same error.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2013 21:27:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-startup-problem-stuck-cannot-evaluate-the-product/m-p/325919#M12920</guid>
      <dc:creator>shrikantpatel_</dc:creator>
      <dc:date>2013-10-03T21:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo startup problem, stuck cannot evaluate the product</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-startup-problem-stuck-cannot-evaluate-the-product/m-p/325920#M12921</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can you try to start your server with this following starting command?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;cd $NUXEO_HOME/bin (or C:\Programme Data if you used the exe installer)
nuxeoctl.bat --gui false console
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you have some information about Heap Space or memory thing, this may meaning that your JVM can't start as it can't find enough memory contiguous. So try to decrease the value allowed for the JVM. To do that, first try to set the JAVA_OPTS option with the following value in the Environment Variable management view:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;-Xms1024m -Xmx1024m -XX:MaxPermSize=512m
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Open a new Command line and check that JAVA_OPTS value is the one you set:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;echo %JAVA_OPTS%
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If it's not ok you can also temporally set the value into your console with this following command line:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;set JAVA_OPTS=-Xms1024m -Xmx1024m -XX:MaxPermSize=512m
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And then, try again to start the server. If you have again the message try to decrease again values set....&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2013 11:40:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-startup-problem-stuck-cannot-evaluate-the-product/m-p/325920#M12921</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2013-10-11T11:40:40Z</dc:date>
    </item>
  </channel>
</rss>

