supervisord 報錯 FATAL Exited too quickly (process log may have details)


問題:工作中使用supervisord管理進程,在配置一個新應用后重啟該進程時報錯:FATAL Exited too quickly (process log may have details)

 

方法:先根據supervisor配置中的日志路徑,查看日志,發現日志中有報錯的詳細信息:

lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
probably another instance of uWSGI is running on the same address (0.0.0.0:8003).
bind(): Address already in use [core/socket.c line 769]

也就是說,supervisor重啟的是uwsgi進程,uwsgi的配置參數:socket,也就是uwsgi的客戶端將要連接的socket的地址:0.0.0.0:8003 已經被別的進程給占用了,所以需要修改下socket參數。

更新socket參數后,重啟進程沒有報錯。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



猜您在找 Exited too quickly (process log may have details)-配置問題 .net core3.1 webapi項目部署在centos7中,通過supervisor來做進程守護遇到backoff Exited too quickly (process log may have details)的錯誤--並提供解決方法 Jenkins報錯:Job for jenkins.service failed because the control process exited with error code. See "systemctl status jenkins.service" and "journalctl -xe" for details. 【問題管理】 -- RabbitMQ啟動時報錯:Job for rabbitmq-server.service failed because the control process exited with error code. See "systemctl status rabbl -xe" for details. linux----------啟動network的時候報錯Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details. docker 報錯: Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details. 啟動Jenkins報錯"Job for jenkins.service failed because the control process exited with error code. See "systemctl status jenkins.service" and "journalctl -xe" for details."解決辦法 mongodb啟動報錯,child process failed, exited with error number 1 flutter報錯--ProcessException: Process... gradlew.bat ...exited abnormally 045.PGSQL-啟動數據庫報錯Job for postgresql-13.service failed because the control process exited with error code. See "systemctl status postgresql-13.service" and "journalctl -xe" for details.
 
粵ICP備18138465號   © 2018-2026 CODEPRJ.COM