cancel
Showing results for 
Search instead for 
Did you mean: 

Nuxeo won't start - nothing happens in the command line

Ciro_Theodoro
Champ in-the-making
Champ in-the-making

Hi guys,

I had Nuxeo 10 installed locally and it was running fine... this week I tried to install Nuxeo 11.4.42 and nothing happens if I run "nuxeoctl console" or just "nuxeoctl start":

C:\nuxeo11.4.42\bin>nuxeoctl console
/> Found NUXEO_CONF = C:\nuxeo11.4.42\bin\nuxeo.conf

C:\nuxeo11.4.42\bin>_

Can anyone shed some light here?

Thanks...

3 REPLIES 3

Gregory_Carlin
Elite Collaborator
Elite Collaborator

Hello,

With 11.X and LTS2021 version, you have to register your instance as described here: https://doc.nuxeo.com/nxdoc/tomcat-server-zip/#requirements and https://university.nuxeo.com/learn/course/external/view/elearning/143/nuxeo-platform-quickstart

Regards

Hi Gregory,

Ciro_Theodoro
Champ in-the-making
Champ in-the-making

Hi Gregory,

Thanks for your reply. I have followed those. Some information:

C:\nuxeo11.4.42\bin>javac --version javac 11.0.10

C:\nuxeo11.4.42\bin>java --version openjdk 11.0.10 2021-01-19 LTS OpenJDK Runtime Environment Zulu11.45+27-CA (build 11.0.10+9-LTS) OpenJDK 64-Bit Server VM Zulu11.45+27-CA (build 11.0.10+9-LTS, mixed mode)

Any command I try using nuxeoctl I receive the same message... for example:

C:\nuxeo11.4.42\bin>nuxeoctl register Found NUXEO_CONF = C:\nuxeo11.4.42\bin\nuxeo.conf

C:\nuxeo11.4.42\bin>.\nuxeoctl register Found NUXEO_CONF = C:\nuxeo11.4.42\bin\nuxeo.conf

C:\nuxeo11.4.42\bin>nuxeoctl start Found NUXEO_CONF = C:\nuxeo11.4.42\bin\nuxeo.conf

C:\nuxeo11.4.42\bin>nuxeoctl stop Found NUXEO_CONF = C:\nuxeo11.4.42\bin\nuxeo.conf

What else should I be doing wrong?

Thanks, Ciro