[Geoserver-devel] [jira] Created: (GEOS-4287) The direct raster rendering path may fail during reprojection due invalid crop usage

The direct raster rendering path may fail during reprojection due invalid crop usage
------------------------------------------------------------------------------------

                 Key: GEOS-4287
                 URL: http://jira.codehaus.org/browse/GEOS-4287
             Project: GeoServer
          Issue Type: Bug
    Affects Versions: 2.1-beta3
            Reporter: Andrea Aime
            Assignee: Andrea Aime
             Fix For: 2.1-RC1
         Attachments: failureSample.png

This happens often when using a tiled client with reprojection, the tiles at the bottom and right of the overall image tend to report the following error:

{code}
05 gen 11:00:58 ERROR [geoserver.ows] -
org.geoserver.platform.ServiceException: Error rendering coverage on the fast path
  at java.lang.Throwable.<init>(Throwable.java:218)
  at java.lang.Exception.<init>(Exception.java:59)
  at java.lang.RuntimeException.<init>(RuntimeException.java:61)
  at org.geoserver.platform.ServiceException.<init>(ServiceException.java:62)
  at org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:288)
  at org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:205)
  at org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:1)
  at org.geoserver.wms.GetMap.run(GetMap.java:461)
  at org.geoserver.wms.GetMap.run(GetMap.java:110)
  at org.geoserver.wms.DefaultWebMapService.getMap(DefaultWebMapService.java:314)
{code}

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira