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-2025 CODEPRJ.COM