cancel
Showing results for 
Search instead for 
Did you mean: 

Error when clicking on Administration console

hannesb
Champ in-the-making
Champ in-the-making
I get this error when clicking on the Administration console, anyone know why?

javax.faces.FacesException: javax.faces.component.UIViewRoot
caused by:
org.apache.jasper.JasperException: javax.faces.component.UIViewRoot
caused by:
java.lang.ClassCastException: javax.faces.component.UIViewRoot

Running Commuity 2.1 on a debian etch
2 REPLIES 2

hannesb
Champ in-the-making
Champ in-the-making
I also get this error when trying to create a space
javax.faces.FacesException: Could not retrieve value of component with path : {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/dialog/container.jsp][Class: javax.faces.component.html.HtmlForm,Id: dialog][Class: javax.faces.component.html.HtmlOutputText,Id: _idJsp9]}
caused by:
org.apache.jasper.JasperException: Could not retrieve value of component with path : {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/dialog/container.jsp][Class: javax.faces.component.html.HtmlForm,Id: dialog][Class: javax.faces.component.html.HtmlOutputText,Id: _idJsp9]}
caused by:
javax.faces.FacesException: Could not retrieve value of component with path : {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/dialog/container.jsp][Class: javax.faces.component.html.HtmlForm,Id: dialog][Class: javax.faces.component.html.HtmlOutputText,Id: _idJsp9]}
caused by:
javax.faces.el.PropertyNotFoundException: Bean: org.alfresco.web.bean.dialog.DialogManager, property: subTitle

I'm using jdk1.5 and tomcat 5.5

hannesb
Champ in-the-making
Champ in-the-making
catalina.out says:

16:54:10,321 ERROR [se].[/].[jsp]] Servlet.service() for servlet jsp threw exception
java.lang.ClassCastException: javax.faces.component.UIViewRoot
        at org.apache.myfaces.taglib.core.VerbatimTag.doAfterBody(VerbatimTag.java:79)
        at org.apache.jsp.jsp.admin.admin_002dconsole_jsp._jspx_meth_f_005fverbatim_005f0(admin_002dconsole_jsp.java:169)
        at org.apache.jsp.jsp.admin.admin_002dconsole_jsp._jspService(admin_002dconsole_jsp.java:77)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
…..

I'm gettign tired of this….