How to force kill Confluence and Synchrony on a Windows Server

お困りですか?

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

コミュニティに質問

目的

To force a shutdown of Confluence's process, you will need to run the netstat command to identify the PID (Process ID) of the process to be terminated.

ソリューション

1. Execute the following command against your command prompt.

netstat -ona | findstr ":8090"

If your instance is running on a port other than 8090, substitute 8090 for your port number.


2. This command will tell you the PID of your Confluence instance. Use this PID in the command below:

taskkill /f /pid 1404

Where 1404 is the PID identified by the netstat command.

For Confluence 6 and later

Make sure Synchrony has also stopped. Just follow the same steps for port 8091 and kill the process.



最終更新日 2021 年 8 月 31 日

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

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