File nuxeo.xml is not updated if server is restarted from browser or from windows services

When I restart the server with the start .bat, nuxeo.xml is updated with new features that I wrote in admin center, but if I restart the server from browser (admin center) OR from window services (I have installed nuxeo as windows service with your guide: http://doc.nuxeo.com/display/ADMINDOC/Installing+the+Nuxeo+Platform+as+a+Windows+service ) … why?

0 votes

1 answers

1823 views

ANSWER



There's no start.bat script. Did you mean Start Nuxeo.bat? It cannot be used for a restart. It's only a convenient shortcut to nuxeoctl.bat start.

nuxeo.xml comes from the templates. If it's not updated in some cases, that could mean:

  • the restart didn't happen
  • the nuxeoctl configure command (deploying the template) failed
  • the file was locked by some process and couldn't be changed.

Try to investigate a little more and provide some debug information. Cheers.

0 votes