cancel
Showing results for 
Search instead for 
Did you mean: 

JSF Error on Non-Admin Login

sfamiliar
Champ in-the-making
Champ in-the-making
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.
1 REPLY 1

gavinc
Champ in-the-making
Champ in-the-making
This exception will occur if the user does not have read access to one of the nodes in the folder being viewed.

What version are you using? If you are using 1.4 do you have users preferences set to start in the company home space?

Are all the users that are getting the issue looking at the same space or are they all browsing their own home space and getting the error?