Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
14.12.01, Trunk
-
None
Description
IncomeStatement page has been broken, it throwing following exception:
ERROR rendering error page [/error/error.jsp], but here is the error text: org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://accounting/widget/ReportFinancialSummaryScreens.xml#IncomeStatement]: java.lang.IllegalArgumentException: Error running script at location [component://accounting/webapp/accounting/WEB-INF/actions/reports/IncomeStatement.groovy]: org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object '[[GenericEntity:GlAccountClass][createdStamp,2015-01-08 03:08:36.933(java.sql.Timestamp)][createdTxStamp,2015-01-08 03:08:35.054(java.sql.Timestamp)][description,Selling, General, and Administrative Expense(java.lang.String)][glAccountClassId,SGA_EXPENSE(java.lang.String)][isAssetClass,null()][lastUpdatedStamp,2015-01-08 03:08:36.933(java.sql.Timestamp)][lastUpdatedTxStamp,2015-01-08 03:08:35.054(java.sql.Timestamp)][parentClassId,CASH_EXPENSE(java.lang.String)]]' with class 'java.util.LinkedList' to class 'org.ofbiz.entity.GenericValue' due to: java.lang.IllegalStateException: [GenericEntity.getModelEntity] could not find modelEntity for entityName null (Error running script at location [component://accounting/webapp/accounting/WEB-INF/actions/reports/IncomeStatement.groovy]: org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object '[[GenericEntity:GlAccountClass][createdStamp,2015-01-08 03:08:36.933(java.sql.Timestamp)][createdTxStamp,2015-01-08 03:08:35.054(java.sql.Timestamp)][description,Selling, General, and Administrative Expense(java.lang.String)][glAccountClassId,SGA_EXPENSE(java.lang.String)][isAssetClass,null()][lastUpdatedStamp,2015-01-08 03:08:36.933(java.sql.Timestamp)][lastUpdatedTxStamp,2015-01-08 03:08:35.054(java.sql.Timestamp)][parentClassId,CASH_EXPENSE(java.lang.String)]]' with class 'java.util.LinkedList' to class 'org.ofbiz.entity.GenericValue' due to: java.lang.IllegalStateException: [GenericEntity.getModelEntity] could not find modelEntity for entityName null)
https://localhost:8443/accounting/control/IncomeStatement?organizationPartyId=Company
Attachments
Attachments
Issue Links
- is duplicated by
-
OFBIZ-6063 Income statement causes exception
- Closed