initial url request is producing JSF error messages???

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2006 02:12 PM
Anyone know why this is happening? I'm running version 1.3 (war file)
I make a url request in the browser such as:
http://seelink.org/alfresco
and errors appear such as the following:
javax.faces.FacesException: Cannot get value for expression '#{NavigationBean.location}'
caused by:
org.apache.jasper.JasperException: Cannot get value for expression '#{NavigationBean.location}'
caused by:
javax.faces.el.EvaluationException: Cannot get value for expression '#{NavigationBean.location}'
caused by:
javax.faces.el.EvaluationException: org.alfresco.web.bean.NavigationBean
caused by:
javax.faces.el.EvaluationException: Bean: org.alfresco.web.bean.NavigationBean, property: location
caused by:
java.lang.reflect.InvocationTargetException
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.
I make a url request in the browser such as:
http://seelink.org/alfresco
and errors appear such as the following:
javax.faces.FacesException: Cannot get value for expression '#{NavigationBean.location}'
caused by:
org.apache.jasper.JasperException: Cannot get value for expression '#{NavigationBean.location}'
caused by:
javax.faces.el.EvaluationException: Cannot get value for expression '#{NavigationBean.location}'
caused by:
javax.faces.el.EvaluationException: org.alfresco.web.bean.NavigationBean
caused by:
javax.faces.el.EvaluationException: Bean: org.alfresco.web.bean.NavigationBean, property: location
caused by:
java.lang.reflect.InvocationTargetException
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.
Labels:
- Labels:
-
Archive
11 REPLIES 11

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2006 03:38 AM
I did some more testing. I am able to reproduce the jsf error messages when I first bring up the url in the browser. To fix them, I use the logout button on the error page. I then get a good logon screen and then I'm able to signin. Something is not right but I don't know where to go from here. Any ideas? Could this have anything to do with the browser configuration and/or cookies?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2006 05:29 AM
Hi,
You should be able to move the guest space to wherever you want, as long as all the permissions still allow the guest user to access that space. You may have moved the space to point where the guest user can not get access to, which is what causes the errors at startup.
I agree the handling of this scenario should be improved, i have raised an issue in JIRA for this: http://issues.alfresco.com/browse/AWC-1007
You can try removing all Alfresco cookies from your browser to cleanup the client.
You should be able to move the guest space to wherever you want, as long as all the permissions still allow the guest user to access that space. You may have moved the space to point where the guest user can not get access to, which is what causes the errors at startup.
I agree the handling of this scenario should be improved, i have raised an issue in JIRA for this: http://issues.alfresco.com/browse/AWC-1007
You can try removing all Alfresco cookies from your browser to cleanup the client.
