`From docker container, the application trying to connect GCP and pull message from Subscriber, it able to connect to GCP, but while starting subscriber for async pulling the message container is crashing with below error message : The application is running perfectly fine when running in local machine without docker container.
Docker file details:
FROM et-alpine-jre:17.0.8
RUN mkdir -p /app/embedded
RUN chmod a+x /app/embedded
WORKDIR /app/embedded
ENTRYPOINT ["java","-jar","app.jar"]
EXPOSE 8080
**Container logs : **
# # A fatal error has been detected by the Java Runtime Environment:
# # SIGSEGV (0xb) at pc=0x00000000000204b6, pid=1, tid=9
# # JRE version: OpenJDK Runtime Environment Temurin-17.0.8.1+1 (17.0.8.1+1) (build 17.0.8.1+1)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.8.1+1 (17.0.8.1+1, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame: # C [libio_grpc_netty_shaded_netty_tcnative_linux_x86_641446427640413538632.so+0x2a154] netty_internal_tcnative_SSLContext_JNI_OnLoad+0x9c4
# The crash happened outside the Java Virtual Machine in native code.