请问
1, dubbo的provider host可以填域名吗? 我host指定一个域名启动报错
2, 不知道为什么, customer 和 provider 如果不在同一网段的话(provider 和 zookeeper 同一网段) 好像customer无法注入对象, 同一网段就可以.
6 回复
1的报错
```An exception occured while executing the Java class. null: InvocationTargetException: Fail to start server(url: dubbo://6600.duwei.org:20880/com.toltech.common.dict.DictService?application=sys-service&channel.readonly.sent=true&codec=dubbo&dubbo=2.8.4&generic=false&heartbeat=60000&interface=com.toltech.common.dict.DictService&methods=disableDictById,findTypeList,findList,get,save,findPage,delete,getDictList&pid=5687&revision=1.0.0-SNAPSHOT&side=provider×tamp=1500905461889) Failed to bind NettyServer on 6600.duwei.org:20880, cause: Failed to bind to: 6600.duwei.org:20880: Unresolved address: UnresolvedAddressException -> [Help 1]
```
添加回复
请先登陆