Hi everybody,

I try to create a Raserdata Store out of a bunch of geotiff files.

The geotiff is a swisstopo map and contains a *.tif and the *.wtf files.


I always get the error:

Could not list layers for this store, an error occurred retrieving them: Unable 
to acquire a reader for this coverage with format: ImageMosaic


With gdalinfo I can extract the following infos:


Size is 500, 500
Coordinate System is:
LOCAL_CS[" Geocoding information not available Projection Name = Hotine Oblique 
Mercator Azimuth Center Units = m",
    UNIT["unknown",1]]
Origin = (600000.000000000000000,200000.000000000000000)
Pixel Size = (10.000000000000000,-10.000000000000000)
Metadata:
  TIFFTAG_XRESOLUTION=254
  TIFFTAG_YRESOLUTION=254
  TIFFTAG_RESOLUTIONUNIT=2 (pixels/inch)
  AREA_OR_POINT=Area
Image Structure Metadata:
  COMPRESSION=LZW
  INTERLEAVE=BAND
Corner Coordinates:
Upper Left  (  600000.000,  200000.000)
Lower Left  (  600000.000,  195000.000)
Upper Right (  605000.000,  200000.000)
Lower Right (  605000.000,  195000.000)
Center      (  602500.000,  197500.000)
Band 1 Block=500x500 Type=Byte, ColorInterp=Palette
  NoData Value=0
  Color Table (RGB with 256 entries)
    0: 212,231,247,255
..................

ERROR LOG:
java.lang.RuntimeException: Could not list layers for this store, an error 
occurred retrieving them: Unable to acquire a reader for this coverage with 
format: ImageMosaic
                at 
org.geoserver.web.data.layer.NewLayerPageProvider.getItems(NewLayerPageProvider.java:115)
                at 
org.geoserver.web.wicket.GeoServerDataProvider.fullSize(GeoServerDataProvider.java:225)
                at 
org.geoserver.web.wicket.GeoServerTablePanel$PagerDelegate.updateMatched(GeoServerTablePanel.java:509)
                at 
org.geoserver.web.wicket.GeoServerTablePanel$PagerDelegate.<init>(GeoServerTablePanel.java:502)
                at 
org.geoserver.web.wicket.GeoServerTablePanel.<init>(GeoServerTablePanel.java:200)
                at 
org.geoserver.web.wicket.GeoServerTablePanel.<init>(GeoServerTablePanel.java:91)
                at 
org.geoserver.web.data.layer.NewLayerPage$1.<init>(NewLayerPage.java:107)
                at 
org.geoserver.web.data.layer.NewLayerPage.<init>(NewLayerPage.java:104)
                at 
org.geoserver.web.data.store.CoverageStoreNewPage.onSave(CoverageStoreNewPage.java:71)
                at 
org.geoserver.web.data.store.AbstractCoverageStorePage$1.onSubmit(AbstractCoverageStorePage.java:114)
                at 
org.apache.wicket.ajax.markup.html.form.AjaxSubmitLink$1.onSubmit(AjaxSubmitLink.java:68)
                at 
org.apache.wicket.ajax.form.AjaxFormSubmitBehavior.onEvent(AjaxFormSubmitBehavior.java:143)
                at 
org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:177)
................

GeoServer Info:

 *   Version 2.1.3
 *   Subversion Repository Revision 16668
 *   Build-Datum 21-Dec-2011 11:55
 *   GeoTools Version 2.7.4 (rev 38443)

Tomcat Version 7.0.25



Very happy if someone can help me. thx

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to