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

io.grpc.StatusRuntimeException: UNAVAILABLE: RST_STREAM closed stream. HTTP/2 error code: NO_ERROR #1133

Open
yu199195 opened this issue Aug 5, 2024 · 0 comments
Labels
bug Something does not work as expected

Comments

@yu199195
Copy link

yu199195 commented Aug 5, 2024

The bug

What is the usual reason for a program to have this problem while running?

Stacktrace and logs

io.grpc.StatusRuntimeException: UNAVAILABLE: RST_STREAM closed stream. HTTP/2 error code: NO_ERROR
at io.grpc.Status.asRuntimeException(Status.java:539) ∼[grpc-api-1.51.0.jar!/:1.51.0]
at io.grpc.stub.ClientCalls$StreamObserverToCallListenerAdapter.onClose(ClientCalls.java:487) ∼[grpc-stub-1.51.0.jar!/:1.51.0]
at io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39) ∼[grpc-api-1.51.0.jar!/:1.51.0]
at io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23) ∼[grpc-api-1.51.0.jar!/

The application's environment

  • Spring (boot): 2.7.15
  • grpc-java: 1.51.0
  • grpc-spring-boot-starter: 2.14.0
@yu199195 yu199195 added the bug Something does not work as expected label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something does not work as expected
Projects
None yet
Development

No branches or pull requests

1 participant