Issue
If the values for default PA properties (examples below) have their value updated and spaces are entered, then the widgets will not load and a NumberFormatException error will be displayed when you view the widget.
Example Properties
com.snc.pa.default_chart_line_color
com.snc.pa.default_chart_area_color0
com.snc.pa.default_chart_area_color1
com.snc.pa.navigator_line_color
rowcount
Editing one of these values and entering a space such as '106, 159,239,1' leads to the following error
java.lang.NumberFormatException: For input string: " 159"
Cause
The platform cannot convert a string value with spaces into an integer.
Resolution
Ensure that spaces are not entered when you edit the value for these properties.