Running dubbo-samples #16168
Unanswered
LI123456mo
asked this question in
Question
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
Dubbo samples (2advanced -> tripple) refuses to run on my locals
The errors:
09:58:39.344 |-ERROR [main] g.springframework.boot.SpringApplication:851 -| Application run failed
java.lang.IllegalStateException: Failed to create nacos config service client. Reason: server status check failed.
09:58:39.291 |-ERROR [main] .support.nacos.NacosDynamicConfiguration: -| [DUBBO] Failed to create nacos config service client. Reason: server status check failed., dubbo version: 3.3.6, current host: 172.19.240.1, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions.
09:58:29.061 |-ERROR [main] com.alibaba.nacos.common.remote.client:102 -| Send request fail, request = ConfigQueryRequest{headers={charset=UTF-8, Client-AppName=unknown, Client-RequestToken=c40520999c61e89c2f7eddb4c15c8e79, Client-RequestTS=1774421908738, exConfigInfo=true, notify=false}, requestId='null'}, retryTimes = 2, errorMessage = Client not connected, current status:STARTING
9:58:29.065 |-ERROR [com.alibaba.nacos.client.remote.worker.1] cos.common.remote.client.grpc.GrpcClient:102 -| Server check fail, please check server 127.0.0.1 ,port 9848 is available , error =java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: io exception
09:58:29.065 |-INFO [com.alibaba.nacos.client.remote.worker.1] com.alibaba.nacos.common.remote.client:63 -| [1e195d6b-5fb1-4e6f-a4f7-769148e82c46_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '127.0.0.1', server main port = 8848}, error = unknown
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions