Hey,
Recently we’ve been playing around with docker in dev environment and have a problem with the native jrebel agent.
Most of our docker images are based on alpine openjdk base images and when i attach the jrebel agent to java in one of these it fails with an error like this:
Error occurred during initialization of VM
Could not find agent library /data/jrebel/lib/libjrebel64.so in absolute path, with error: Error relocating /data/jrebel/lib/libjrebel64.so: __vfprintf_chk: symbol not found
Same image without jrebel or even with the legacy agent works fine (at least on 6.x, haven’t tried the 7.0 legacy agent yet). Just the native agent fails.