Crucible Fails to Start with error "Unknown host error binding web port http"

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

Server does not start and upon checking FISHEYE_INST/var/log/debug.log. or standard out you find the error message:

ERROR - Unknown host error binding web port: http: http

Usually, this follows changes made to your config.xml or Admin > Server Settings.

Cause

You have defined a http protocol for your http bind address, which should not be there. Please check the documentation

Resolution

Edit your config.xml to remove the protocol from the 'http://hostname:8060' section of the http bind.
I.e. change from

<web-server>
        <http bind="http://hostname:8060"/>
</web-server>

to

<web-server>
        <http bind="hostname:8060"/>
</web-server>

 

 

 

 

 

 

 

 

 

 

 

 

 

   

 

 

 

 

 

 

 

 

 

 

 

 

 

Last modified on Sep 5, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.