Fisheye fails to start due to invalid bind address

お困りですか?

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

コミュニティに質問

症状

Following error is reported in the logs when the Fisheye start-up fails:

2012-08-08 14:42:16,138 INFO  [main ] fisheye.app Bind-parse - problem parsing our own bind address
java.lang.NumberFormatException: For input string: "8060/fisheye"
	at java.lang.NumberFormatException.forInputString(Unknown Source)

原因

Fisheye is expecting a number in the bind address field. 

ソリューション

Edit the config.xml file in FISHEYE_INST and if you've placed a context path such as :8060/fisheye then remove the context path, so that the bind address only contains the port number :8060.

例:
...
        <http bind=":8060"/>
...

Restart Fisheye.

 

 

 

 

 

 

 

 

 

 

 

 

 

最終更新日 2012 年 11 月 21 日

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

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