[Geoserver-users] Could not obtain a reader for the CoverageDataSet

When trying to create a CoverageStore from a GeoTIFF file, i get the
following error:

The following exception was thrown:
org.vfny.geoserver.global.ConfigurationException: Could not obtain a reader
for the CoverageDataSet. Please check the CoverageDataSet configuration!

The CoverageStore seems to be created anyway, but when i try to create a new
Coverage with it i get the same error.

What does it mean?
Regards
--
View this message in context: http://www.nabble.com/Could-not-obtain-a-reader-for-the-CoverageDataSet-tp20852143p20852143.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Snamprogetti ha scritto:

When trying to create a CoverageStore from a GeoTIFF file, i get the
following error:

The following exception was thrown:
org.vfny.geoserver.global.ConfigurationException: Could not obtain a reader
for the CoverageDataSet. Please check the CoverageDataSet configuration!

The CoverageStore seems to be created anyway, but when i try to create a new
Coverage with it i get the same error.

What does it mean?

I have no idea... can you share a copy of the GeoTIFF file
so that we can have a look at it? (private mail is ok)

Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

Ciao Filippo,
I guess that to help you out we need more info on your geotiff file,
as well as on how you are trying to load it.
If needed, we can give you the link to our own ftp server so that you
can upload a sample tiff file.

Anyway, it would be helpful if you could provide us with a gdalinfo on
your geotiff file in order to understand if it is correct or not.

Simone.
-------------------------------------------------------
Ing. Simone Giannecchini
GeoSolutions S.A.S.
Owner - Software Engineer
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 333 8128928

http://www.geo-solutions.it
http://simboss.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini

-------------------------------------------------------

On Fri, Dec 5, 2008 at 12:37 PM, Snamprogetti
<filippo.bultrighini@anonymised.com> wrote:

When trying to create a CoverageStore from a GeoTIFF file, i get the
following error:

The following exception was thrown:
org.vfny.geoserver.global.ConfigurationException: Could not obtain a reader
for the CoverageDataSet. Please check the CoverageDataSet configuration!

The CoverageStore seems to be created anyway, but when i try to create a new
Coverage with it i get the same error.

What does it mean?
Regards
--
View this message in context: http://www.nabble.com/Could-not-obtain-a-reader-for-the-CoverageDataSet-tp20852143p20852143.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Thank you, i can't publish the file but here is what i did:
Data -> CoverageStores -> New
-> Data set description: TIFF with geographic information, Data set ID: any
-> Namespace: any, URL: correct path to local file
-> Submit

And this is the output of gdalinfo -mm -stats -checksum:

Driver: GTiff/GeoTIFF
Files: (...)
Size is 4677, 6623
Coordinate System is:
GEOGCS["WGS 84",
    DATUM["WGS_1984",
        SPHEROID["WGS 84",6378137,298.2572235630016,
            AUTHORITY["EPSG","7030"]],
        AUTHORITY["EPSG","6326"]],
    PRIMEM["Greenwich",0],
    UNIT["degree",0.0174532925199433],
    AUTHORITY["EPSG","4326"]]
Metadata:
  AREA_OR_POINT=Area
Image Structure Metadata:
  COMPRESSION=LZW
  INTERLEAVE=PIXEL
Corner Coordinates:
Upper Left ( 0.0, 0.0)
Lower Left ( 0.0, 6623.0)
Upper Right ( 4677.0, 0.0)
Lower Right ( 4677.0, 6623.0)
Center ( 2338.5, 3311.5)
Band 1 Block=256x256 Type=Byte, ColorInterp=Red
    Computed Min/Max=0.000,255.000
  Minimum=0.000, Maximum=255.000, Mean=249.464, StdDev=35.256
  Checksum=62906
  Metadata:
    STATISTICS_MINIMUM=0
    STATISTICS_MAXIMUM=255
    STATISTICS_MEAN=249.46395439197
    STATISTICS_STDDEV=35.255934549218
Band 2 Block=256x256 Type=Byte, ColorInterp=Green
    Computed Min/Max=0.000,255.000
  Minimum=0.000, Maximum=255.000, Mean=250.515, StdDev=29.163
  Checksum=1215
  Metadata:
    STATISTICS_MINIMUM=0
    STATISTICS_MAXIMUM=255
    STATISTICS_MEAN=250.51492177547
    STATISTICS_STDDEV=29.162700857636
Band 3 Block=256x256 Type=Byte, ColorInterp=Blue
    Computed Min/Max=0.000,255.000
  Minimum=0.000, Maximum=255.000, Mean=251.724, StdDev=24.064
  Checksum=62560
  Metadata:
    STATISTICS_MINIMUM=0
    STATISTICS_MAXIMUM=255
    STATISTICS_MEAN=251.7240543262
    STATISTICS_STDDEV=24.063600023489

Simone Giannecchini wrote:

Ciao Filippo,
I guess that to help you out we need more info on your geotiff file,
as well as on how you are trying to load it.
If needed, we can give you the link to our own ftp server so that you
can upload a sample tiff file.

Anyway, it would be helpful if you could provide us with a gdalinfo on
your geotiff file in order to understand if it is correct or not.

