[Geoserver-devel] [jira] Created: (GEOS-1717) WCS 1.1 GetCoverage fails unexpectedly

WCS 1.1 GetCoverage fails unexpectedly
--------------------------------------

                 Key: GEOS-1717
                 URL: http://jira.codehaus.org/browse/GEOS-1717
             Project: GeoServer
          Issue Type: Bug
          Components: WCS
            Reporter: Frank Warmerdam
            Assignee: Andrea Aime

The request:

http://gridlock.openplans.org:8080/geoserver-wcs/wcs?SERVICE=WCS&VERSION=1.1.1&REQUEST=GetCoverage&IDENTIFIER=topp:tazdem&FORMAT=image/geotiff&BOUNDINGBOX=145.004166666665,-41.0124999999876,145.012499999998,-41.0041666666543,urn:ogc:def:crs:EPSG::4326&RangeSubset=contents

results in the exception:

<?xml version="1.0" encoding="UTF-8"?>
<ows:ExceptionReport version="1.1.0"
  xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://gridlock.openplans.org:8080/geoserver-wcs/schemas/ows/1.1.0/owsAll.xsd&quot;
  xmlns:ows="http://www.opengis.net/ows/1.1&quot; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;&gt;
  <ows:Exception exceptionCode="NoApplicableCode" locator="">

    <ows:ExceptionText>org.eclipse.emf.common.util.BasicEList$BasicIndexOutOfBoundsException:
      index=0, size=0 index=0, size=0</ows:ExceptionText>
  </ows:Exception>
</ows:ExceptionReport>

The request is *intended* to be a 2x2 request from the top left corner of the coverage. If it is an invalid request, I'd appreciate info on why.

--
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