Jonas Hagberg schrieb:

Worker thread recovered from error. Continuing..
java.lang.NumberFormatException: For input string: "20,678"
        at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
        at java.lang.Float.parseFloat(Unknown Source)
        at auth.utauthd.Terminal.process(Terminal.java:1381)


...

That is running on the server and obviously expects a floating point number formatted using a default decimal dot.

The value that is parsed is coming from the client and appears to be formatted using a localized format.

Any tips how to fix this? T


Try running OVDC with LC_NUMERIC="C" or LC_NUMERIC="en_US" - or simply in an all-out "C" (or English) locale.

HTH

- Jörg


--
Jörg Barfurth                        http://blogs.sun.com/joergb

Disclaimer: I am employed by Oracle. The statements and opinions
expressed here are my own and do not necessarily represent those
of Oracle Corporation.
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to