[Geoserver-devel] [jira] Created: (GEOS-2020) Sample GetCoverage request fails with "colorModel == null"

Sample GetCoverage request fails with "colorModel == null"
----------------------------------------------------------

                 Key: GEOS-2020
                 URL: http://jira.codehaus.org/browse/GEOS-2020
             Project: GeoServer
          Issue Type: Bug
            Reporter: David Winslow
            Assignee: Andrea Aime

If I try out the GetCoverage request from the release configuration on 1.7.x I get back an error message with the following:

<?xml version="1.0" encoding="UTF-8"?>
<ServiceExceptionReport version="1.2.0" xmlns="http://www.opengis.net/ogc&quot; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; xsi:schemaLocation="http://www.opengis.net/ogc http://schemas.opengis.net/wcs/1.0.0/OGC-exception.xsd&quot;&gt;
   <ServiceException>
      javax.media.jai.util.ImagingException: All factories fail for the operation &quot;ImageWrite&quot;
All factories fail for the operation &quot;ImageWrite&quot;
null
colorModel == null!
</ServiceException>
</ServiceExceptionReport>

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

I am having a slight problem displaying a shape file, if I load it in to geoserver, its displayed rotated by 90 degrees.

If I load it with Qgis its displayed correctly.

I don't understand why its rotating the image, I checked the srs its set tp 27700 the correct id for the shape file.

Selecting the featuretype screen Attempting to look up 27700 via the Lookup SRS results in a 'Could not find EPSG error'

Just clicking on teh Generate Bounding box results the correct text being shown under the SRS WKT and Native SRS WKT (British National Grid)

Has anybody any suggestion as to what is the matter (its geoserver 1.6.4)

D.