Hello list,

I'm having trouble using the image pyramid extension.

I've been following this tutorial:

http://docs.geoserver.org/stable/en/user/tutorials/imagepyramid/imagepyramid.html?highlight=bluemarble

I used the blue marble tiff from the tutorial and retiled it using the 
instructions in the tutorial-

mkdir bmpyramid gdal_retile.py -v -r bilinear -levels 4 -ps 2048 2048

-co "TILED=YES" -co "COMPRESS=JPEG" -targetDir bmpyramid

bmreduced.tiff

I used sftp to transfer the bmpyramid directory to the server, then tried to 
build a store with the imagepyramid plugin.

I get this message:

Could not list layers for this store, an error occurred retrieving

them: Failed to create reader from

file:/data/bmpyramid/ and hints null

Here are some of the error messages from the log:



29 May 11:59:41 ERROR [gce.imagepyramid] - impossible to get a reader for the 
provided source. The error is This plugin accepts only a URL, a File or a 
String pointing to a directory with a structure similar to the one of 
gdal_retile!



29 May 11:59:41 INFO [geoserver.web] - Getting list of coverages for saved 
store /data/bmpyramid/

java.lang.RuntimeException: Could not list layers for this store, an error 
occurred retrieving them: Failed to create reader from /data/bmpyramid/ and 
hints null



I see that GeoServer is able to create the 0 directory and move the images 
inside, but no auxiliary files are created.   The user tomcat owns all the 
directories: bmpyramid, 0, and 1-4

I get a similar error if I try to use the Image mosaicking plugin.

I'm using GeoServer 2.6.0 and the Image pyramid plugin is the same version.



Any guidance would be greatly appreciated.

Amanda Henley

------------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to