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

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

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.

原因

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

ソリューション

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>

 

 

 

 

 

 

 

 

 

 

 

 

 

   

 

 

 

 

 

 

 

 

 

 

 

 

 

最終更新日 2016 年 9 月 5 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.