jxplus commented on issue #10028:
URL: https://github.com/apache/dubbo/issues/10028#issuecomment-1123411589
错误堆栈如下,
java.lang.IllegalStateException: Failed to execute CommandLineRunner
at
org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:772)
at
org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:753)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:309)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:1303)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:1292)
at
com.mysteel.armoury.dubbo.example.Demo4ConsumerMain.main(Demo4ConsumerMain.java:14)
Caused by: io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline
exceeded after 0.981708499s. [buffered_nanos=984285200, waiting_for_connection]
at io.grpc.Status.asRuntimeException(Status.java:533)
at
io.grpc.stub.ClientCalls$BlockingResponseStream.hasNext(ClientCalls.java:648)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:132)
at
com.mysteel.armoury.dubbo.example.UserServiceRunner.run(UserServiceRunner.java:28)
at
org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:769)
... 5 common frames omitted
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]