Unable to access server on fresh install on Linux

お困りですか?

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

コミュニティに質問

症状

After installing and starting Fisheye/Crucible for the first time, you're unable to access the server on http://<SERVER_NAME>:8060/

The atlassian-fisheye-YYYY-MM-DD.log indicates that server started without error:

2014-06-26 22:14:32,858 INFO  [main ] fisheye Run-mainImpl - Server started on :8060 (http) (control port on 192.168.1.10:8059)

診断

Check that port 8060 is allowing incoming connections:

sudo iptables -L

原因

You're unable to access the server because the firewall is preventing connections on port 8060.

ソリューション

  • Allow incoming connections on port 8060 by running the following command:

    sudo iptables -I INPUT -p tcp --dport 8060 -j ACCEPT
最終更新日 2018 年 7 月 31 日

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

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