Sent server start command but could not get process ID.

Nothing strange during installation (windows XP)

When I click on Nuxeo DM I have this message: Found NUXEO_CONF = C:\Documents and Settings\All Users\Application Data\Nuxeo DM \conf\nuxeo.conf Found JAVA_HOME = C:\Program Files\Java\jdk1.6.0_22 Using JAVA = C:\Program Files\Java\jdk1.6.0_22\bin\java.exe Launcher command: “C:\Program Files\Java\jdk1.6.0_22\bin\java.exe” -Dlauncher.ja va.opts=“-Xms512m -Xmx1024m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dfile.encoding=UTF-8” -Dnuxeo.home=“C:\Program Files\Nuxeo DM” -Dnuxeo.conf=“C :\Documents and Settings\All Users\Application Data\Nuxeo DM\conf\nuxeo.conf” -D nuxeo.log.dir=“C:\Program Files\Nuxeo DM\log” -jar “C:\Program Files\Nuxeo DM\bi n\nuxeo-launcher.jar” gui start Nuxeo home: C:\Program Files\Nuxeo DM Nuxeo configuration: C:\Documents and Settings\All Users\Application Data\Nuxeo DM\conf\nuxeo.conf Include template: C:\Program Files\Nuxeo DM\templates\common Include template: C:\Program Files\Nuxeo DM\templates\default Include template: C:\Program Files\Nuxeo DM\templates\postgresql Detected Tomcat server. No current configuration, generating files… Configuration files generated. Sent server start command but could not get process ID.

When I go to localhost:8080/nuxeo I get the following message: 404 Not Found

The path '/nuxeo' was not found.

Traceback (most recent call last): File “cherrypy_cprequest.pyo”, line 606, in respond File “cherrypy_cpdispatch.pyo”, line 25, in call File “openobject\tools_expose.pyo”, line 182, in func_wrapper File “openobject\controllers_root.pyo”, line 90, in default File “cherrypy_cperror.pyo”, line 227, in call NotFound: (404, “The path '/nuxeo' was not found.“)

what is wrong.

thanks

0 votes

3 answers

4523 views

ANSWER

Can you give us the Nuxeo version you are using (where did you download it) ?

Which package you have used ? zip, tomcat, dm, …

What did you do from the part you have downloaded Nuxeo to this problem ?

10/03/2011

Hello,

version is : nuxeo-dm-5.4.2-tomcat-setup downloaded on the nuxeo site 2 days ago

What do you mean by the "part"? if you mean the downloaded file, I still have it in my download files…**thanks

10/04/2011



It looks to me like you are running another server under the port 8080.

1) Try to make sure you can re-create your problem

2) Shutdown nuxeo.

3) Navigate to:

a) http://localhost:8080/ if you can, another server/service is running (CherryPy?)

b) To double check you had the same problem when posting your original message you could also navigate to: http://localhost:8080/nuxeo Is the error the same?

1 votes



Hello Dear:

I found the solution to the problem generated by the aforementioned error message.

What I have done has been as follows:

In nuxeo.conf file located in C: \ ProgramData \ Nuxeo \ Conf \ in the line corresponding to

JAVA_OPTS =-Xms512m-Xmx1024m-XX: MaxPermSize = 512m - I set the values ​​in half and EUREKA! this has worked wonders!

Then, the content should look like:

JAVA_OPTS =-Xms256m-Xmx512m-XX: MaxPermSize = 256m -.

As a precaution, I have also made ​​this change to the same values ​​in the following files in C: \ Nuxeo \ bin:

-nuxeoctl -pack

Bon voyage!alt text

0 votes



FYI Nuxeo will not run efficiently at all with such a small amount of memory. You should add more memory to your server.
05/13/2013


I see you installed Nuxeo with the Postgres template => means you have selected during the configuration “PostgreSQL” as database type for “step 3”.

This step tells that : “Did you follow what is For more details on database configuration, read the associated documentation.” http://doc.nuxeo.com/x/AYxH

Did you follow this documentation to install and configure your PostgreSQL?

0 votes