cancel
Showing results for 
Search instead for 
Did you mean: 

Problme on svn version

manuelgentile
Champ in-the-making
Champ in-the-making
When i go to Login page i have the following errors


javax.faces.FacesException: Cannot get value for expression '#{LoginBean.username}'

caused by:
org.apache.jasper.JasperException: Cannot get value for expression '#{LoginBean.username}'

caused by:
javax.faces.el.EvaluationException: Cannot get value for expression '#{LoginBean.username}'

caused by:
javax.faces.el.EvaluationException: Cannot get value for expression '#{BrowseBean}'

caused by:
org.alfresco.config.ConfigException: Unable to locate evaluator implementation for 'null' for org.alfresco.config.ConfigSectionImpl@8c9a17 (evaluator=null condition=Dialogs replace=false)
2 REPLIES 2

gavinc
Champ in-the-making
Champ in-the-making
You have some outdated configuration files somewhere….

This error occurrs typically if the "evaluator" attribute is spelt incorrectly.

Also dialogs are now configured in the 'global' config section, so the error this file came from is not the latest version.

I suggest doing an update from SVN to ensure you have the latest and check the alfresco.extension package for some overridden config you may have.

manuelgentile
Champ in-the-making
Champ in-the-making
Thanks