Tag Archives: failed to bind nettyserver on

Dubbo startup error failed to bind nettyserver on

Dubbo error reporting

 

 

 

When I started the project today, I turned off the custom service

<dubbo:consumer check="false"/>

And turned off spring’s elastic job

<!--<import resource="cloud-elastic-job.xml"/>-->

But I still reported an error. I looked at the error code because

The Dubbo service of dev IP needs to occupy port 12500, but my local port 12500 is occupied. An error is reported when mapping to my local port 12500. Just kill it

 

Find which process is using the local 12500 port

lsof -i tcp:12500

> lsof -i tcp:12500

>>

>>