Friday, 15 March 2019

Issue of Access denied on alf_data/...../CachedContent folders when starting alfresco server.

This can happen when you normally start alf with a functional user login on linux.
And by mistake, sometime you start alfresco with other user or root user, perform some operations in alf and stop it.

Now if u try to start alf server with that functional user or other non-root user, you'll get this error as this functional user doesnot have permission to the folders and files changed under alf_data by root user.
Fix:
chown -R <FUNC_SSO>:Domain\ Users <folder_name>

No comments:

Post a Comment