Server cant start after installation

Followed the installation instructions (Windows installer) Cant start the server at the end of installation as per the error message below: Nuxeo home: C:\Nuxeo Nuxeo configuration: C:\Documents and Settings\All Users\Application Data\Nuxeo\conf\nuxeo.conf Include template: C:\Nuxeo\templates\common Include template: C:\Nuxeo\templates\default Include template: C:\Nuxeo\templates\postgresql Could not run configuration org.nuxeo.launcher.config.ConfigurationException: Unreachable bind address /0.0.0.0

    at org.nuxeo.launcher.config.ConfigurationGenerator.checkAddressReachable(ConfigurationGenerator.java:987)
    at org.nuxeo.launcher.config.ConfigurationGenerator.checkAddressesAndPorts(ConfigurationGenerator.java:960)
    at org.nuxeo.launcher.config.ConfigurationGenerator.verifyInstallation(C

onfigurationGenerator.java:939)

    at org.nuxeo.launcher.NuxeoLauncher.configure(NuxeoLauncher.java:1153)
    at org.nuxeo.launcher.NuxeoLauncher.doStart(NuxeoLauncher.java:755)
    at org.nuxeo.launcher.NuxeoLauncher.doStartAndWait(NuxeoLauncher.java:63

6)

    at org.nuxeo.launcher.NuxeoLauncher.doStartAndWait(NuxeoLauncher.java:60

5)

    at org.nuxeo.launcher.gui.NuxeoLauncherGUI$4.run(NuxeoLauncherGUI.java:1

98)

    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec

utor.java:886)

    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor

.java:908)

    at java.lang.Thread.run(Thread.java:662)

Cant find where to change the IP port. Thanks

1 votes

1 answers

7422 views

ANSWER



If this is a port conflict (and you're running Tomcat) then you can change the port in the server.xml file in the conf directory. Is there any conflicting software running on the same machine? Do you have Windows firewall running?

1 votes



I've been searching for port conflicts. The best I can come up with is the McAfee firewall that is running. I do have other Tomcat/APache servers on this machine that run without issue. I've stopped them to check for conflict but get the same message. The only place I find a '0.0.0.0' binding is in the nuxeo.conf file. I changed that to 127.0.0.1 with no change in the msg.
01/26/2012

Sorry, too quick on the mouse - this is not an answer…
01/26/2012

Did you try and change the port on Nuxeo to 8081 or something other than default 8080? Same message?
01/26/2012

Success. Closed everything, restart laptop (this is just evaluation), edited nuxeo.conf to have 127.0.0.1 as binding. Server started up. Must have been a cached copy of some config file.

Thanks for your help.

01/26/2012