[Geoserver-users] Adding Data Store Image Mosaic using Local/COG

Hello, first of all thank you for your attention.

Recently I have been trying to add a new store of type image mosaic with
both raw geoserver and with the COG plugin. Basically the error occurs when
"saving" or "applying" for a new folder with multiple .tiff files or by
adding a remote azure blob storage location. I haven't been able to figure
out what's causing it, I tried multiple java versions
(11.0.18/11.0.21/17.0.10) and also tried geoserver 2.24.2 and 2.25(nightly
build). If any of you have any idea of what the cause is or idea , I would
greatly appreciate your support. Here's the stack trace:

Failed to create reader from file:coverages/test and hints Hints:
FORCE_LONGITUDE_FIRST_AXIS_ORDER = true FORCE_AXIS_ORDER_HONORING = http
GRID_COVERAGE_FACTORY = GridCoverageFactory TILE_ENCODING = null
FILTER_FACTORY = FilterFactoryImpl STYLE_FACTORY =
org.geotools.styling.StyleFactoryImpl@anonymised.com LENIENT_DATUM_SHIFT = true
COMPARISON_TOLERANCE = 1.0E-8 EXECUTOR_SERVICE =
java.util.concurrent.ThreadPoolExecutor@anonymised.com[Running, pool size = 0,
active threads = 0, queued tasks = 0, completed tasks = 0] FEATURE_FACTORY
= org.geotools.feature.LenientFeatureFactoryImpl@anonymised.com REPOSITORY =
org.geoserver.catalog.CatalogRepository@anonymised.com

!image.png|1150x693
Here is a 'walkthrough' of what I did.
Logged into geoserver with admin account, then on the Data tab I clicked
Store, then selected Image Mosaic as Store type, then added name,
description and browsed to the folder I created in the coverages folder.
The same happens when I use the COG plugin and specify the azure blob
storage connection param.