You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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=®istry=zookeeper®istry.role=0®istry.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
The text was updated successfully, but these errors were encountered:
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=®istry=zookeeper®istry.role=0®istry.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
The text was updated successfully, but these errors were encountered: