Error starting userland proxy: listen tcp4 0.0.0.0:8005: bind: address alrea

Posted 永旗狍子

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Error starting userland proxy: listen tcp4 0.0.0.0:8005: bind: address alrea相关的知识,希望对你有一定的参考价值。

Error starting userland proxy: listen tcp4 0.0.0.0:8005: bind: address alrea

上面的错误已经说的很清楚了,我们的proxy代理已经监听到8005/tcp,地址已经被占用,就是端口被占用了。

查看一下进程:

netstat -tanlp

tcp6 127.0.0.1:8005的tcp号为2683。我们接下来将其杀死:

sudo kill 4257

OK了已经被干掉了,

以上是关于Error starting userland proxy: listen tcp4 0.0.0.0:8005: bind: address alrea的主要内容,如果未能解决你的问题,请参考以下文章

如何从内核向用户空间发送信号

markdown 从userland.md伪造DNS

apache_conf qemu userland

docker daemon中的userland-proxy选项

启动链码报rpc error: code = Unimplemented desc = unknown service protos.ChaincodeSupport start error(示例代码

在Amazon ECS EC2任务中启动userland proxy:0.0.0.0:25时出错