I have an existing lightbend Play server in production running as a docker image
recently I added a pulsar client library to it (org.apache.pulsar:pulsar-client:2.7.2)
I tested the connectivity on my laptop and everything runs well
After testing, I created a docker image of my server
When I run it in docker, the JVM core dumps when I try to create the client instance
PulsarClient.builder().
serviceUrl(serviceUrl).
allowTlsInsecureConnection(false).
tlsTrustCertsFilePath(tlsTrustCertsFile.getAbsolutePath).
authentication(authClassName, authParams.asJava).
connectionTimeout(connectionTimeout,TimeUnit.MILLISECONDS).
build()
Attached is the java core dump file
hs_err_pid1.log
I have an existing lightbend Play server in production running as a docker image
recently I added a pulsar client library to it (org.apache.pulsar:pulsar-client:2.7.2)
I tested the connectivity on my laptop and everything runs well
After testing, I created a docker image of my server
When I run it in docker, the JVM core dumps when I try to create the client instance
PulsarClient.builder().
serviceUrl(serviceUrl).
allowTlsInsecureConnection(false).
tlsTrustCertsFilePath(tlsTrustCertsFile.getAbsolutePath).
authentication(authClassName, authParams.asJava).
connectionTimeout(connectionTimeout,TimeUnit.MILLISECONDS).
build()
Attached is the java core dump file
hs_err_pid1.log