You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/07/18 08:59:31 UTC

[GitHub] MicroCountry opened a new issue #2100: provider start qos-server can not bind localhost:22222

MicroCountry opened a new issue #2100: provider start qos-server can not bind localhost:22222
URL: https://github.com/apache/incubator-dubbo/issues/2100
 
 
   ### Environment
   
   * Dubbo version:  2.6.2
   * Operating System version: centos
   * Java version: 1.8
   * config : 
    
   dubbo.application.id=service-shop
   dubbo.application.name=service-shop
    
   dubbo.protocol.id=zookeeper
   dubbo.protocol.name=dubbo
   dubbo.protocol.port=12000
   dubbo.protocol.status=server
    
   dubbo.registry.id=jhmf
   dubbo.registry.address=172.16.137.230:2181
   dubbo.registry.protocol=zookeeper
   dubbo.registry.timeout=30000
   dubbo.protocol.threads=200
   dubbo.consumer.check=false
   
   when start provider service maybe thorw BindException: Address already in use,like this
   
   ![image](https://user-images.githubusercontent.com/16758768/42870823-6e5d5aa0-8aab-11e8-8a33-bae120b2af3d.png)
   
   but I don't have this port number in my project, and this service can run normal
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org