Jobs queued for execution after completing NCM-DR setup in newly installed environment.
Daemon log has:
java.lang.UnsatisfiedLinkError: Unable to load library '/tmp/resource-loader<thread>/linux64/libsodium.so'
NCM - 25.x
/tmp has noexec permission, controldaemon service unable to load required library in /tmp
Remount /tmp with exec permission.
cat /etc/fstab
or
mount | grep /tmp
mount -o remount,exec /tmp
Other reasons for job queuing :
All jobs are stuck in running state or Job Status is "Queued for execution"