ERROR: unable to bind listening socket for address '127.0.0.1:9000': Address already in use
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ERROR: unable to bind listening socket for address '127.0.0.1:9000': Address already in use 相关的知识,希望对你有一定的参考价值。
刚安装完php,启动时报错:
# /etc/init.d/php-fpm start
Starting php-fpm [15-Apr-2017 13:21:13] ERROR: unable to bind listening socket for address ‘127.0.0.1:9000‘: Address already in use (98)
[15-Apr-2017 13:21:13] ERROR: FPM initialization failed
failed
解决方法:
# netstat -anp | grep 9000
# killall php-fpm
# /etc/init.d/php-fpm start
Starting php-fpm done 成功启动
本文出自 “Always” 博客,请务必保留此出处http://sentu.blog.51cto.com/1653591/1916366
以上是关于ERROR: unable to bind listening socket for address '127.0.0.1:9000': Address already in use 的主要内容,如果未能解决你的问题,请参考以下文章
Unable to load class ‘javax.xml.bind.annotation.XmlSchema‘.
Unable to load class ‘javax.xml.bind.annotation.XmlSchema‘.
error: Unable to find vcvarsall.bat
[nodejs] Error: unable to verify the first certificate
简单的 KnockoutJS 尝试 - foreach 给出 Unable to process binding [property] is not defined 错误