Re: [Geoserver-users] Geoserver/GeoWebCache and S3 Blobstore

2018-09-02 Thread Andrea Aime
Hi, Peter's example works sometimes, other times it does not, depends on whether the layer bounding box is aligned with the cached grid bounds, or not (I don't remember what is done for default scale denominator, but that one also has to match a cached zoom level). If you want to make sure that ti

Re: [Geoserver-users] Geoserver/GeoWebCache and S3 Blobstore

2018-09-01 Thread Peter Smythe
Hi Jan > Should it be possible to cache tiles using an application (Open Layers) and not using direct WMS requests with exact BBox extents for each tile? How can that be achieved? (how to use the mandatory &tiled=true

Re: [Geoserver-users] Geoserver/GeoWebCache and S3 Blobstore

2018-08-31 Thread Jan Donner
Thank you Jukka and Andrea, this at least partly solved my problem! Sorry about that large log. Did not wan't to loose any possibly important information. I disabled the In memory BlobStore and used the first of the two URL:s Andrea provided. - Now it did cache that 0/0.png tile onto S3! (The seco

Re: [Geoserver-users] Geoserver/GeoWebCache and S3 Blobstore

2018-08-30 Thread Andrea Aime
On Thu, Aug 30, 2018 at 5:13 PM Jan Donner wrote: > Hi! > I'm experiencing problems with using Geoserver and GeoWebCache with a S3 > blob store. > I have managed to create a blob store on S3 (the new folder appeared in s3 > as defined by S3 Object Key Prefix) using Geoserver > I try to cache tile

Re: [Geoserver-users] Geoserver/GeoWebCache and S3 Blobstore

2018-08-30 Thread Rahkonen Jukka (MML)
Hi, There is almost nothing about S3 in your huge logfile (delete obviously irrelevant and repeating contents next time) but I can see rows referring to [memory.MemoryBlobStore] and [guava.GuavaCacheProvider]. I gues that you have the In memory BlobStore enabled. Try if disabling it would chan