santhoshsath opened a new issue #11415:
URL: https://github.com/apache/pulsar/issues/11415
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](https://github.com/apache/pulsar/files/6856984/hs_err_pid1.log)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]