Skip to content

Error -100 "HAP-file not loaded" When Trying to Load an Applet under Linux#

Issue#

Assume two users A and B want to use an applet. User A can load and run all applets without any problems. However, when user B wants to load the same applet, the error message "HAP-file not loaded" occurs:

Error Message in microDiagnostics

Solution#

If the applet is loaded by user "A", a temporary directory named hapcache… is generated in /tmp. This directory has the access right "rwx — —", which means that only the owner of this directory can read the data. So if user B tries to load the applet, loading fails.

To solve this, delete the /tmp/hapcache… directory or change the access rights of this directory to, e.g., "rwx rwx r-x".

Back to Knowledge Articles