Hi there,
I'm not sure if this is the correct place to post this so please let me know if I should post it somewhere else or log it as a bug etc.
I am trying to add a CoverageStore for a GeoTIFF using the web interface. However when I try to submit the changes I get an error page. What looks like the important part of the stack trace is as follows:
java.lang.StringIndexOutOfBoundsException: String index out of range: -2
java.lang.String.substring(String.java:1444)
org.geotools.gce.geotiff.GeoTiffIIOMetadataAdapter.getTiffAscii(GeoTiffIIOMetadataAdapter.java:1097)
org.geotools.gce.geotiff.GeoTiffIIOMetadataAdapter.getGeoKey(GeoTiffIIOMetadataAdapter.java:771)
org.geotools.gce.geotiff.GeoTiffException.getMessage(GeoTiffException.java:196)
java.lang.Throwable.getLocalizedMessage(Throwable.java:266)
java.lang.Throwable.toString(Throwable.java:343)
The same thing happens for 2 other GeoTIFFs I try to add. The GeoTIFFs were all produced with IDL - has anyone else experienced similar problems?
Thanks
Robert Jones