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

nacos find provider error #789

Open
candyYu opened this issue Apr 29, 2021 · 1 comment
Open

nacos find provider error #789

candyYu opened this issue Apr 29, 2021 · 1 comment

Comments

@candyYu
Copy link

candyYu commented Apr 29, 2021

I use dubbo with nacos as regcenter and metadata-center then i got error next

2021-04-29 17:33:45.423 [http-nio-8012-exec-1] ERROR c.t.cloud.flash.handler.GlobalExceptionHandler Line:47 - class org.apache.dubbo.rpc.RpcException: Failed to invoke the method getMessageList in the service com.trioly.cloud.flash.api.IMessageRpcService. No provider available for the service com.trioly.cloud.flash.api.IMessageRpcService from registry 127.0.0.1:9090 on the consumer 172.16.1.115 using the dubbo version 2.7.6. Please check if the providers have been started and registered.
org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.checkInvokers(AbstractClusterInvoker.java:282)
org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:59)
org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:259)
org.apache.dubbo.rpc.cluster.interceptor.ClusterInterceptor.intercept(ClusterInterceptor.java:47)
org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$InterceptorInvokerNode.invoke(AbstractCluster.java:92)
org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:82)

@AlbumenJ
Copy link
Member

It seems as if you haven start a provider or the provider's registry is not 127.0.0.1:9090

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