-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0-HF32, 7.10-HF16, 8.10
-
Component/s: nuxeoctl start/stop/admin
-
Backlog priority:100
-
Sprint:nxcore 9.1.1, nxcore 9.1.2
-
Story Points:1
- use java 8
- install nuxeo 6.0
- upgrade to HF32
- start with nuxeoctl start
- this shows the following:
FrantzMBP:bin ffischer$ ./nuxeoctl start Detected Tomcat server. Nuxeo home: /Users/ffischer/nuxeo-cap-6.0-tomcat Nuxeo configuration: /Users/ffischer/nuxeo-cap-6.0-tomcat/bin/nuxeo.conf Include template: /Users/ffischer/nuxeo-cap-6.0-tomcat/templates/common-base Include template: /Users/ffischer/nuxeo-cap-6.0-tomcat/templates/common Include template: /Users/ffischer/nuxeo-cap-6.0-tomcat/templates/default Include template: /Users/ffischer/nuxeo-cap-6.0-tomcat/templates/drive Nuxeo requires Java 1.7.0_1+ (detected 1.8.0_92). Configuration files generation (nuxeo.force.generation=true)... Configuration files generated. Nuxeo requires Java 1.7.0_1+ (detected 1.8.0_92). Server started with process ID 68909. ............... ====================================================================== = Component Loading Status: Pending: 0 / Unstarted: 0 / Total: 628 ====================================================================== Started in 0min30s Go to http://localhost:8080/nuxeo
When removing HF32 it starts without the warning:
FrantzMBP:bin ffischer$ ./nuxeoctl start Detected Tomcat server. Nuxeo home: /Users/ffischer/nuxeo-cap-6.0-tomcat Nuxeo configuration: /Users/ffischer/nuxeo-cap-6.0-tomcat/bin/nuxeo.conf Include template: /Users/ffischer/nuxeo-cap-6.0-tomcat/templates/common-base Include template: /Users/ffischer/nuxeo-cap-6.0-tomcat/templates/common Include template: /Users/ffischer/nuxeo-cap-6.0-tomcat/templates/default Include template: /Users/ffischer/nuxeo-cap-6.0-tomcat/templates/drive Configuration files generation (nuxeo.force.generation=true)... Configuration files generated. Server started with process ID 68595. .............. ====================================================================== = Component Loading Status: Pending: 0 / Unstarted: 0 / Total: 628 ====================================================================== Started in 0min28s Go to http://localhost:8080/nuxeo
- depends on
-
NXP-20189 Fix version comparison in ConfigurationGenerator.checkJavaVersion()
- Resolved
-
NXP-15568 Console should not log a WARN when running Java 8 with nuxeo 6
- Resolved
-
NXP-20340 Fix version comparison in ConfigurationGenerator.checkJavaVersion()
- Resolved
-
NXP-13570 Support Java 8
- Resolved