Skip to content

JVM Core dumps on 8-jre-alpine docker image #11415

@santhoshsath

Description

@santhoshsath

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedtype/bugThe PR fixed a bug or issue reported a bug

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions