Hi Simone and all
I am experiencing the same issue, this is the gdalinfo output for my cover:
$ gdalinfo test.tif
Driver: GTiff/GeoTIFF
Files: test.tif
Size is 208, 243
Coordinate System is:
GEOGCS["WGS 84",
DATUM["WGS_1984",
SPHEROID["WGS 84",6378137,298.257223563,
AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich",0],
UNIT["degree",0.0174532925199433],
AUTHORITY["EPSG","4326"]]
Origin = (28.995535364238410,-2.308035933774834)
Pixel Size = (0.008928569536424,-0.008928569536424)
Metadata:
AREA_OR_POINT=Area
Image Structure Metadata:
COMPRESSION=LZW
INTERLEAVE=BAND
Corner Coordinates:
Upper Left ( 28.9955354, -2.3080359) ( 28d59'43.93"E, 2d18'28.93"S)
Lower Left ( 28.9955354, -4.4776783) ( 28d59'43.93"E, 4d28'39.64"S)
Upper Right ( 30.8526778, -2.3080359) ( 30d51' 9.64"E, 2d18'28.93"S)
Lower Right ( 30.8526778, -4.4776783) ( 30d51' 9.64"E, 4d28'39.64"S)
Center ( 29.9241066, -3.3928571) ( 29d55'26.78"E, 3d23'34.29"S)
Band 1 Block=128x128 Type=Int32, ColorInterp=Gray
NoData Value=-2147483648
Here is the cover giving the issue:
https://dl.dropboxusercontent.com/u/512462/permanent/test.tif
I am experiencing this on GeoServer 2.5.2
thanks in advance
p
On 28 November 2013 19:28, Simone Giannecchini <[hidden email]> wrote:
Dear Jonathan,
two things:-1- we would need a large portion of the stacktrace
-2- a sample might be worth a thousand wordsRegards,
Simone GiannecchiniOur support, Your Success! Visit http://opensdi.geo-solutions.it for
more information.Ing. Simone Giannecchini
@simogeo
Founder/DirectorGeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: <a href="tel:%2B39%200584%20962313" value="+390584962313" target="_blank">+39 0584 962313
fax: <a href="tel:%2B39%200584%201660272" value="+3905841660272" target="_blank">+39 0584 1660272
mob: <a href="tel:%2B39%20%20333%208128928" value="+393338128928" target="_blank">+39 333 8128928http://www.geo-solutions.it
http://twitter.com/geosolutions_it-------------------------------------------------------
On Thu, Nov 28, 2013 at 1:40 PM, Jonathan Moules
<[hidden email]> wrote:
> Hi List,
> I have a GeoTIFF that I've created using the stuff from the previous
> thread (
>
> gdal_merge -q -o file_name.tif -of GTiff -co TILED=YES -co BIGTIFF=YES -co
> COMPRESS=JPEG -co JPEG_QUALITY=85 -co BLOCKXSIZE=512 -co BLOCKYSIZE=512
> --optfile tiff_list.txt
>
> gdaladdo Aerial_Photography_2000.tif -r average --config COMPRESS_OVERVIEW
> JPEG --config JPEG_QUALITY_OVERVIEW 85 --config INTERLEAVE_OVERVIEW PIXEL
> --config PHOTOMETRIC_OVERVIEW YCBCR 2 4 8 16 32 64 128 256
>
> However, when I add it to GeoServer (2.4.1) I get this:
>
>> Error rendering coverage on the fast path
>> javax.media.jai.util.ImagingException: All factories fail for the
>> operation "ImageRead"
>> All factories fail for the operation "ImageRead"
>> null
>> java.lang.IndexOutOfBoundsException: imageIndex out of bounds!
>> imageIndex out of bounds!
>
>
> ---
>
> The gdalinfo:
>
> Files: Aerial_2006_jpeg.tif
> Size is 220000, 332000
> Coordinate System is:
> PROJCS["OSGB 1936 / British National Grid",
> GEOGCS["OSGB 1936",
> DATUM["OSGB_1936",
> SPHEROID["Airy 1830",6377563.396,299.3249646000044,
> AUTHORITY["EPSG","7001"]],
> AUTHORITY["EPSG","6277"]],
> PRIMEM["Greenwich",0],
> UNIT["degree",0.0174532925199433],
> AUTHORITY["EPSG","4277"]],
> PROJECTION["Transverse_Mercator"],
> PARAMETER["latitude_of_origin",49],
> PARAMETER["central_meridian",-2],
> PARAMETER["scale_factor",0.9996012717],
> PARAMETER["false_easting",400000],
> PARAMETER["false_northing",-100000],
> UNIT["metre",1,
> AUTHORITY["EPSG","9001"]],
> AUTHORITY["EPSG","27700"]]
> Origin = (402000.000000000000000,311000.000000000000000)
> Pixel Size = (0.250000000000000,-0.250000000000000)
> Metadata:
> AREA_OR_POINT=Area
> Image Structure Metadata:
> COMPRESSION=YCbCr JPEG
> INTERLEAVE=PIXEL
> SOURCE_COLOR_SPACE=YCbCr
> Corner Coordinates:
> Upper Left ( 402000.000, 311000.000) ( 1d58'13.45"W, 52d41'46.79"N)
> Lower Left ( 402000.000, 228000.000) ( 1d58'15.23"W, 51d57' 0.21"N)
> Upper Right ( 457000.000, 311000.000) ( 1d 9'23.50"W, 52d41'36.01"N)
> Lower Right ( 457000.000, 228000.000) ( 1d10'14.15"W, 51d56'49.71"N)
> Center ( 429500.000, 269500.000) ( 1d34' 1.66"W, 52d19'20.70"N)
> Band 1 Block=512x512 Type=Byte, ColorInterp=Red
> Overviews: 110000x166000, 55000x83000, 27500x41500, 13750x20750,
> 6875x10375, 3438x5188, 1719x2594, 860x1297
> Band 2 Block=512x512 Type=Byte, ColorInterp=Green
> Overviews: 110000x166000, 55000x83000, 27500x41500, 13750x20750,
> 6875x10375, 3438x5188, 1719x2594, 860x1297
> Band 3 Block=512x512 Type=Byte, ColorInterp=Blue
> Overviews: 110000x166000, 55000x83000, 27500x41500, 13750x20750,
> 6875x10375, 3438x5188, 1719x2594, 860x1297
>
> The image works fine in ArcGIS.
>
> Does anyone know what this means or why it's not working?
>
> Thanks,
> Jonathan