cancel
Showing results for 
Search instead for 
Did you mean: 

How to launch Nuxeo when having "Sent server start command but could not get process ID" error message

taoufiq1983_
Champ in-the-making
Champ in-the-making

Hello,

After restarting the server. nuxeo unbootable, I have the error messages: Sent start command server object Could not get process ID.

Thank you for your feedback.

15 REPLIES 15

Julien_Carsique
Elite Collaborator
Elite Collaborator

Bump!<br/>Did you get the solution from one of the following answers or by yourselves? If so, please mark it as accepted or share your own.<br/>Thanks

JUANMAM_
Champ in-the-making
Champ in-the-making

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

Thanks for the feedback.

JUANMAM_
Champ in-the-making
Champ in-the-making

Dear Julien Carsique

Yes

german_
Champ on-the-rise
Champ on-the-rise

when i got this message, what i do is to close the browser, run nuxeo and then nuxeo got the process.

it´s simple, but it works for me