cancel
Showing results for 
Search instead for 
Did you mean: 

web forms error

saphroi
Champ in-the-making
Champ in-the-making
Hi, I am using Enterprise v2.2 WCM and I get an error upon submitting web forms at step 3 (Create Web Content Wizard).  Is there a related patch for this?  It's reproducible.  Thank you.

javax.faces.FacesException: Cannot get value for expression '#{DialogManager.bean.workflowListSize != 0}'
caused by:
org.apache.jasper.JasperException: Cannot get value for expression '#{DialogManager.bean.workflowListSize != 0}'
caused by:
javax.faces.el.EvaluationException: Cannot get value for expression '#{DialogManager.bean.workflowListSize != 0}'
caused by:
javax.faces.el.EvaluationException: Exception getting value of property workflowListSize of base of type : org.alfresco.web.bean.wcm.SubmitDialog
caused by:
javax.faces.el.EvaluationException: Bean: org.alfresco.web.bean.wcm.SubmitDialog, property: workflowListSize
caused by:
java.lang.reflect.InvocationTargetException
caused by:
org.alfresco.error.AlfrescoRuntimeException: The QNameEntity ID 170727 doesn't exist.
4 REPLIES 4

saphroi
Champ in-the-making
Champ in-the-making
also, we are using PostgreSql v8

gstokkink
Champ in-the-making
Champ in-the-making
I get the same error when trying to submit a web form for staging. I'm using Alfresco Labs v3.0.0 (a 1032) in combination with WCM v3.0.0 (a 1032). The database I use is PostgreSQL 8.1.

paulbucalo
Champ in-the-making
Champ in-the-making
I am getting the same error using Labs 3.2 preview.
It happens when I submit certain content for approval, but not all content.
Whatever the error is caused by, it seems to be attached to certain pieces of content exclusively.
Unfortunately, I have not identified enough variables to reproduce the error on demand.
We are using MySQL.
Full error follows:
faces.FacesException: javax.faces.el.EvaluationException: Cannot get value for expression '#{DialogManager.bean.workflowListSize != 0 && DialogManager.bean.linkValidationEnabled == true}'
caused by:
org.apache.jasper.JasperException: javax.faces.el.EvaluationException: Cannot get value for expression '#{DialogManager.bean.workflowListSize != 0 && DialogManager.bean.linkValidationEnabled == true}'
caused by:
javax.faces.el.EvaluationException: Cannot get value for expression '#{DialogManager.bean.workflowListSize != 0 && DialogManager.bean.linkValidationEnabled == true}'
caused by:
javax.faces.el.EvaluationException: Exception getting value of property workflowListSize of base of type : org.alfresco.web.bean.wcm.SubmitDialog
caused by:
javax.faces.el.EvaluationException: Bean: org.alfresco.web.bean.wcm.SubmitDialog, property: workflowListSize
caused by:
java.lang.reflect.InvocationTargetException
caused by:
java.lang.ClassCastException: java.io.FileNotFoundException cannot be cast to java.lang.RuntimeException

nicola_raglia
Champ in-the-making
Champ in-the-making
Hello , I'm getting like exception from modified item list .
I'm worki with 3.2 Community Edition.

javax.faces.FacesException: An exception occurred processing JSP page /jsp/dialog/container.jsp at line 191

188:
189: <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
190: <f:subview id="dialog-body">
191: <jsp:include page="<%=Application.getDialogManager().getPage() %>" />
192: </f:subview>
193: <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
194: </td>


Stacktrace:
caused by:
org.apache.jasper.JasperException: An exception occurred processing JSP page /jsp/dialog/container.jsp at line 191

188:
189: <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "white", "white"); %>
190: <f:subview id="dialog-body">
191: <jsp:include page="<%=Application.getDialogManager().getPage() %>" />
192: </f:subview>
193: <% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "white"); %>
194: </td>


Stacktrace:
caused by:
org.apache.jasper.JasperException: javax.faces.el.EvaluationException: Cannot get value for expression '#{DialogManager.bean.workflowListSize != 0 && DialogManager.bean.linkValidationEnabled == true}'
caused by:
javax.faces.el.EvaluationException: Cannot get value for expression '#{DialogManager.bean.workflowListSize != 0 && DialogManager.bean.linkValidationEnabled == true}'
caused by:
javax.faces.el.EvaluationException: Exception getting value of property workflowListSize of base of type : org.alfresco.web.bean.wcm.SubmitDialog
caused by:
javax.faces.el.EvaluationException: Bean: org.alfresco.web.bean.wcm.SubmitDialog, property: workflowListSize
caused by:
java.lang.reflect.InvocationTargetException
caused by:
java.lang.ClassCastException: org.alfresco.web.forms.FormNotFoundException