I ran into a similar problem:
org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://webtools/widget/EntityScreens.xml#FindGeneric]: org.ofbiz.base.util.GeneralException: Error running Groovy script at location [component://webtools/webapp/webtools/WEB-INF/actions/entity/FindGeneric.groovy] (SQL Exception while getting value : createdDate [CREATED_DATE] (19) (Cannot convert value '2004-01-21 00:00:00' from column 19 to TIMESTAMP.)) (Error running Groovy script at location [component://webtools/webapp/webtools/WEB-INF/actions/entity/FindGeneric.groovy] (SQL Exception while getting value : createdDate [CREATED_DATE] (19) (Cannot convert value '2004-01-21 00:00:00' from column 19 to TIMESTAMP.)))
from localhost uri when I tried to display the last page of 'Content' entries -
https://localhost:8443/webtools/control/FindGeneric?entityName=Content&find=true&VIEW_SIZE=50&VIEW_INDEX=3
|