Recently an error started appearing, and has become more common until it now affects all non-administrative users. Upon logging in to the system, an error is repeatedly generated.
I am set up via NTLM with a chain through the local authentication. This error occurts regardless of which authentication the user was created under, and regardless of what their home directory is and what permissions are available. Simply put, if they are not in the admin list in the config file, they receive this error:
javax.faces.FacesException: Cannot get value for expression '#{r.url}'
caused by:
org.apache.jasper.JasperException: Cannot get value for expression '#{r.url}'
caused by:
javax.faces.el.EvaluationException: Cannot get value for expression '#{r.url}'
caused by:
javax.faces.el.EvaluationException: org.alfresco.web.bean.repository.MapNode
caused by:
org.alfresco.repo.security.permissions.AccessDeniedException: Access Denied. You do not have the appropriate permissions to perform this operation.
caused by:
net.sf.acegisecurity.AccessDeniedException: Access is denied.
This had not occurred until this week, and no changes have been made, save for some content and user additions.
Any help would be great. Thanks.