Fixed
Details
Priority
MajorAffects versions
Components
Assignee
David HorwitzDavid HorwitzReporter
Alan YuAlan Yu
Details
Details
Priority
Affects versions
Components
Assignee
David Horwitz
David HorwitzReporter
Alan Yu
Alan YuCreated July 6, 2011 at 5:48 AM
Updated March 7, 2013 at 9:46 AM
Resolved July 6, 2011 at 6:01 AM
Following error occurs while deploying Sakai:
Caused by: java.lang.NumberFormatException: For input string: "50 " at java.lang.NumberFormatException.forInputString (NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:458)
at java.lang.Integer.parseInt(Integer.java:499)
at org.sakaiproject.jsf.renderer.InputRichTextRenderer.<clinit> (InputRichTextRenderer.java:108)
We found the root cause is that the file m2\repository\org\sakaiproject\jsf\jsf-widgets\2.8.1
\jsf-widgets-2.8.1.jar\org\sakaiproject\jsf\Configuration_zh_TW.properties
contains one invalid properties value (one useless empty character behind the value).
inputRichTextDefaultHeightPx = 50
Please help to fix this bug in next version, thanks~