You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "jack15083 (GitHub)" <gi...@apache.org> on 2019/12/23 02:53:56 UTC

[GitHub] [dubbo-go] jack15083 opened issue #290: Dubbgo的消费端不能泛化调用 dubbo-go的服务端吗

Dubbgo的消费端不能泛化调用 dubbo-go的服务端吗,还是哪里要特殊配置下。

 consumer端的报错:

start to generic invoke
err: 
%!(EXTRA *errors.fundamental=Failed to invoke the method $invoke in the service . Tried 1 times of the providers [dubbo://:@172.16.91.142:20000/?interface=com.ikurento.user.ExportProvider&group=&version= dubbo://:@172.16.91.142:20000/?interface=com.ikurento.user.ExportProvider&group=&version=] (2/1)from the registry zookeeper://192.168.126.128:2181?group=&registry=zookeeper&registry.role=0&registry.timeout=3s on the consumer 172.16.91.142 using the dubbo version 2.6.0. Last error is cannot find method [$invoke] of service [ExportProvider] in dubbo.)

服务端报错:

2019-12-23T10:38:44.328+0800	ERROR	proxy_factory/default.go:90	cannot find method [$invoke] of service [ExportProvider] in dubbo
github.com/apache/dubbo-go/common/logger.Errorf
	C:/Users/MST/go/pkg/mod/github.com/apache/dubbo-go@v0.1.2-0.20191126125315-d77b772afb74/common/logger/logging.go:39
github.com/apache/dubbo-go/common/proxy/proxy_factory.(*ProxyInvoker).Invoke
	C:/Users/MST/go/pkg/mod/github.com/apache/dubbo-go@v0.1.2-0.20191126125315-d77b772afb74/common/proxy/proxy_factory/default.go:90
github.com/apache/dubbo-go/registry/protocol.(*wrappedInvoker).Invoke
	C:/Users/MST/go/pkg/mod/github.com/apache/dubbo-go@v0.1.2-0.20191126125315-d77b772afb74/registry/protocol/protocol.go:362
github.com/apache/dubbo-go/filter/impl.(*ExecuteLimitFilter).Invoke
	C:/Users/MST/go/pkg/mod/github.com/apache/dubbo-go@v0.1.2-0.20191126125315-d77b772afb74/filter/impl/execute_limit_filter.go:100
github.com/apache/dubbo-go/protocol/protocolwrapper.(*FilterInvoker).Invoke
	C:/Users/MST/go/pkg/mod/github.com/apache/dubbo-go@v0.1.2-0.20191126125315-d77b772afb74/protocol/protocolwrapper/protocol_filter_wrapper.go:106
github.com/apache/dubbo-go/filter/impl.TpsLimitFilter.Invoke

[ Full content available at: https://github.com/apache/dubbo-go/issues/290 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org