Yep. Somethings broken at least as far as revision 429316.
My test system was working fine till I updated at 8:40AM EST.
Now it seems to take much longer to render top level tabs and clicking on
manufacturing tab gets me
2006-08-07 12:44:49,151 (TP-Processor3) [ ControlServlet.java:186:ERROR]
---- exception report ----------------------------------------------------------
Error in request handler:
Exception: org.ofbiz.base.util.GeneralException
Message: Error rendering screen
[component://manufacturing/widget/manufacturing/JobshopScreens.xml#FindProductionRun]:
java.lang.IllegalArgumentException: Could not convert field value for the field:
[viewSize] to the [Integer] type for the value [50]:
org.ofbiz.base.util.GeneralException: Could not convert to Integer:
(Unparseable number: "") (Could not convert field value for the field:
[viewSize] to the [Integer] type for the value [50]:
org.ofbiz.base.util.GeneralException: Could not convert to Integer:
(Unparseable number: ""))
---- stack trace ---------------------------------------------------------------
org.ofbiz.base.util.GeneralException: Error rendering screen
[component://manufacturing/widget/manufacturing/JobshopScreens.xml#FindProductionRun]:
java.lang.IllegalArgumentException: Could not convert field value for the field:
[viewSize] to the [Integer] type for the value [50]:
org.ofbiz.base.util.GeneralException: Could not convert to Integer:
(Unparseable number: "") (Could not convert field value for the field:
[viewSize] to the [Integer] type for the value [50]:
org.ofbiz.base.util.GeneralException: Could not convert to Integer:
(Unparseable number: ""))
Yes, I ran ant run-install after I did "svn update"
Fadzi Ushewokunze wrote:
Hi all,
I just did a svn update to get the latest, most of the pop up screens
are broken;
org.ofbiz.base.util.GeneralException: Error rendering screen
[component://product/widget/catalog/LookupScreens.xml#LookupProduct]:
java.lang.IllegalArgumentException: Could not convert field value for
the field: [viewSize] to the [Integer] type for the value [10]:
org.ofbiz.base.util.GeneralException: Could not convert to Integer:
(Unparseable number: "") (Could not convert field value for the field:
[viewSize] to the [Integer] type for the value [20]:
org.ofbiz.base.util.GeneralException: Could not convert to Integer:
(Unparseable number: ""))
Am i missing something?