Does anyone know the root cause of this error? I am feeding known good data to the fmt:parseDate tag (its db driven data controlled by us), and yet this error randomly pops up. I can't seem to find a way to replicate what causes this exception.
As I understand it, at start-up time, the default locale is automatically set by the Java runtime to match the host's current locale and if this is not possible, the en_US locale is used.
Rich Kroll
2008-10-03 13:23:13
+1
A:
How open is the website - the Locale comes from the user preferences in some cases Accept--Language header - perhaps the user is sending a bad value, maybe its from a Chrome browser :) . Here is a similar example
Chris Kimpton
2008-10-08 10:22:11