-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 7.10, 8.10, 9.10, 10.2
-
Fix Version/s: QualifiedToSchedule
-
Component/s: nuxeoctl start/stop/admin
- on Windows install JDK
- retrieve the ZIP version and extract it
- issue java -version
java version "1.8.0_121" Java(TM) SE Runtime Environment (build 1.8.0_121-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
- observe java is in the PATH and returning the version
- start the nuxeoctl command
- observe it outputs a message saying it found the nuxeo.conf file defined in NUXEO_CONF and exits with error code 9009
Found NUXEO_CONF = <YOUR_NUXEO_FOLDER>
- set the JAVA_HOME variable to the JDK folder
- start the nuxeoctl command
- observe it now works as expected
Expected behavior: it should return a message saying the JAVA_HOME variable is not defined
Note: without JAVA_HOME defined, nuxeoctl works fine on other OSes