Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dubbgo的消费端不能泛化调用 dubbo-go的服务端吗 #290

Closed
jack15083 opened this issue Dec 23, 2019 · 0 comments
Closed

Dubbgo的消费端不能泛化调用 dubbo-go的服务端吗 #290

jack15083 opened this issue Dec 23, 2019 · 0 comments

Comments

@jack15083
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants