I have a problem with monitoring debezium. My env - KAFKA_OPTS=-javaagent:/kafka/jmx_prometheus_javaagent.jar=8080:/kafka/config.yml don't work correctly I builded my project on podman 2.2.1 version. with root user.
FATAL ERROR in native method: processing of -javaagent failed, processJavaStart failedFATAL ERROR in native method: processing of -javaagent failed, processJavaStart failed at io.prometheus.jmx.shaded.io.prometheus.jmx.JavaAgent.premain(JavaAgent.java:47) ... 6 more*** java.lang.instrument ASSERTION FAILED ***: "result" with message agent load/premain call failed at line: 422## A fatal error has been detected by the Java Runtime Environment:## SIGSEGV (0xb) at pc=0x00007f6a4143db77, pid=1, tid=606## JRE version: OpenJDK Runtime Environment (11.0.6+10) (build 11.0.6+10-LTS)# Java VM: OpenJDK 64-Bit Server VM (11.0.6+10-LTS, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)# Problematic frame:# C [libc.so.6+0x37b77] abort+0x297## Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h %e" (or dumping to /kafka/app/core.1)## An error report file with more information is saved as:# /kafka/app/hs_err_pid1.log## If you would like to submit a bug report, please visit:# http://bugreport.java.com/bugreport/crash.jsp
On docker my project running good, but i want to use podman. Please help me with some advice