Import properties task failed on Frontend
search cancel

Import properties task failed on Frontend

book

Article ID: 333516

calendar_today

Updated On:

Products

VMware Smart Assurance

Issue/Introduction

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

Environment

Watch4Net/M&R 7.x

Cause

/tmp directory is being used 100%

Resolution

Clean up the /tmp directory or add more disk space to it on the Frontend host.

Additional Information

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