I get the below error when successfully logging into CAS and redirecting to alfresco. Anyone have any ideas?
javax.faces.FacesException: javax.faces.el.EvaluationException: Cannot get value for expression '#{NavigationBean.toolbarLocation}' caused by: org.apache.jasper.JasperException: javax.faces.el.EvaluationException: Cannot get value for expression '#{NavigationBean.toolbarLocation}' caused by: javax.faces.el.EvaluationException: Cannot get value for expression '#{NavigationBean.toolbarLocation}' caused by: javax.faces.el.EvaluationException: Exception getting value of property toolbarLocation of base of type : org.alfresco.web.bean.NavigationBean caused by: javax.faces.el.EvaluationException: Bean: org.alfresco.web.bean.NavigationBean, property: toolbarLocation caused by: java.lang.reflect.InvocationTargetException caused by: java.lang.NullPointerException
Hi Amita, I read link which you mentioned in your post. i am also facing same issue. there they are using keembay implementation of CASFilter authentication rather than jasig implementation. Can you tell me difference between both of them, and why upper mentioned issue we are facing it.