cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with alfresco installation

hannesb
Champ in-the-making
Champ in-the-making
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?
1 REPLY 1

hannesb
Champ in-the-making
Champ in-the-making
I found this error in the alfresco.log

14:29:30,714 WARN  [org.alfresco.web.ui.repo.component.UIActions] Unable to find specified Action Group config ID: add_content_menu

Is this connected to the problem with the Add content dialog?