Nuxeo Crashes after the Wizard

Hi All,

I have installed Nuxeo on Ubuntu VPS online for testing purposes. After I get through the wizard and configure Nuxeo, it states that the Nuxeo server is restarting and then nothing happens.

I keep trying to connect and get “timeout”.

Is there any special configurations required for a VPS based install? The VPS is a web based server and I am connected to the VPS and configuring via the internet Nuxeo is installed in Ubuntu using apt-get

0 votes

1 answers

1938 views

ANSWER



Hi,

Usually, if the restart fails after the wizard it means there's something that prevents Nuxeo from starting properly. Did you look into the log files? You can try to restart Nuxeo manually with ./bin/nuxeoctl start or ./bin/nuxeoctl console (in order to see the logs in real time).

0 votes



Hi,

The output of the command ./nuxeoctl start is -

./nuxeoctl start
Launcher command: /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java -Dlauncher.java.opts=-Xms512m -Xmx1024m -XX:MaxPermSize=512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dfile.encoding=UTF-8 -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Dnuxeo.home=/var/lib/nuxeo/server -Dnuxeo.conf=/var/lib/nuxeo/server/bin/nuxeo.conf -Dnuxeo.log.dir=/var/log/nuxeo -jar /var/lib/nuxeo/server/bin/nuxeo-launcher.jar start
Nuxeo home:          /var/lib/nuxeo/server
Nuxeo configuration: /var/lib/nuxeo/server/bin/nuxeo.conf
Include template: /var/lib/nuxeo/server/templates/common
Include template: /var/lib/nuxeo/server/templates/default
Include template: /var/lib/nuxeo/server/templates/postgresql
Detected Tomcat server.
Configuration files generation (nuxeo.force.generation=true)...
Configuration files generated.
Server started with process ID 6247...................................................................................Server is not running.

Please let me know the way forward.

06/04/2012

Output of Nuxeoctl console is -

http://pastebin.com/jedc5cjE

06/04/2012

There's a "Killed" keyword at the end of the log.

On a working instance, there are the following logs instead of that keyword: http://pastebin.com/EDMetWHJ

Could you look into /var/log/nuxeo/server.log if there is any relevant information explaining why the process is killed?

06/05/2012