-
Notifications
You must be signed in to change notification settings - Fork 179
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
java.lang.IllegalStateException: Could not find TLS ALPN provider; no working netty-tcnative, Conscrypt, or Jetty NPN/ALPN available #2140
Comments
It's hard for me to tell where the incompatibility is caused by. One quick fix would be to use |
@yyl719133368 are you using jdk-alpine in GKE? |
@sduskis We have tried with those libs blow, But still doesn't work .My code works fine in AWS and GCP DataFlow. If we deploy on |
|
@sduskis @ajaaym I put the whole logs on this question , And i find a related issue blow. infostellarinc/stellarstation-api#66 So can we make it works without switch |
@yyl719133368, this is beyond my level of expertise in grpc and gke. I would suggest asking the grpc team how to use alpine. (https://github.com/grpc/grpc-java) |
@sduskis, the fix for this should be as simple as running |
I don't mind if the conversation continues in grpc/grpc-java#5655. |
@ejona86, thanks for following up. It sounds like we you provided a working solution, so I probably should not have reopened the bug. |
Here is my code to access bigtable.
My code works on
Dataflow
job well.But it always has Exception when my code running on
GKE
Java version :
1.8
The text was updated successfully, but these errors were encountered: