Dremio on Linux Error could not start service

Hi

I am receiving the following error when I installed the new dremio 2.1.6 on Linux RHEL
and using java version “1.8.0_151”
:-
Exception in thread “main” java.lang.UnsatisfiedLinkError: /tmp/librocksdbjni1502746098284559909.so (/tmp/librocksdbjni1502746098284559909.so: failed to map segment from shared object: Operation not permitted)

Is there any solution for this error ?

Thanks

Hi,

Can you confirm that the disk containing /tmp isn’t full? (using df -h /tmp) and that /tmp is allowed to host executables (no noexec in /etc/fstab for /tmp)?