You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On an Ubuntu 18.04 VM in Azure, the simple monitor docker container camunda/zeebe-simple-monitor:latest fails with:
Error loading shared library libjli.so: No such file or directory (needed by /usr/lib/jvm/default-jvm/bin/java)
Error relocating /usr/lib/jvm/default-jvm/bin/java: JLI_Launch: symbol not found
I followed the guidance in this comment: docker-library/openjdk#77 (comment), and rebuilt the container with a Dockerfile that copies the suggested /etc/ld-musl-x86_64.path file into the container.
Then it worked.
I haven't encountered this issue on Mac OS or on Fedora 29.
The text was updated successfully, but these errors were encountered:
On an Ubuntu 18.04 VM in Azure, the simple monitor docker container
camunda/zeebe-simple-monitor:latest
fails with:It seems to be this bug: docker-library/openjdk#77.
I followed the guidance in this comment: docker-library/openjdk#77 (comment), and rebuilt the container with a Dockerfile that copies the suggested
/etc/ld-musl-x86_64.path
file into the container.Then it worked.
I haven't encountered this issue on Mac OS or on Fedora 29.
The text was updated successfully, but these errors were encountered: