Import properties task failed on Frontend
search cancel

Import properties task failed on Frontend

book

Article ID: 333516

calendar_today

Updated On: 04-10-2025

Products

VMware Smart Assurance

Issue/Introduction

Errors noticed in the taskRun logs when import properties failed.
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

.

.

150331 15:05:03 : Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: /tmp/jna-96792/jna2173522016067348529.tmp: /tmp/jna-96792/jna2173522016067348529.tmp: failed to map segment from shared object [in thread "pool-1-thread-8"]

Environment

Watch4Net/MnR - 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

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