Import-properties task failed on FE
Following are the errors noticed in the taskRun logs:
SEVERE: Importing data from 'data_property' into '/opt/APG/Databases/APG-Property-Store/Default/tmp/DB/APG-DB1' failed !
150331 15:05:03 : java.lang.NoClassDefFoundError: Could not initialize class com.watch4net.propstore.jna.JNACAPI
SEVERE: Importing data from 'data_property' into '/opt/APG/Databases/APG-Property-Store/Default/tmp/DB/APG-DB2' failed !
150331 15:05:03 : java.lang.NoClassDefFoundError: Could not initialize class com.watch4net.propstore.jna.JNACAPI
Watch4Net/M&R 7.x
Clean up the /tmp directory or add more disk space to it on the Frontend host.
Note: Make sure tmpfs must be modified to disable/remove the "noexec" option, as the binary applications and libraries used by Watch4net cannot be executed from this directory if noexec is configured.
Run the below command to get the permissions:
mount -l | grep tmp
Then run the below command to remove noexec option.
mount -o remount,exec /tmp