お世話になります。
ブラウザでConfluenceにアクセスすると、よくERR_CONNECTION_REFUSED発生します。
LINUXサーバ上の状態を確認したら、以下の状態です
confluence.service loaded active exited LSB: Atlassian Confluence
以下のコマンドを投入して、(サービス再起動)
systemctl restart confluence
以下の状態に変わります。
confluence.service loaded active running LSB: Atlassian Confluence
そうすると、ブラウザでConfluenceにアクセスすると、上記のエラーがなくなります。
もっと良い解決方法を教えていただきたい。
よろしくお願い致します。
コミュニティをご利用いただきありがとうございます。
追加情報となります。
本件は、サポートの対応中です。
ブラウザで「接続が拒否されました」とは、通常、そのURLで何かが実行されていることを意味しますが、許可されていないものがあります。
Confluenceが実行されていることを確認します。
ログをざっと見て、リッスンを停止している可能性のあるエラーがあるかどうかを確認します(Tomcatログの場合は<confluence home> /logs/atlassian-confluence.logおよび<confluenceinstall> /logs/catalina.out) それが問題かもしれません)。
サーバーでローカル接続を試して、正しく機能していることを確認します(コマンドラインでcurlまたはwgetを使用して、ベースURLからフロントエンドページを取得し、サーバー名を「localhost:port」に置き換えて、外観を確認します。 ローカルで。ログインプロンプトが含まれるhtmlのブロックが表示されますか、それとも接続が拒否されますか?)
グーグルはこれを翻訳しました:
---- google translated from this:
"Connection refused" in a browser usually means that there is something running on that url, but there is something not letting you in.
Check that Confluence is running.
Have a quick look at the logs to see if there are errors that may be stopping it listening to you (<confluence home>/logs/atlassian-confluence.log and <confluence install>/logs/catalina.out for the Tomcat log if that might be the problem).
Check that it is serving properly by trying a local connection on the server (use curl or wget on the command line to try to get the front-end page from the base url, replacing the server name with "localhost:port" so it looks locally. Does that give you a block of html with a login prompt in it, or connection refused?).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.