Error Restarting Agent, Already Listening on a Configured Port

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

When attempting to restart the Agent, you may encounter this error:

Error: Another program is already listening on a port that one of our HTTP servers is configured to use. Shut this program down first before starting supervisord.

This indicates that the Agent did not shut down correctly.

To resolve this issue, take the following steps:

  1. Stop the Agent:

    sudo /etc/init.d/datadog-agent stop
    
  2. Confirm that there are no processes running for the user dd-agent after stopping:

    top -U dd-agent
    

    Kill any processes running under dd-agent, if you find any.

  3. Start the Agent again.

    sudo /etc/init.d/datadog-agent start
    

If this doesn’t solve your issue, reach out to Datadog Support.

お役に立つドキュメント、リンクや記事:

PREVIEWING: meghanlo/update_fe_standalone_docs