Personally had no issues with artful, but the issue appeared with bionic where default-java symlinks to openjdk-11-jre-headless which has libjvm.so in a different directory (and not below jre/lib/amd64/server where it is expected by java.so).
My quick hack was: patchelf --set-rpath '/usr/lib/jvm/default-java/lib/server' java.so -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/568234 Title: java plugin does not work with non-openjdk java To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/collectd/+bug/568234/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