Simone.
-------------------------------------------------------
Ing. Simone Giannecchini
GeoSolutions S.A.S.
Owner - Software Engineer
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 333 8128928

http://www.geo-solutions.it
http://simboss.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini

-------------------------------------------------------

On Fri, Dec 5, 2008 at 12:37 PM, Snamprogetti
<filippo.bultrighini@anonymised.com> wrote:

When trying to create a CoverageStore from a GeoTIFF file, i get the
following error:

The following exception was thrown:
org.vfny.geoserver.global.ConfigurationException: Could not obtain a
reader
for the CoverageDataSet. Please check the CoverageDataSet configuration!

The CoverageStore seems to be created anyway, but when i try to create a
new
Coverage with it i get the same error.

What does it mean?
Regards

--
View this message in context: http://www.nabble.com/Could-not-obtain-a-reader-for-the-CoverageDataSet-tp20852143p20912086.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Ciao Filippo,
the data looks correct, I'd check the path as well as the permission
rights on the incriminated file.

Simone.
-------------------------------------------------------
Ing. Simone Giannecchini
GeoSolutions S.A.S.
Owner - Software Engineer
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 333 8128928

http://www.geo-solutions.it
http://simboss.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini

-------------------------------------------------------

On Tue, Dec 9, 2008 at 11:25 AM, Snamprogetti
<filippo.bultrighini@anonymised.com> wrote:

Thank you, i can't publish the file but here is what i did:
Data -> CoverageStores -> New
-> Data set description: TIFF with geographic information, Data set ID: any
-> Namespace: any, URL: correct path to local file
-> Submit

And this is the output of gdalinfo -mm -stats -checksum:

Driver: GTiff/GeoTIFF
Files: (...)
Size is 4677, 6623
Coordinate System is:
GEOGCS["WGS 84",
   DATUM["WGS_1984",
       SPHEROID["WGS 84",6378137,298.2572235630016,
           AUTHORITY["EPSG","7030"]],
       AUTHORITY["EPSG","6326"]],
   PRIMEM["Greenwich",0],
   UNIT["degree",0.0174532925199433],
   AUTHORITY["EPSG","4326"]]
Metadata:
AREA_OR_POINT=Area
Image Structure Metadata:
COMPRESSION=LZW
INTERLEAVE=PIXEL
Corner Coordinates:
Upper Left ( 0.0, 0.0)
Lower Left ( 0.0, 6623.0)
Upper Right ( 4677.0, 0.0)
Lower Right ( 4677.0, 6623.0)
Center ( 2338.5, 3311.5)
Band 1 Block=256x256 Type=Byte, ColorInterp=Red
   Computed Min/Max=0.000,255.000
Minimum=0.000, Maximum=255.000, Mean=249.464, StdDev=35.256
Checksum=62906
Metadata:
   STATISTICS_MINIMUM=0
   STATISTICS_MAXIMUM=255
   STATISTICS_MEAN=249.46395439197
   STATISTICS_STDDEV=35.255934549218
Band 2 Block=256x256 Type=Byte, ColorInterp=Green
   Computed Min/Max=0.000,255.000
Minimum=0.000, Maximum=255.000, Mean=250.515, StdDev=29.163
Checksum=1215
Metadata:
   STATISTICS_MINIMUM=0
   STATISTICS_MAXIMUM=255
   STATISTICS_MEAN=250.51492177547
   STATISTICS_STDDEV=29.162700857636
Band 3 Block=256x256 Type=Byte, ColorInterp=Blue
   Computed Min/Max=0.000,255.000
Minimum=0.000, Maximum=255.000, Mean=251.724, StdDev=24.064
Checksum=62560
Metadata:
   STATISTICS_MINIMUM=0
   STATISTICS_MAXIMUM=255
   STATISTICS_MEAN=251.7240543262
   STATISTICS_STDDEV=24.063600023489

Simone Giannecchini wrote:

Ciao Filippo,
I guess that to help you out we need more info on your geotiff file,
as well as on how you are trying to load it.
If needed, we can give you the link to our own ftp server so that you
can upload a sample tiff file.

Anyway, it would be helpful if you could provide us with a gdalinfo on
your geotiff file in order to understand if it is correct or not.

Simone.
-------------------------------------------------------
Ing. Simone Giannecchini
GeoSolutions S.A.S.
Owner - Software Engineer
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 333 8128928

http://www.geo-solutions.it
http://simboss.blogspot.com/
http://www.linkedin.com/in/simonegiannecchini

-------------------------------------------------------

On Fri, Dec 5, 2008 at 12:37 PM, Snamprogetti
<filippo.bultrighini@anonymised.com> wrote:

When trying to create a CoverageStore from a GeoTIFF file, i get the
following error:

The following exception was thrown:
org.vfny.geoserver.global.ConfigurationException: Could not obtain a
reader
for the CoverageDataSet. Please check the CoverageDataSet configuration!

The CoverageStore seems to be created anyway, but when i try to create a
new
Coverage with it i get the same error.

What does it mean?
Regards

--
View this message in context: http://www.nabble.com/Could-not-obtain-a-reader-for-the-CoverageDataSet-tp20852143p20912086.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users