Re: [Geoserver-users] COG plugin error: Unable to read header for url

2023-05-15 Thread Marek Kadlečík
Oh you suggested s3://dev/cog.tif so I needed to change url when creating the coverage store, I didn't realize my bad. Okay it fully works now :) Thank you po 15. 5. 2023 o 12:27 Marek Kadlečík napísal(a): > Hello, > sorry for the late reply, the email fell into spam :/ > Yeah, we just figured

Re: [Geoserver-users] COG plugin error: Unable to read header for url

2023-05-15 Thread Marek Kadlečík
Hello, sorry for the late reply, the email fell into spam :/ Yeah, we just figured out on GitHub that this helps ( https://github.com/geosolutions-it/imageio-ext/issues/223). Currently I'm struggling with the REST API http request payload. When I create a Coverage Store through GUI, it works fine,

Re: [Geoserver-users] COG plugin error: Unable to read header for url

2023-04-26 Thread Goran Grcic
If you are trying to access private bucket , as it seems from the error picture. Probably you should set url to s3://dev/cog.tif and set environment properties before Geoserver startup. Check this one https://sourceforge.net/p/geoserver/mailman/message/37795912/ Good luck, Goran uto, 25. tra

Re: [Geoserver-users] COG plugin error: Unable to read header for url

2023-04-25 Thread Marek Kadlečík
Hello Andrea, I think the problem is somewhere else. I found this issue on Atlassian a few days ago: https://osgeo-org.atlassian.net/browse/GEOS-10951?search_id=3078624a-bb7c-4187-a594-9a5720088e37 I'm using the latest available dockerized version of MinIO. Maybe something is wrong with just the

Re: [Geoserver-users] COG plugin error: Unable to read header for url

2023-04-24 Thread Andrea Aime
Hi Marek, the system property is currently the only way to go. Best regards Andrea On Sun, Apr 16, 2023 at 8:00 PM Marek Kadlečík wrote: > Hello folks, > By investigating the stuff, I assume the error is caused by http range > request rejection from the side of MinIO. As documentation of COG

Re: [Geoserver-users] COG plugin error: Unable to read header for url

2023-04-16 Thread Marek Kadlečík
Hello folks, By investigating the stuff, I assume the error is caused by http range request rejection from the side of MinIO. As documentation of COG says ( https://docs.geoserver.org/latest/en/user/community/cog/cog.html), that the plugin is based on these range requests, I found an github issue