All Supported NCM versions
/tmp has noexec permission
Temporary workaround is to provide /tmp with exec permission when user is not ready to restart service in NCM which is documented in All Jobs are queued for execution
Else they can follow below, these steps to be carried out in NCM AS (Application/Server) or NCM CS (Combination Server):
source /etc/voyence.confmkdir $VOYENCE_HOME/tmpchown -R ncm:voyence $VOYENCE_HOME/tmpchmod 755 $VOYENCE_HOME/tmp$VOYENCE_HOME/bin/service/ncm-as to non-NCM path like /tmp$VOYENCE_HOME/bin/service/ncm-as and add -Djna.tmpdir=$VOYENCE_HOME/tmp to CATALINA_OPTSscreenshot for reference:$VOYENCE_HOME/bin/service/webtomcat to non-NCM path like /tmp$VOYENCE_HOME/bin/service/webtomcat and add -Djna.tmpdir=$VOYENCE_HOME/tmp to CATALINA_OPTS screenshot for reference$VOYENCE_HOME/cm/daemon/bin/controldaemon.sh to non-NCM path like /tmp$VOYENCE_HOME/cm/daemon/bin/controldaemon.sh, add -Djava.io.tmpdir=$VOYENCE_HOME/tmp
and
-Djna.tmpdir=$VOYENCE_HOME/tmp to JAVA_OPTIONSscreenshot for reference
systemctl restart vcmasterThis fix will be added in GA NCM 25.4.7 release.