Hello,
I am running GeoServer 2.24.4 with Postgres to host a series of image mosaics with long names. The problem is that it doesn’t seem to be honoring WrapStore=true in the indexer.properties for the mosaic. Is there a way to see the hidden mapping for the WrapStore to mapping to see if things are being mapped correctly? Multiple mosaics are being created with a data store but no layer. Is there something else that could cause this?
This is my indexer properties file:
AllowMultiThreading=true
PropertyCollectors=TimestampFileNameExtractorSPI[timeregex](ingestion),CRSExtractorSPI(crs)
AbsolutePath=false
WrapStore=true
USE_JAI_IMAGEREAD=false
Schema=*the_geom\:Polygon,location\:String,crs\:String,ingestion\:java.util.Date
Caching=false
TimeAttribute=ingestion
The mosaic I am adding is GALWEM-GD__GLOBAL__Cloud_mixing_ratio77500Pa_Isobaric_surface_Mosaic
(which is 68 characters long). When I look in postgres I can see the truncated name GALWEM-GD__GLOBAL__Cloud_mixing_ratio77500Pa_Isobaric_surface_M
.