-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0, 7.10, 8.10, 9.1-SNAPSHOT
-
Component/s: nuxeoctl start/stop/admin
-
Sprint:nxsupport 9.1.7
-
Story Points:2
Scenario
- install JDK 8 u121
- install Nuxeo server
- try to start it up
- it fails giving the following stack trace (see log file for more details, server was 7.10HF22):
06:36:58,194 ERROR [org.nuxeo.launcher.NuxeoLauncher.doStart(NuxeoLauncher.java:1756)] Could not run configuration: Unreachable bind address /0.0.0.0 06:36:58,208 DEBUG [org.nuxeo.launcher.NuxeoLauncher.doStart(NuxeoLauncher.java:1757)] org.nuxeo.launcher.config.ConfigurationException: Unreachable bind address /0.0.0.0 org.nuxeo.launcher.config.ConfigurationException: Unreachable bind address /0.0.0.0 at org.nuxeo.launcher.config.ConfigurationGenerator.checkAddressReachable(ConfigurationGenerator.java:1367) at org.nuxeo.launcher.config.ConfigurationGenerator.checkAddressesAndPorts(ConfigurationGenerator.java:1342) at org.nuxeo.launcher.config.ConfigurationGenerator.verifyInstallation(ConfigurationGenerator.java:1226) at org.nuxeo.launcher.NuxeoLauncher.doStart(NuxeoLauncher.java:1706) at org.nuxeo.launcher.NuxeoLauncher.doStartAndWait(NuxeoLauncher.java:1577) at org.nuxeo.launcher.NuxeoLauncher.doStartAndWait(NuxeoLauncher.java:1538) at org.nuxeo.launcher.gui.NuxeoLauncherGUI$5.run(NuxeoLauncherGUI.java:270) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)
This is specific to JDK 8 u121 on Windows
Additional tests performed:
- Installing Tomcat 7 with JDK 8 u121 on Windows -> starts up -> OK
- Setting nuxeo.server.bind in nuxeo.conf to the server ip -> starts up but server is logically not available anymore on loopback.
- Nuxeo on OSX and ubuntu with JDK 8 u121 -> starts up -> OK
- All firewall/antivirus disabled.
- Setting nuxeo.server.bind in nuxeo.conf to 0.0.0.0 -> same error -> KO
- Reverting to JDK 8 u112 -> starts up -> OK
Additional datas:
Java 8 u121 release notes:
http://www.oracle.com/technetwork/java/javase/8u121-relnotes-3315208.html
- is related to
-
NXP-22552 Under Windows 10 JDK 1.8, tomcat distro cannot bind process to 0.0.0.0
- Resolved