HTTP Error from server [500] - Foundation.0060: Unable to access directory path
After editing global settings to include a shared directory path, the system returns an error stating that it cannot access the directory path.
The custom configured share directory path in SSMC 3.3 is not accessible until you grant permission in java.policy
(Security manager).
When configuring the shared directory path in System Reporter global settings, you must also add that directory/path permission entry in the Java Security Manager (
/opt/hpe/ssmc/jre/lib/security/java.policy
). Changing this setting requires restarting SSMC before it takes effect.
NOTE:
To configure the shared directory path, create the directory under
/home/ssmcadmin
. The SSMC administrator has to provide appropriate permission to the new directory path
chmod 777/home/ssmcadmin/DirectoryName
. The Directory name refers to the new directory that is created by the administrator.