-
Notifications
You must be signed in to change notification settings - Fork 317
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
Upgrade to spring cloud gcp 5.7.0 netty_internal_tcnative_SSLContext_JNI_OnLoad #3296
Comments
is this maybe related? googleapis/google-cloud-java#11219 |
I had the same issue, but I was able to fix it with reverting one other dependency version I'm using this dependency. I reverted to the version 26.47.0 and now it's working.
The hint from @maximilianbauerConrad helped to find the solution |
A separate application was experiencing the following runtime crash when deploying ``` C [libio_grpc_netty_shaded_netty_tcnative_linux_x86_645219058936957356729.so+0x2a154] netty_internal_tcnative_SSLContext_JNI_OnLoad+0x9c4 ``` This looks to be related to GoogleCloudPlatform/spring-cloud-gcp#3296
Please upgrade spring-cloud-gcp to 5.8.0 to fix this issue. |
upgrade pring-cloud-gcp:5.8.0 & eclipse-temurin:21-jre-alpine |
This comment was marked as outdated.
This comment was marked as outdated.
For the benefit of others that may run across the same issue, after digging into the logs more I found the relevant line of code pointed me in the correct direction.
My understanding of the problem is:
The solution for my specific implementation was moving from The closet related issue I could find to this is: grpc/grpc-java#10096 (comment) Leaving this comment here in hopes that this helps anyone else that is running into a similar issue as it does seem a breaking change was introduced after version 5.6.1. |
Development environment:
After upgrading the version of spring-cloud-gcp from 5.6.1 to 5.7.0, the application fails to start when running docker run. The error message is as follows:
The text was updated successfully, but these errors were encountered: