Hi!
I'm trying to install alfresco 2.1 on a debian server. I've installed erlier on another machine but this server won't work. The first problem is when you start up the server and go to the url the gust-login doesnt work, i get the following error:
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: Exception getting value of property location of base of type : 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:
java.lang.IllegalArgumentException: Node id may not be null
Then I have another strange error and that is the link to the add content dialog doesn't show, but if I manually ptu in the URL to the dialog it workes… anyone know why I'm having this errors?