Issue Type: Bug Bug
Affects Versions: 2.3.0
Assignee: Andrea Aime
Components: WMS
Created: 16/Apr/13 7:49 AM
Description:

Concurrent requests to layers with a time dimension cause the following Exceptions:

java.lang.ArrayIndexOutOfBoundsException: -1
at java.text.DigitList.fitsIntoLong(DigitList.java:212)
at java.text.DecimalFormat.parse(DecimalFormat.java:1295)
at java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1934)
at java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1311)
at org.geoserver.ows.kvp.TimeKvpParser.getFuzzyDate(TimeKvpParser.java:293)
at org.geoserver.ows.kvp.TimeKvpParser.parse(TimeKvpParser.java:172)
at org.geoserver.ows.util.KvpUtils.parse(KvpUtils.java:420)
...

This is due the fact that SimpleDateFormat is not thread safe.

Project: GeoServer
Priority: Major Major
Reporter: Sampo Savolainen
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to