Vadim Lotarev created GEODE-2321:
------------------------------------
Summary: Pulse application works incorrectly in some locales
Key: GEODE-2321
URL: https://issues.apache.org/jira/browse/GEODE-2321
Project: Geode
Issue Type: Bug
Components: pulse
Reporter: Vadim Lotarev
I noticed that Pulse application is not able to show cluster view in my locale.
Doing some investigations I revealed the warning messages like:
{{serviceException \[for service ClusterDetails\] = For input string: "2,71"}}
{{serviceException \[for service ClusterMembersRGraph\] = For input string:
"58,27"}}
I guess the reason is in parsing numeric values - it looks like coma "," is
hard coded in Pulse as a decimal separator; so if your region settings have
separate value (like mine - ".") you'll get such a problem. The workaround
could be to force usage of US region starting locator: {{--J=-Duser.region=US}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)