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
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?
Thanks for your help.